Searched refs:srcChar (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h1854 * <TT>srcChar</TT>.
1855 * @param srcChar the code unit which becomes the UnicodeString's character
1860 UnicodeString& setTo(UChar srcChar);
1864 * <TT>srcChar</TT>.
1865 * @param srcChar the code point which becomes the UnicodeString's character
1870 UnicodeString& setTo(UChar32 srcChar);
2058 * Append the code unit <TT>srcChar</TT> to the UnicodeString object.
2059 * @param srcChar the code unit to append
2063 inline UnicodeString& append(UChar srcChar);
2066 * Append the code point <TT>srcChar</T
4013 replace(int32_t start, int32_t _length, UChar srcChar) argument
4019 replace(int32_t start, int32_t _length, UChar32 srcChar) argument
4286 setTo(UChar srcChar) argument
4293 setTo(UChar32 srcChar) argument
4321 append(UChar srcChar) argument
4325 append(UChar32 srcChar) argument
4373 insert(int32_t start, UChar srcChar) argument
4378 insert(int32_t start, UChar32 srcChar) argument
[all...]
/external/icu4c/common/unicode/
H A Dunistr.h1917 * <TT>srcChar</TT>.
1918 * @param srcChar the code unit which becomes the UnicodeString's character
1923 UnicodeString& setTo(UChar srcChar);
1927 * <TT>srcChar</TT>.
1928 * @param srcChar the code point which becomes the UnicodeString's character
1933 UnicodeString& setTo(UChar32 srcChar);
2124 * Append the code unit <TT>srcChar</TT> to the UnicodeString object.
2125 * @param srcChar the code unit to append
2129 inline UnicodeString& append(UChar srcChar);
2132 * Append the code point <TT>srcChar</T
4150 replace(int32_t start, int32_t _length, UChar srcChar) argument
4367 setTo(UChar srcChar) argument
4374 setTo(UChar32 srcChar) argument
4402 append(UChar srcChar) argument
4444 insert(int32_t start, UChar srcChar) argument
4449 insert(int32_t start, UChar32 srcChar) argument
[all...]
/external/icu4c/common/
H A Dunistr.cpp1251 UChar32 srcChar) {
1255 U16_APPEND(buffer, count, U16_MAX_LENGTH, srcChar, isError);
1257 // If isError (srcChar is not a valid code point) then count==0 which means
1258 // we remove the source segment rather than replacing it with srcChar.
1263 UnicodeString::append(UChar32 srcChar) { argument
1267 U16_APPEND(buffer, _length, U16_MAX_LENGTH, srcChar, isError);
1249 replace(int32_t start, int32_t _length, UChar32 srcChar) argument

Completed in 214 milliseconds