Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5606 const char *notFixedWidth[] = { in TestIsFixedWidth() local
5626 for (i = 0; i < UPRV_LENGTHOF(notFixedWidth); i++) { in TestIsFixedWidth()
5627 cnv = ucnv_open(notFixedWidth[i], &status); in TestIsFixedWidth()
5629 log_data_err("Error open converter: %s - %s \n", notFixedWidth[i], u_errorName(status)); in TestIsFixedWidth()
5634 log_err("%s is NOT a fixedWidth converter but returned true.\n", notFixedWidth[i]); in TestIsFixedWidth()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java5706 String[] notFixedWidth = { in TestIsFixedWidth()
5723 for (int i = 0; i < notFixedWidth.length; i++) { in TestIsFixedWidth()
5724 charset = provider.charsetForName(notFixedWidth[i]); in TestIsFixedWidth()
5727 errln(notFixedWidth[i] + " is NOT a fixedWidth charset but returned true."); in TestIsFixedWidth()

Completed in 13 milliseconds