Home | History | Annotate | Download | only in i18n

Lines Matching refs:fieldBundle

512     UResourceBundle *patBundle, *fieldBundle, *fBundle;
610 fieldBundle = ures_getByKeyWithFallback(patBundle, "dn", NULL, &err);
611 rbPattern = ures_getNextUnicodeString(fieldBundle, &key, &err);
612 ures_close(fieldBundle);