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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 167 kFormatSymbolCount
392 UnicodeString fSymbols[kFormatSymbolCount];
415 if(symbol < kFormatSymbolCount) {
428 if(symbol < kFormatSymbolCount) {
443 if(symbol<kFormatSymbolCount) {
  /external/icu/icu4c/source/i18n/unicode/
dcfmtsym.h 167 kFormatSymbolCount
400 UnicodeString fSymbols[kFormatSymbolCount];
423 if(symbol < kFormatSymbolCount) {
436 if(symbol < kFormatSymbolCount) {
451 if(symbol<kFormatSymbolCount) {
  /external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.cpp 179 if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::kFormatSymbolCount) {
185 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) {
188 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) {
240 for(int32_t i = 0; i < DecimalFormatSymbols::kFormatSymbolCount; ++i) {
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 179 if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::kFormatSymbolCount) {
185 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) {
188 for(i = 0; i < (int)DecimalFormatSymbols::kFormatSymbolCount; ++i) {
240 for(int32_t i = 0; i < DecimalFormatSymbols::kFormatSymbolCount; ++i) {
numfmtst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 118 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) {
141 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) {
164 static const char *gNumberElementKeys[kFormatSymbolCount] = {
258 for(int32_t i = 0; i<kFormatSymbolCount; i++) {
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 118 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) {
141 for(int32_t i = 0; i < (int32_t)kFormatSymbolCount; ++i) {
164 static const char *gNumberElementKeys[kFormatSymbolCount] = {
258 for(int32_t i = 0; i<kFormatSymbolCount; i++) {

Completed in 1010 milliseconds