Home | History | Annotate | Download | only in cintltst

Lines Matching refs:subBundle

76     UResourceBundle *subRootBundle = NULL, *subBundle = NULL, *arr = NULL;
86 subBundle = ures_getNextResource(currentBundle, NULL, &errorCode);
91 subBundleKey = ures_getKey(subBundle);
101 ures_close(subBundle);
104 if (ures_getType(subRootBundle) != ures_getType(subBundle)) {
111 ures_getType(subBundle));
112 ures_close(subBundle);
115 else if (ures_getType(subBundle) == URES_INT_VECTOR) {
121 const int32_t *subBundleArr = ures_getIntVector(subBundle, &subBundleSize, &errorCode);
155 else if (ures_getType(subBundle) == URES_ARRAY) {
156 UResourceBundle *subSubBundle = ures_getByIndex(subBundle, 0, NULL, &errorCode);
163 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
170 if (minSize > ures_getSize(subBundle)) {
171 minSize = ures_getSize(subBundle);
176 && ures_getSize(subRootBundle) != ures_getSize(subBundle))
184 ures_getSize(subBundle));
187 if(isCurrencyPreEuro(subBundleKey) && ures_getSize(subBundle)!=3){
192 ures_getSize(subBundle));
198 const UChar *localeStr = ures_getStringByIndex(subBundle,idx,&localeStrLen,&errorCode);
209 arr = ures_getByIndex(subBundle,idx,NULL,&errorCode);
327 else if (ures_getType(subBundle) == URES_STRING) {
329 const UChar *string = ures_getString(subBundle, &len, &errorCode);
414 else if (ures_getType(subBundle) == URES_TABLE) {
417 TestKeyInRootRecursive(subRootBundle, rootName, subBundle, locale);
423 else if (ures_getType(subBundle) == URES_BINARY || ures_getType(subBundle) == URES_INT) {
436 ures_getType(subBundle),
442 ures_close(subBundle);
1282 UResourceBundle *subBundle;
1296 subBundle = ures_getNextResource(currencies, NULL, &errorCode);
1297 structISOCode = ures_getKey(subBundle);
1298 ures_close(subBundle);