Home | History | Annotate | Download | only in i18n

Lines Matching refs:uID

2651                         const UChar* uid = ZoneMeta::findTimeZoneID(*id);
2652 if (uid) {
2653 trie->put(uid, const_cast<UChar *>(uid), status);
2707 const UChar* uID = ZoneMeta::findTimeZoneID(*id);
2709 if (shortID && uID) {
2710 trie->put(shortID, const_cast<UChar *>(uID), status);