Searched refs:ucnv_isFixedWidth (Results 1 – 5 of 5) sorted by relevance
32 # define ucnv_isFixedWidth ucnv_isFixedWidth_DRAFT_API_DO_NOT_USE macro
2046 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status);
664 #define ucnv_isFixedWidth U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth) macro
5593 if (!ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()5606 if (ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()
2887 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){ in ucnv_isFixedWidth() function