Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Duformattable.h189 ufmt_getLong(UFormattable* fmt, UErrorCode *status);
Durename.h948 #define ufmt_getLong U_ICU_ENTRY_POINT_RENAME(ufmt_getLong) macro
/external/icu/icu4c/source/i18n/unicode/
Duformattable.h189 ufmt_getLong(UFormattable* fmt, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
Duformattable.h189 ufmt_getLong(UFormattable* fmt, UErrorCode *status);
Durename.h948 #define ufmt_getLong U_ICU_ENTRY_POINT_RENAME(ufmt_getLong) macro
/external/icu/icu4c/source/i18n/
Dfmtable.cpp949 ufmt_getLong(UFormattable *fmt, UErrorCode *status) { in ufmt_getLong() function
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c2356 result = ufmt_getLong(ufmt, &status); /* == 123 */ in TestUFormattable()
2381 assertTrue("ufmt_getLong()=31337", ufmt_getLong(ufmt, &status) == 31337); in TestUFormattable()
2383 log_verbose("long = %d\n", ufmt_getLong(ufmt, &status)); in TestUFormattable()
2437 log_verbose("long: %ld\n", ufmt_getLong(ufmt, &status)); in TestUFormattable()
/external/icu/icu4c/source/common/unicode/
Durename.h948 #define ufmt_getLong U_ICU_ENTRY_POINT_RENAME(ufmt_getLong) macro
/external/icu/libicu/ndk_headers/unicode/
Durename.h948 #define ufmt_getLong U_ICU_ENTRY_POINT_RENAME(ufmt_getLong) macro
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7326 exactMatch = (f.getLong()==ufmt_getLong(u, &valueStatus)); in testFormattableAsUFormattable()