Home
last modified time | relevance | path

Searched refs:UNUM_IGNORE (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcnmdptst.c79 fmt= unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status); in TestPatterns()
132 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status); in TestQuotes()
161 fmt =unum_open(UNUM_IGNORE,pat, u_strlen(pat), "en_US",NULL, &status); in TestQuotes()
256 fmt=unum_open(UNUM_IGNORE,upat, u_strlen(upat), "en_US",NULL, &status); in TestExponential()
354 fmt = unum_open(UNUM_IGNORE,pattern, u_strlen(pattern), "en_US",NULL, &status); in TestCurrencySign()
656 f = unum_open(UNUM_IGNORE,buffer, -1, "en_US",NULL, &status); in TestSecondaryGrouping()
Dcnumtst.c504 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status); in TestNumberFormat()
554 cur_frpattern=unum_open(UNUM_IGNORE,result, u_strlen(result), "fr_FR",NULL, &status); in TestNumberFormat()
1228 fmt=unum_open(UNUM_IGNORE, temp, -1, "en", NULL, &status); in TestSignificantDigits()
1315 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), NULL, NULL,&status); in TestNumberFormatPadding()
1329 pattern=unum_open(UNUM_IGNORE,temp1, u_strlen(temp1), "en_US",NULL, &status); in TestNumberFormatPadding()
1435 fmt = unum_open(UNUM_IGNORE, temp1, u_strlen(temp1), "en_US", NULL, &status); in TestInt64Format()
3303 { NULL, NULL, UNUM_IGNORE, 0, 0, 0, 0.0, NULL, 0.0, NULL }
/third_party/icu/icu4c/source/io/
Dlocbund.cpp163 if (style > UNUM_IGNORE) { in u_locbund_getNumberFormat()
/third_party/flutter/skia/third_party/externals/icu/source/io/
Dlocbund.cpp163 if (style > UNUM_IGNORE) { in u_locbund_getNumberFormat()
/third_party/skia/third_party/externals/icu/source/io/
Dlocbund.cpp163 if (style > UNUM_IGNORE) { in u_locbund_getNumberFormat()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h268 UNUM_IGNORE = UNUM_PATTERN_DECIMAL enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunum.h271 UNUM_IGNORE = UNUM_PATTERN_DECIMAL enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h271 UNUM_IGNORE = UNUM_PATTERN_DECIMAL enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunum.h271 UNUM_IGNORE = UNUM_PATTERN_DECIMAL enumerator
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp70 {"ignore", UNUM_IGNORE}};