Searched refs:bund1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 2537 UResourceBundle bund1, bund2; in ures_getFunctionalEquivalent() local 2551 ures_initStackObject(&bund1); in ures_getFunctionalEquivalent() 2588 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent() 2597 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus); in ures_getFunctionalEquivalent() 2645 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent() 2650 ures_getByKey(&bund1, kwVal, &bund2, &subStatus); in ures_getFunctionalEquivalent() 2672 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus); in ures_getFunctionalEquivalent() 2726 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent() 2728 ures_getByKey(&bund1, kwVal, &bund2, &subStatus); in ures_getFunctionalEquivalent() 2748 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus); in ures_getFunctionalEquivalent() [all …]
|