Home | History | Annotate | Download | only in cintltst

Lines Matching refs:fixedWidth

5577     const char *fixedWidth[] = {
5590 for (i = 0; i < LENGTHOF(fixedWidth); i++) {
5591 cnv = ucnv_open(fixedWidth[i], &status);
5593 log_data_err("Error open converter: %s - %s \n", fixedWidth[i], u_errorName(status));
5598 log_err("%s is a fixedWidth converter but returned FALSE.\n", fixedWidth[i]);
5611 log_err("%s is NOT a fixedWidth converter but returned TRUE.\n", notFixedWidth[i]);