Searched refs:subRootBundle (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cldrtest.c | 73 UResourceBundle *subRootBundle = NULL, *subBundle = NULL, *arr = NULL; in TestKeyInRootRecursive() local 91 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode); in TestKeyInRootRecursive() 101 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive() 107 ures_getType(subRootBundle), in TestKeyInRootRecursive() 117 … const int32_t *subRootBundleArr = ures_getIntVector(subRootBundle, &minSize, &errorCode); in TestKeyInRootRecursive() 154 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive() 160 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive() 163 int32_t minSize = ures_getSize(subRootBundle); in TestKeyInRootRecursive() 173 && ures_getSize(subRootBundle) != ures_getSize(subBundle)) in TestKeyInRootRecursive() 180 ures_getSize(subRootBundle), in TestKeyInRootRecursive() [all …]
|
/external/icu4c/test/cintltst/ |
D | cldrtest.c | 76 UResourceBundle *subRootBundle = NULL, *subBundle = NULL, *arr = NULL; in TestKeyInRootRecursive() local 94 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode); in TestKeyInRootRecursive() 104 if (ures_getType(subRootBundle) != ures_getType(subBundle)) { in TestKeyInRootRecursive() 110 ures_getType(subRootBundle), in TestKeyInRootRecursive() 120 … const int32_t *subRootBundleArr = ures_getIntVector(subRootBundle, &minSize, &errorCode); in TestKeyInRootRecursive() 157 UResourceBundle *subSubRootBundle = ures_getByIndex(subRootBundle, 0, NULL, &errorCode); in TestKeyInRootRecursive() 163 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale); in TestKeyInRootRecursive() 166 int32_t minSize = ures_getSize(subRootBundle); in TestKeyInRootRecursive() 176 && ures_getSize(subRootBundle) != ures_getSize(subBundle)) in TestKeyInRootRecursive() 183 ures_getSize(subRootBundle), in TestKeyInRootRecursive() [all …]
|