HomeSort by relevance Sort by last modified time
    Searched full:faffix (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
digitaffix.cpp 19 DigitAffix::DigitAffix() : fAffix(), fAnnotations() {
24 : fAffix(value, charCount),
30 fAffix.remove();
36 fAffix.append(value);
42 fAffix.append(value);
54 fAffix = value;
67 fAffix.append(value, charCount);
78 int32_t len = fAffix.length();
83 return appendTo.append(fAffix);
85 U_ASSERT(fAffix.length() == fAnnotations.length())
    [all...]
digitaffix.h 81 int32_t countChar32() const { return fAffix.countChar32(); }
86 const UnicodeString & toString() const { return fAffix; }
92 return ((fAffix == rhs.fAffix) && (fAnnotations == rhs.fAnnotations));
95 UnicodeString fAffix;

Completed in 50 milliseconds