Searched defs:isChoiceFormat (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Ducurr.cpp478 UBool* isChoiceFormat, // fillin
552 *isChoiceFormat = FALSE;
559 *isChoiceFormat = (i == 1);
573 UBool* isChoiceFormat,
624 isChoiceFormat, len, ec);
1398 UBool isChoiceFormat; local
1401 &isChoiceFormat, &len, &ec);
1406 if (isChoiceFormat) {
475 ucurr_getName(const UChar* currency, const char* locale, UCurrNameStyle nameStyle, UBool* isChoiceFormat, int32_t* len, UErrorCode* ec) argument
571 ucurr_getPluralName(const UChar* currency, const char* locale, UBool* isChoiceFormat, const char* pluralCount, int32_t* len, UErrorCode* ec) argument
H A Ddecimfmt.cpp3085 UBool isChoiceFormat; local
3088 Locale::getDefault().getName(), &isChoiceFormat,
3095 UBool isChoiceFormat; local
3098 UCURR_SYMBOL_NAME, &isChoiceFormat, &len, &ec);
3099 if (isChoiceFormat) {
/external/chromium/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp1527 UBool isChoiceFormat; local
1536 &isChoiceFormat, &len, &ec)),
1542 &isChoiceFormat, &len, &ec)),
1548 &isChoiceFormat, &len, &ec)),
1554 &isChoiceFormat, &len, &ec)),
1560 &isChoiceFormat, &len, &ec)),
1566 &isChoiceFormat, &len, &ec)),
1572 &isChoiceFormat, &len, &ec)),
1579 ucurr_getName(CAD, "es_ES", UCURR_LONG_NAME, &isChoiceFormat,
1584 ucurr_getName(CAD, "zh_TW", UCURR_LONG_NAME, &isChoiceFormat,
[all...]
/external/icu4c/i18n/
H A Ducurr.cpp470 UBool* isChoiceFormat, // fillin
544 *isChoiceFormat = FALSE;
551 *isChoiceFormat = (i == 1);
565 UBool* isChoiceFormat,
616 isChoiceFormat, len, ec);
1379 UBool isChoiceFormat; local
1382 &isChoiceFormat, &len, &ec);
1387 if (isChoiceFormat) {
467 ucurr_getName(const UChar* currency, const char* locale, UCurrNameStyle nameStyle, UBool* isChoiceFormat, int32_t* len, UErrorCode* ec) argument
563 ucurr_getPluralName(const UChar* currency, const char* locale, UBool* isChoiceFormat, const char* pluralCount, int32_t* len, UErrorCode* ec) argument
H A Ddecimfmt.cpp3043 UBool isChoiceFormat; local
3046 Locale::getDefault().getName(), &isChoiceFormat,
3055 UBool isChoiceFormat; local
3059 UCURR_SYMBOL_NAME, &isChoiceFormat, &len, &ec);
3060 if (isChoiceFormat) {
/external/icu4c/test/intltest/
H A Dnumfmtst.cpp1533 UBool isChoiceFormat; local
1542 &isChoiceFormat, &len, &ec)),
1548 &isChoiceFormat, &len, &ec)),
1554 &isChoiceFormat, &len, &ec)),
1560 &isChoiceFormat, &len, &ec)),
1566 &isChoiceFormat, &len, &ec)),
1572 &isChoiceFormat, &len, &ec)),
1578 &isChoiceFormat, &len, &ec)),
1585 ucurr_getName(CAD, "es_ES", UCURR_LONG_NAME, &isChoiceFormat,
1590 ucurr_getName(CAD, "zh_TW", UCURR_LONG_NAME, &isChoiceFormat,
[all...]

Completed in 1891 milliseconds