Home | History | Annotate | Download | only in i18n

Lines Matching refs:uID

2655         const UChar* uid = ZoneMeta::findTimeZoneID(*id);
2656 if (uid) {
2657 gZoneIdTrie->put(uid, const_cast<UChar *>(uid), status);
2702 const UChar* uID = ZoneMeta::findTimeZoneID(*id);
2704 if (shortID && uID) {
2705 gShortZoneIdTrie->put(shortID, const_cast<UChar *>(uID), status);