Searched refs:notFixedWidth (Results 1 – 2 of 2) sorted by relevance
5586 const char *notFixedWidth[] = { in TestIsFixedWidth() local5606 for (i = 0; i < UPRV_LENGTHOF(notFixedWidth); i++) { in TestIsFixedWidth()5607 cnv = ucnv_open(notFixedWidth[i], &status); in TestIsFixedWidth()5609 log_data_err("Error open converter: %s - %s \n", notFixedWidth[i], u_errorName(status)); in TestIsFixedWidth()5614 log_err("%s is NOT a fixedWidth converter but returned TRUE.\n", notFixedWidth[i]); in TestIsFixedWidth()
5679 String[] notFixedWidth = { in TestIsFixedWidth() local5696 for (int i = 0; i < notFixedWidth.length; i++) { in TestIsFixedWidth()5697 charset = provider.charsetForName(notFixedWidth[i]); in TestIsFixedWidth()5700 errln(notFixedWidth[i] + " is NOT a fixedWidth charset but returned true."); in TestIsFixedWidth()