Home | History | Annotate | Download | only in cintltst

Lines Matching defs:LANG

167     LANG = 0,
272 if (0 !=strcmp(temp,rawData2[LANG][i])) {
273 log_err(" Language code mismatch: %s versus %s\n", temp, rawData2[LANG][i]);
454 case LANG:
1403 char lang[4];
1461 if(strcmp(buff,tests[i].lang))
1464 locale, buff, tests[i].lang);
2977 /* there is a display name for the current lang ID */
3047 else if (uprv_strcmp(temp3, rawData2[LANG][i]) && !(uprv_strcmp(temp3, "nn") == 0 && uprv_strcmp(rawData2[VAR][i], "NY") == 0)) {
3048 log_err(" language doesn't match expected %s in in uloc_getLocaleForLCID(%#04x) = %s\n", rawData2[LANG][i], lcid, temp2);