Lines Matching refs:curbndl
2304 UResourceBundle bundlekey, regbndl, curbndl, to;
2307 ures_initStackObject(&curbndl);
2328 ures_getNextResource(®bndl, &curbndl, status);
2329 if (ures_getType(&curbndl) != URES_TABLE) {
2341 ures_getUTF8StringByKey(&curbndl, "id", curID, &curIDLength, TRUE, status);
2345 const UChar* defString = ures_getStringByKey(&curbndl, "id", &curIDLength, status);
2360 ures_getByKey(&curbndl, "to", &to, status);
2410 ures_close(&curbndl);