Lines Matching refs:teRes
930 UResourceBundle *teRes = NULL; in TestBinaryCollationData() local
947 teRes=ures_open(testdatapath, locale, &status); in TestBinaryCollationData()
953 coll = ures_getByKey(teRes, "collations", coll, &status); in TestBinaryCollationData()
979 ures_close(teRes); in TestBinaryCollationData()
992 UResourceBundle *teRes = NULL; in TestAPI() local
1042 teRes=ures_openU(utestdatapath, "te", &status); in TestAPI()
1049 if(strcmp(ures_getLocale(teRes, &status), "te") != 0){ in TestAPI()
1050 …log_err("ERROR: ures_getLocale() failed. Expected = te_TE Got = %s\n", ures_getLocale(teRes, &stat… in TestAPI()
1053 teFillin=ures_getByKey(teRes, "tagged_array_in_te_te_IN", teFillin, &status); in TestAPI()
1063 ures_resetIterator(teRes); in TestAPI()
1068 teFillin=ures_getNextResource(teRes, teFillin, &status); in TestAPI()
1081 teFillin=ures_getByKey(teRes, "string_only_in_te", teFillin, &status); in TestAPI()
1096 ures_openFillIn(teRes, testdatapath, "te", &status); in TestAPI()
1101 if(strcmp(ures_getLocale(teRes, &status), "te") != 0){ in TestAPI()
1104 ures_getByKey(teRes, "string_only_in_te", teFillin, &status); in TestAPI()
1117 ures_close(teRes); in TestAPI()
1121 teRes=ures_open(NULL, "dE_At_NOWHERE_TO_BE_FOUND", &status); in TestAPI()
1125 if(0!=strcmp("de_AT", ures_getLocale(teRes, &status))) { in TestAPI()
1126 …_getLocale(\"dE_At_NOWHERE_TO_BE_FOUND\")=%s but must be de_AT\n", ures_getLocale(teRes, &status)); in TestAPI()
1128 ures_close(teRes); in TestAPI()
1133 teRes=ures_open(NULL, "iW_Il_depRecaTed_HebreW", &status); in TestAPI()
1137 if(0!=strcmp("he_IL", ures_getLocale(teRes, &status))) { in TestAPI()
1138 …es_getLocale(\"iW_Il_depRecaTed_HebreW\")=%s but must be he_IL\n", ures_getLocale(teRes, &status)); in TestAPI()
1140 ures_close(teRes); in TestAPI()
1152 UResourceBundle *teRes = NULL; in TestErrorConditions() local
1174 teRes=ures_openU(utestdatapath, "te", &status); in TestErrorConditions()
1179 ures_close(teRes); in TestErrorConditions()
1191 teRes=ures_openU(utestdatapath, "te", &status); in TestErrorConditions()
1197 if(ures_getLocale(teRes, &status) != NULL){ in TestErrorConditions()
1251 if(ures_getStringByKey(teRes, "string_only_in_te", &len, &status) != NULL){ in TestErrorConditions()
1262 if(ures_getString(teRes, &len, &status) != NULL){ in TestErrorConditions()
1274 coll = ures_getByKey(teRes, "collations", coll, &status); in TestErrorConditions()
1275 coll = ures_getByKey(teRes, "standard", coll, &status); in TestErrorConditions()
1285 teFillin=ures_getNextResource(teRes, teFillin, &status); in TestErrorConditions()
1297 teFillin=ures_getByKey(teRes, "tagged_array_in_te_te_IN", teFillin, &status); in TestErrorConditions()
1313 teFillin=ures_getByKey(teRes, "array_only_in_te", teFillin, &status); in TestErrorConditions()
1314 if(ures_countArrayItems(teRes, "array_only_in_te", &status) != 4) { in TestErrorConditions()
1331 teFillin=ures_getByKey(teRes, "array_only_in_te", teFillin, &status); in TestErrorConditions()
1358 if(ures_getInt(teRes, &status) != -1){ in TestErrorConditions()
1366 ures_close(teRes); in TestErrorConditions()