Home
last modified time | relevance | path

Searched refs:ucnv_countStandards (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dstdnmtst.c66 for (i = 0, count = ucnv_countStandards(); i < count-1; ++i) { in TestStandardName()
/external/icu/libandroidicu/include/unicode/
Ducnv.h1803 ucnv_countStandards(void);
Durename.h615 #define ucnv_countStandards U_ICU_ENTRY_POINT_RENAME(ucnv_countStandards) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h1803 ucnv_countStandards(void);
Durename.h615 #define ucnv_countStandards U_ICU_ENTRY_POINT_RENAME(ucnv_countStandards) macro
/external/icu/icu4c/source/extra/uconv/
Duconv.cpp245 num_stds = ucnv_countStandards(); in printConverters()
/external/icu/icu4c/source/common/
Ducnv_io.cpp1000 ucnv_countStandards(void) in ucnv_countStandards() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp938 return ucnv_countStandards(); in ucnv_countStandards_android()