• Home
  • Raw
  • Download

Lines Matching refs:ures_getByKey

279 …  r2 = ures_getByKey(r, "ExemplarCharacters", NULL, &status);  /* ExemplarCharacters lives in ti */  in TestErrorCodes()
312 r2 = ures_getByKey(r, "collations", NULL, &status); in TestErrorCodes()
325 r2 = ures_getByKey(r, "collations", r2, &status); in TestErrorCodes()
495 res = ures_getByKey(theBundle, "zerotest", res, &status); in TestNewTypes()
511 res = ures_getByKey(theBundle, "binarytest", res, &status); in TestNewTypes()
524 res = ures_getByKey(theBundle, "importtest", res, &status); in TestNewTypes()
537 res = ures_getByKey(theBundle, "one", res, &status); in TestNewTypes()
549 res = ures_getByKey(theBundle, "minusone", res, &status); in TestNewTypes()
562 res = ures_getByKey(theBundle, "plusone", res, &status); in TestNewTypes()
573 res = ures_getByKey(theBundle, "onehundredtwentythree", res, &status); in TestNewTypes()
656 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes()
657 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes()
789 res = ures_getByKey(theBundle, "emptyexplicitstring", res, &status); in TestEmptyTypes()
804 res = ures_getByKey(theBundle, "emptystring", res, &status); in TestEmptyTypes()
819 res = ures_getByKey(theBundle, "emptyint", res, &status); in TestEmptyTypes()
833 res = ures_getByKey(theBundle, "emptyintv", res, &status); in TestEmptyTypes()
850 res = ures_getByKey(theBundle, "emptybin", res, &status); in TestEmptyTypes()
867 res = ures_getByKey(theBundle, "emptyarray", res, &status); in TestEmptyTypes()
883 res = ures_getByKey(theBundle, "emptytable", res, &status); in TestEmptyTypes()
915 dResB = ures_getByKey(resb,"test",dResB,&status); in TestEmptyBundle()
953 coll = ures_getByKey(teRes, "collations", coll, &status); in TestBinaryCollationData()
954 coll = ures_getByKey(coll, "standard", coll, &status); in TestBinaryCollationData()
958 binColl=ures_getByKey(coll, "%%CollationBin", binColl, &status); in TestBinaryCollationData()
1053 teFillin=ures_getByKey(teRes, "tagged_array_in_te_te_IN", teFillin, &status); in TestAPI()
1081 teFillin=ures_getByKey(teRes, "string_only_in_te", teFillin, &status); in TestAPI()
1104 ures_getByKey(teRes, "string_only_in_te", teFillin, &status); in TestAPI()
1234 teFillin=ures_getByKey(NULL, "string_only_in_te", teFillin, &status); in TestErrorConditions()
1240 teFillin=ures_getByKey(NULL, "string_only_in_te", teFillin, &status); in TestErrorConditions()
1274 coll = ures_getByKey(teRes, "collations", coll, &status); in TestErrorConditions()
1275 coll = ures_getByKey(teRes, "standard", coll, &status); in TestErrorConditions()
1276 binColl=ures_getByKey(coll, "%%CollationBin", binColl, &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()
1331 teFillin=ures_getByKey(teRes, "array_only_in_te", teFillin, &status); in TestErrorConditions()
1745 array=ures_getByKey(theBundle, tag, array, &status); in testTag()
1787 array=ures_getByKey(theBundle, tag, array, &status); in testTag()
1823 array2d=ures_getByKey(theBundle, tag, array2d, &status); in testTag()
1875 array2d=ures_getByKey(theBundle, tag, array2d, &status); in testTag()
1919 tags=ures_getByKey(theBundle, tag, tags, &status); in testTag()
1956 tags=ures_getByKey(theBundle, tag, tags, &status); in testTag()
1960 tagelement=ures_getByKey(tags, item_tag, tagelement, &status); in testTag()
2102 subResource = ures_getByKey(fr_FR, "layout", NULL, &status); in TestFallback()
2128 UResourceBundle* resLocID = ures_getByKey(myResB, "Version", NULL, &err); in TestFallback()
2148 tResB = ures_getByKey(zoneResource, "zoneStrings", NULL, &err); in TestFallback()
2193 tb = ures_getByKey(aliasB, "aaa", tb, &status); in TestResourceLevelAliasing()
2200 tb = ures_getByKey(aliasB, "aab", tb, &status); in TestResourceLevelAliasing()
2210 tb = ures_getByKey(aliasB, "nonexisting", tb, &status); in TestResourceLevelAliasing()
2225 tb = ures_getByKey(aliasB, "referencingalias", tb, &status); in TestResourceLevelAliasing()
2238 tb = ures_getByKey(aliasB, "DateTimePatterns", tb, &status); in TestResourceLevelAliasing()
2258 tb = ures_getByKey(aliasB, "simplealias", tb, &status); in TestResourceLevelAliasing()
2267 tb = ures_getByKey(aliasB, "zoneTests", tb, &status); in TestResourceLevelAliasing()
2268 tb = ures_getByKey(tb, "zoneAlias2", tb, &status); in TestResourceLevelAliasing()
2298 tb = ures_getByKey(aliasB, "testGetStringByKeyAliasing", tb, &status); in TestResourceLevelAliasing()
2336 tb = ures_getByKey(aliasB, "testGetStringByIndexAliasing", tb, &status); in TestResourceLevelAliasing()
2364 tb = ures_getByKey(aliasB, "testAliasToTree", tb, &status); in TestResourceLevelAliasing()
2725 alias = ures_getByKey(rb, "rootAliasClient", alias, &status); in TestXPath()
2737 alias = ures_getByKey(rb, "aliasClient", alias, &status); in TestXPath()
2749 alias = ures_getByKey(rb, "nestedRootAliasClient", alias, &status); in TestXPath()
2784 alias = ures_getByKey(rb, "a", alias, &status); in TestCLDRStyleAliases()
2817 r = ures_getByKey(res, "tagged_array_in_Root_te_te_IN", r, &status); in TestFallbackCodes()