Searched refs:ucnv_isFixedWidth (Results 1 – 7 of 7) sorted by relevance
2037 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status);
668 #define ucnv_isFixedWidth U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth) macro
5600 if (!ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()5613 if (ucnv_isFixedWidth(cnv, &status)) { in TestIsFixedWidth()
2879 ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){ in ucnv_isFixedWidth() function
1031 return ucnv_isFixedWidth(cnv, status); in ucnv_isFixedWidth_android()