OLD | NEW |
1 /* | 1 /* |
2 ************************************************************************** | 2 ************************************************************************** |
3 * Copyright (C) 1999-2005, International Business Machines Corporation and | 3 * Copyright (C) 1999-2005, International Business Machines Corporation and |
4 * others. All Rights Reserved. | 4 * others. All Rights Reserved. |
5 ************************************************************************** | 5 ************************************************************************** |
6 * Date Name Description | 6 * Date Name Description |
7 * 11/17/99 aliu Creation. Ported from java. Modified to | 7 * 11/17/99 aliu Creation. Ported from java. Modified to |
8 * match current UnicodeString API. Forced | 8 * match current UnicodeString API. Forced |
9 * to use name "handleReplaceBetween" because | 9 * to use name "handleReplaceBetween" because |
10 * of existing methods in UnicodeString. | 10 * of existing methods in UnicodeString. |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 inline UChar32 | 250 inline UChar32 |
251 Replaceable::char32At(int32_t offset) const { | 251 Replaceable::char32At(int32_t offset) const { |
252 return getChar32At(offset); | 252 return getChar32At(offset); |
253 } | 253 } |
254 | 254 |
255 // There is no rep.cpp, see unistr.cpp for Replaceable function implementations. | 255 // There is no rep.cpp, see unistr.cpp for Replaceable function implementations. |
256 | 256 |
257 U_NAMESPACE_END | 257 U_NAMESPACE_END |
258 | 258 |
259 #endif | 259 #endif |
OLD | NEW |