Searched defs:curbndl (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Ducurr.cpp2517 UResourceBundle bundlekey, regbndl, curbndl, to; local
2520 ures_initStackObject(&curbndl);
2541 ures_getNextResource(&regbndl, &curbndl, status);
2542 if (ures_getType(&curbndl) != URES_TABLE) {
2554 ures_getUTF8StringByKey(&curbndl, "id", curID, &curIDLength, TRUE, status);
2558 const UChar* defString = ures_getStringByKey(&curbndl, "id", &curIDLength, status);
2573 ures_getByKey(&curbndl, "to", &to, status);
2623 ures_close(&curbndl);

Completed in 179 milliseconds