Home
last modified time | relevance | path

Searched refs:kFormatSymbolCount (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h171 kFormatSymbolCount = kNineDigitSymbol + 2 enumerator
460 UnicodeString fSymbols[kFormatSymbolCount];
501 if(symbol < kFormatSymbolCount) { in getSymbol()
513 if(symbol < kFormatSymbolCount) { in getConstSymbol()
544 if(symbol<kFormatSymbolCount) {
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp66 static const char *gNumberElementKeys[DecimalFormatSymbols::kFormatSymbolCount] = {
156 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) { in operator =()
188 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) { in operator ==()
224 UBool seenSymbol[DecimalFormatSymbols::kFormatSymbolCount];
237 for (int32_t i=0; i<DecimalFormatSymbols::kFormatSymbolCount; i++) { in put()
254 for (int32_t i=0; i<DecimalFormatSymbols::kFormatSymbolCount; i++) { in seenAll()
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp183 if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::kFormatSymbolCount) { in testSymbols()
189 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) { in testSymbols()
192 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) { in testSymbols()
244 for(int32_t i = 0; i < DecimalFormatSymbols::kFormatSymbolCount; ++i) { in testLastResortData()
Dnumfmtst.cpp2215 for (; symbolEnum < (int)DecimalFormatSymbols::kFormatSymbolCount; symbolEnum++) { in TestSymbolsWithBadLocale()