Home
last modified time | relevance | path

Searched refs:UNUM_SIGN_COUNT (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dunumberformatter.h372 UNUM_SIGN_COUNT enumerator
Dnumberformatter.h1444 UNumberSignDisplay sign = UNUM_SIGN_COUNT;
/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp275 return UNUM_SIGN_COUNT; // for objects, throw; for enums, return COUNT in signDisplay()
863 if (sign == UNUM_SIGN_COUNT) { in parseExponentSignOption()
1481 if (macros.sign == UNUM_SIGN_AUTO || macros.sign == UNUM_SIGN_COUNT) { in sign()
Dnumber_formatimpl.cpp317 if (macros.sign != UNUM_SIGN_COUNT) { in macrosToMicroGenerator()