• Home
  • Raw
  • Download

Lines Matching refs:teRes

928     UResourceBundle *teRes = NULL;  in TestBinaryCollationData()  local
945 teRes=ures_open(testdatapath, locale, &status); in TestBinaryCollationData()
951 coll = ures_getByKey(teRes, "collations", coll, &status); in TestBinaryCollationData()
977 ures_close(teRes); in TestBinaryCollationData()
990 UResourceBundle *teRes = NULL; in TestAPI() local
1040 teRes=ures_openU(utestdatapath, "te", &status); in TestAPI()
1047 if(strcmp(ures_getLocale(teRes, &status), "te") != 0){ in TestAPI()
1048 …log_err("ERROR: ures_getLocale() failed. Expected = te_TE Got = %s\n", ures_getLocale(teRes, &stat… in TestAPI()
1051 teFillin=ures_getByKey(teRes, "tagged_array_in_te_te_IN", teFillin, &status); in TestAPI()
1061 ures_resetIterator(teRes); in TestAPI()
1066 teFillin=ures_getNextResource(teRes, teFillin, &status); in TestAPI()
1079 teFillin=ures_getByKey(teRes, "string_only_in_te", teFillin, &status); in TestAPI()
1094 ures_openFillIn(teRes, testdatapath, "te", &status); in TestAPI()
1099 if(strcmp(ures_getLocale(teRes, &status), "te") != 0){ in TestAPI()
1102 ures_getByKey(teRes, "string_only_in_te", teFillin, &status); in TestAPI()
1115 ures_close(teRes); in TestAPI()
1119 teRes=ures_open(NULL, "dE_At_NOWHERE_TO_BE_FOUND", &status); in TestAPI()
1123 if(0!=strcmp("de_AT", ures_getLocale(teRes, &status))) { in TestAPI()
1124 …_getLocale(\"dE_At_NOWHERE_TO_BE_FOUND\")=%s but must be de_AT\n", ures_getLocale(teRes, &status)); in TestAPI()
1126 ures_close(teRes); in TestAPI()
1131 teRes=ures_open(NULL, "iW_Il_depRecaTed_HebreW", &status); in TestAPI()
1135 if(0!=strcmp("he_IL", ures_getLocale(teRes, &status))) { in TestAPI()
1136 …es_getLocale(\"iW_Il_depRecaTed_HebreW\")=%s but must be he_IL\n", ures_getLocale(teRes, &status)); in TestAPI()
1138 ures_close(teRes); in TestAPI()
1150 UResourceBundle *teRes = NULL; in TestErrorConditions() local
1172 teRes=ures_openU(utestdatapath, "te", &status); in TestErrorConditions()
1177 ures_close(teRes); in TestErrorConditions()
1189 teRes=ures_openU(utestdatapath, "te", &status); in TestErrorConditions()
1195 if(ures_getLocale(teRes, &status) != NULL){ in TestErrorConditions()
1249 if(ures_getStringByKey(teRes, "string_only_in_te", &len, &status) != NULL){ in TestErrorConditions()
1260 if(ures_getString(teRes, &len, &status) != NULL){ in TestErrorConditions()
1272 coll = ures_getByKey(teRes, "collations", coll, &status); in TestErrorConditions()
1273 coll = ures_getByKey(teRes, "standard", coll, &status); in TestErrorConditions()
1283 teFillin=ures_getNextResource(teRes, teFillin, &status); in TestErrorConditions()
1295 teFillin=ures_getByKey(teRes, "tagged_array_in_te_te_IN", teFillin, &status); in TestErrorConditions()
1311 teFillin=ures_getByKey(teRes, "array_only_in_te", teFillin, &status); in TestErrorConditions()
1312 if(ures_countArrayItems(teRes, "array_only_in_te", &status) != 4) { in TestErrorConditions()
1329 teFillin=ures_getByKey(teRes, "array_only_in_te", teFillin, &status); in TestErrorConditions()
1356 if(ures_getInt(teRes, &status) != -1){ in TestErrorConditions()
1364 ures_close(teRes); in TestErrorConditions()