Lines Matching refs:ISO_STR
869 const char* ISO_STR[][11] = {
968 if (ISO_STR[i][j]) {
969 if (result != UnicodeString(ISO_STR[i][j])) {
971 + result + " (expected: " + ISO_STR[i][j] + ")");
991 for (int32_t i = 0; ISO_STR[i][0] != NULL; i++) {
993 if (ISO_STR[i][j] == 0) {
1001 sdf->parse(UnicodeString(ISO_STR[i][j]), *(outcal.getAlias()), pos);
1003 if (pos.getIndex() != (int32_t)uprv_strlen(ISO_STR[i][j])) {
1004 errln((UnicodeString)"FAIL: Failed to parse the entire input string: " + ISO_STR[i][j]);
1011 errln((UnicodeString)"FAIL: Incorrect offset:" + outOffset + "ms for input string: " + ISO_STR[i][j]