Searched refs:kFormatSymbolCount (Results 1 – 4 of 4) sorted by relevance
171 kFormatSymbolCount = kNineDigitSymbol + 2 enumerator460 UnicodeString fSymbols[kFormatSymbolCount];501 if(symbol < kFormatSymbolCount) { in getSymbol()513 if(symbol < kFormatSymbolCount) { in getConstSymbol()544 if(symbol<kFormatSymbolCount) {
66 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()
183 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()
2215 for (; symbolEnum < (int)DecimalFormatSymbols::kFormatSymbolCount; symbolEnum++) { in TestSymbolsWithBadLocale()