HomeSort by relevance Sort by last modified time
    Searched refs:kFormatSymbolCount (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/unicode/
dcfmtsym.h 167 kFormatSymbolCount
380 UnicodeString fSymbols[kFormatSymbolCount];
403 if(symbol < kFormatSymbolCount) {
415 if(symbol < kFormatSymbolCount) {
429 if(symbol<kFormatSymbolCount) {
  /external/icu4c/test/intltest/
tsdcfmsy.cpp 183 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) {
numfmtst.cpp     [all...]
  /external/icu4c/i18n/
dcfmtsym.cpp 108 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] = {
247 for(int32_t i = 0; i<kFormatSymbolCount; i++) {

Completed in 34 milliseconds