Searched refs:ucurr_getName (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
H A D | ucurr.h | 59 * Selector constants for ucurr_getName(). 61 * @see ucurr_getName 66 * Selector for ucurr_getName indicating a symbolic name for a 73 * Selector for ucurr_getName indicating the long name for a 134 ucurr_getName(const UChar* currency,
|
/external/icu4c/i18n/unicode/ |
H A D | ucurr.h | 59 * Selector constants for ucurr_getName(). 61 * @see ucurr_getName 66 * Selector for ucurr_getName indicating a symbolic name for a 73 * Selector for ucurr_getName indicating the long name for a 134 ucurr_getName(const UChar* currency,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | numfmtst.cpp | 1551 UnicodeString(ucurr_getName(USD, "en", 1557 UnicodeString(ucurr_getName(USD, "en", 1563 UnicodeString(ucurr_getName(CAD, "en", 1569 UnicodeString(ucurr_getName(CAD, "en_CA", 1575 UnicodeString(ucurr_getName(USD, "en_AU", 1581 UnicodeString(ucurr_getName(CAD, "en_AU", 1587 UnicodeString(ucurr_getName(USX, "en_US", 1591 assertSuccess("ucurr_getName", ec); 1596 ucurr_getName(CAD, "es_ES", UCURR_LONG_NAME, &isChoiceFormat, 1598 assertTrue("ucurr_getName (es_E [all...] |
/external/icu4c/test/intltest/ |
H A D | numfmtst.cpp | 1807 UnicodeString(ucurr_getName(USD, "en", 1813 UnicodeString(ucurr_getName(USD, "en", 1819 UnicodeString(ucurr_getName(CAD, "en", 1825 UnicodeString(ucurr_getName(CAD, "en_CA", 1831 UnicodeString(ucurr_getName(USD, "en_AU", 1837 UnicodeString(ucurr_getName(CAD, "en_AU", 1843 UnicodeString(ucurr_getName(USX, "en_US", 1847 assertSuccess("ucurr_getName", ec); 1852 ucurr_getName(CAD, "es_ES", UCURR_LONG_NAME, &isChoiceFormat, 1854 assertTrue("ucurr_getName (es_E [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
H A D | ucurr.cpp | 469 ucurr_getName(const UChar* currency, function 620 return ucurr_getName(currency, locale, UCURR_LONG_NAME, 1385 const UChar* currname = ucurr_getName(iso, loc, UCURR_SYMBOL_NAME,
|
H A D | decimfmt.cpp | 3094 const UChar* s = ucurr_getName(currencyUChars,
|
/external/icu4c/i18n/ |
H A D | ucurr.cpp | 509 ucurr_getName(const UChar* currency, function 660 return ucurr_getName(currency, locale, UCURR_LONG_NAME, 1424 const UChar* currname = ucurr_getName(iso, loc, UCURR_SYMBOL_NAME,
|
H A D | decimfmt.cpp | 3929 const UChar* s = ucurr_getName(currencyUChars,
|
/external/icu4c/common/unicode/ |
H A D | urename.h | 815 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | urename.h | 820 #define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) macro
|
Completed in 444 milliseconds