Home | History | Annotate | Download | only in intltest

Lines Matching full:engb

197     const UCTItem *enGb = NULL;
204 cache.get(LocaleCacheKey<UCTItem>("en_GB"), &cache, enGb, status);
243 if (throwAway != enGb) {
244 errln("Expected enGb to resolve to the same object.");
274 SharedObject::clearPtr(enGb);
302 const UCTItem *enGb = NULL;
309 cache->get(LocaleCacheKey<UCTItem>("en_GB"), enGb, status);
314 if (enGb != enUs) {
320 if (enGb == fr) {
327 SharedObject::clearPtr(enGb);