Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dudraft.h32 # define ucnv_isFixedWidth ucnv_isFixedWidth_DRAFT_API_DO_NOT_USE macro
Ducnv.h2046 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status);
Durename.h664 #define ucnv_isFixedWidth U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth) macro
/external/icu4c/test/cintltst/
Dnucnvtst.c5593 if (!ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()
5606 if (ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()
/external/icu4c/common/
Ducnv.c2887 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){ in ucnv_isFixedWidth() function