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

/external/icu4c/i18n/unicode/
H A Ddcfmtsym.h167 kFormatSymbolCount enumerator in enum:DecimalFormatSymbols::ENumberFormatSymbol
378 UnicodeString fSymbols[kFormatSymbolCount];
401 if(symbol < kFormatSymbolCount) {
412 if(symbol < kFormatSymbolCount) {
424 if(symbol<kFormatSymbolCount) {
/external/icu4c/test/intltest/
H A Dtsdcfmsy.cpp183 if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::kFormatSymbolCount) {
189 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) {
192 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) {
H A Dnumfmtst.cpp1941 for (; symbolEnum < (int)DecimalFormatSymbols::kFormatSymbolCount; symbolEnum++) {
/external/icu4c/i18n/
H A Ddcfmtsym.cpp108 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) {
131 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) {
154 static const char *gNumberElementKeys[kFormatSymbolCount] = {
248 for(int32_t i = 0; i<kFormatSymbolCount; i++) {

Completed in 88 milliseconds