Home | History | Annotate | Download | only in i18n

Lines Matching refs:regbndl

2300     UResourceBundle bundlekey, regbndl, curbndl, to;
2302 ures_initStackObject(&regbndl);
2319 ures_getByKey(bundle, region, &regbndl, status);
2323 while (U_SUCCESS(*status) && ures_hasNext(&regbndl)) {
2324 ures_getNextResource(&regbndl, &curbndl, status);
2407 ures_close(&regbndl);