Home
last modified time | relevance | path

Searched refs:notFixedWidth (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5586 const char *notFixedWidth[] = { in TestIsFixedWidth() local
5606 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()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java5679 String[] notFixedWidth = { in TestIsFixedWidth() local
5696 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()