Home
last modified time | relevance | path

Searched refs:ucnv_isFixedWidth (Results 1 – 7 of 7) sorted by relevance

/external/icu/libandroidicu/include/unicode/
Ducnv.h2037 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status);
Durename.h668 #define ucnv_isFixedWidth U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth) macro
/external/icu/icu4c/source/common/unicode/
Ducnv.h2037 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status);
Durename.h668 #define ucnv_isFixedWidth U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth) macro
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5600 if (!ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()
5613 if (ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()
/external/icu/icu4c/source/common/
Ducnv.cpp2879 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){ in ucnv_isFixedWidth() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp1031 return ucnv_isFixedWidth(cnv, status); in ucnv_isFixedWidth_android()