Home | History | Annotate | Download | only in i18n

Lines Matching defs:ares

275         UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section
276 ures_getByIndex(ares, deref, &res, &ec);
277 ures_close(ares);
1056 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section
1059 const UChar* id = ures_getStringByIndex(ares, zone, &idLen, &ec);
1063 ures_close(ares);