Home | History | Annotate | Download | only in i18n

Lines Matching full:regbndl

2303     UResourceBundle bundlekey, regbndl, curbndl, to;
2305 ures_initStackObject(&regbndl);
2322 ures_getByKey(bundle, region, &regbndl, status);
2326 while (U_SUCCESS(*status) && ures_hasNext(&regbndl)) {
2327 ures_getNextResource(&regbndl, &curbndl, status);
2410 ures_close(&regbndl);