HomeSort by relevance Sort by last modified time
    Searched refs:appendUChar (Results 1 - 6 of 6) 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/
ucasemap.cpp 197 appendUChar(uint8_t *dest, int32_t destIndex, int32_t destCapacity, UChar c) {
411 destIndex=appendUChar(dest, destIndex, destCapacity, 0x004A);
554 destIndex=appendUChar(dest, destIndex, destCapacity, (UChar)upper);
556 destIndex=appendUChar(dest, destIndex, destCapacity, 0x308); // restore or add a dialytika
559 destIndex=appendUChar(dest, destIndex, destCapacity, 0x301);
562 destIndex=appendUChar(dest, destIndex, destCapacity, 0x399);
ustrcase.cpp 92 appendUChar(UChar *dest, int32_t destIndex, int32_t destCapacity, UChar c) {
289 destIndex=appendUChar(dest, destIndex, destCapacity, 0x004A);
893 destIndex=appendUChar(dest, destIndex, destCapacity, (UChar)upper);
895 destIndex=appendUChar(dest, destIndex, destCapacity, 0x308); // restore or add a dialytika
898 destIndex=appendUChar(dest, destIndex, destCapacity, 0x301);
901 destIndex=appendUChar(dest, destIndex, destCapacity, 0x399);
    [all...]

Completed in 2557 milliseconds