Lines Matching refs:put
240 // search is performed. put() simply saves the parameters in case we do
244 TextTrieMap::put(const UnicodeString &key, void *value, ZSFStringPool &sp, UErrorCode &status) {
594 // Put the name into the trie
601 fZoneStringsTrie.put(strings[row][col], zsinf, fStringPool, status);
848 // Create UnicodeString array and put strings to the zone string trie
866 fZoneStringsTrie.put(strings_mz[typeidx], zsinfo, fStringPool, status);
978 fZoneStringsTrie.put(strings[i], zsinfo, fStringPool, status);
1011 fZoneStringsTrie.put(genericPartialLocationNames[i][j], zsinfo, fStringPool, status);
1023 // Finally, create ZoneStrings instance and put it into the tzidToStinrgs map
2006 // ZSFStringPool::adopt() Put a string into the hash, but do not copy the string data