HomeSort by relevance Sort by last modified time
    Searched refs:appendUChar (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/i18n/
digitaffix.h 58 void appendUChar(UChar value, int32_t fieldId=UNUM_FIELD_COUNT);
pluralaffix.cpp 38 PluralAffix::appendUChar(
43 current->appendUChar(value, fieldId);
pluralaffix.h 109 void appendUChar(UChar value, int32_t fieldId=UNUM_FIELD_COUNT);
digitaffix.cpp 37 DigitAffix::appendUChar(UChar value, int32_t fieldId) {
  /external/icu/icu4c/source/common/
ustrcase.cpp 138 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) {
321 destIndex=appendUChar(dest, destIndex, destCapacity, 0x004A);
969 destIndex=appendUChar(dest, destIndex, destCapacity, (UChar)upper);
971 destIndex=appendUChar(dest, destIndex, destCapacity, 0x308); // restore or add a dialytika
974 destIndex=appendUChar(dest, destIndex, destCapacity, 0x301);
977 destIndex=appendUChar(dest, destIndex, destCapacity, 0x399);
    [all...]

Completed in 235 milliseconds