Home | History | Annotate | Download | only in i18n

Lines Matching refs:ares

288         UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section
289 ures_getByIndex(ares, deref, &res, &ec);
290 ures_close(ares);
1032 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section
1035 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1039 ures_close(ares);