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

  /external/icu/icu4c/source/i18n/
digitaffix.h 8 * digitaffix.h
32 class U_I18N_API DigitAffix : public UMemory {
36 * Creates an empty DigitAffix.
38 DigitAffix();
41 * Creates a DigitAffix containing given UChars where all of it has
44 DigitAffix(
93 UBool equals(const DigitAffix &rhs) const {
digitaffix.cpp 7 * file name: digitaffix.cpp
14 #include "digitaffix.h"
21 DigitAffix::DigitAffix() : fAffix(), fAnnotations() {
24 DigitAffix::DigitAffix(
31 DigitAffix::remove() {
37 DigitAffix::appendUChar(UChar value, int32_t fieldId) {
43 DigitAffix::append(const UnicodeString &value, int32_t fieldId) {
55 DigitAffix::setTo(const UnicodeString &value, int32_t fieldId)
    [all...]

Completed in 58 milliseconds