Home | History | Annotate | Download | only in intltest

Lines Matching defs:fLoc

1737     UCTMultiThreadItem *result = new UCTMultiThreadItem(fLoc.getName());
1746 UnifiedCacheThread(const char *loc) : fLoc(loc) {};
1749 const char *fLoc;
1757 cache->get(LocaleCacheKey<UCTMultiThreadItem>(fLoc), item, status);
1759 if (uprv_strcmp(fLoc, item->value)) {
1760 gThisTest->errln("Expected %s, got %s", fLoc, item->value);