Searched refs:appendUChar (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustrcase.cpp | 130 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) { in appendUChar() function 245 destIndex = appendUChar(dest, destIndex, destCapacity, lead); in toLower() 340 destIndex = appendUChar(dest, destIndex, destCapacity, lead); in toUpper() 485 destIndex=appendUChar(dest, destIndex, destCapacity, 0x004A); in ustrcase_internalToTitle() 1132 destIndex=appendUChar(dest, destIndex, destCapacity, (UChar)upper); in toUpper() 1134 … destIndex=appendUChar(dest, destIndex, destCapacity, 0x308); // restore or add a dialytika in toUpper() 1137 destIndex=appendUChar(dest, destIndex, destCapacity, 0x301); in toUpper() 1140 destIndex=appendUChar(dest, destIndex, destCapacity, 0x399); in toUpper()
|