Searched refs:bund1 (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 2520 UResourceBundle bund1, bund2; in ures_getFunctionalEquivalent() local 2534 ures_initStackObject(&bund1); in ures_getFunctionalEquivalent() 2571 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent() 2580 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus); in ures_getFunctionalEquivalent() 2628 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent() 2633 ures_getByKey(&bund1, kwVal, &bund2, &subStatus); in ures_getFunctionalEquivalent() 2655 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus); in ures_getFunctionalEquivalent() 2709 ures_getByKey(res,resName,&bund1, &subStatus); in ures_getFunctionalEquivalent() 2711 ures_getByKey(&bund1, kwVal, &bund2, &subStatus); in ures_getFunctionalEquivalent() 2731 defUstr = ures_getStringByKey(&bund1, DEFAULT_TAG, &defLen, &subStatus); in ures_getFunctionalEquivalent() [all …]
|