Searched refs:UNUM_FORMAT_SYMBOL_COUNT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h1184 UNUM_FORMAT_SYMBOL_COUNT = 27 enumerator in enum:UNumberFormatSymbol
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdcfmsy.cpp179 if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::kFormatSymbolCount) {
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h1194 UNUM_FORMAT_SYMBOL_COUNT = 27 enumerator in enum:UNumberFormatSymbol
/external/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp179 if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::kFormatSymbolCount) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp691 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
718 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
/external/icu/icu4c/source/i18n/
H A Dunum.cpp695 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT) {
722 if(fmt==NULL || symbol< 0 || symbol>=UNUM_FORMAT_SYMBOL_COUNT || value==NULL || length<-1) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c525 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
555 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
600 for(i = 0; i < UNUM_FORMAT_SYMBOL_COUNT; ++i) {
609 for(i = 0; i < UNUM_FORMAT_SYMBOL_COUNT; ++i) {
917 int32_t badsymbolLarge = UNUM_FORMAT_SYMBOL_COUNT + 1;
926 if (U_SUCCESS(status)) log_err("unum_getSymbol()'s status should be ILLEGAL_ARGUMENT with invalid symbol (> UNUM_FORMAT_SYMBOL_COUNT) argument\n");
934 if (U_SUCCESS(status)) log_err("unum_setSymbol()'s status should be ILLEGAL_ARGUMENT with invalid symbol (> UNUM_FORMAT_SYMBOL_COUNT) argument\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c531 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
561 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
606 for(i = 0; i < UNUM_FORMAT_SYMBOL_COUNT; ++i) {
615 for(i = 0; i < UNUM_FORMAT_SYMBOL_COUNT; ++i) {
923 int32_t badsymbolLarge = UNUM_FORMAT_SYMBOL_COUNT + 1;
932 if (U_SUCCESS(status)) log_err("unum_getSymbol()'s status should be ILLEGAL_ARGUMENT with invalid symbol (> UNUM_FORMAT_SYMBOL_COUNT) argument\n");
940 if (U_SUCCESS(status)) log_err("unum_setSymbol()'s status should be ILLEGAL_ARGUMENT with invalid symbol (> UNUM_FORMAT_SYMBOL_COUNT) argument\n");

Completed in 7022 milliseconds