Lines Matching defs:strings
455 ZoneStringFormat::ZoneStringFormat(const UnicodeString* const* strings,
466 if (strings == NULL || columnCount <= 0 || rowCount <= 0) {
474 if (strings[row][0].isEmpty()) {
479 if (!strings[row][col].isEmpty()) {
505 names[typeIdx].setTo(strings[row][col]);
509 ZoneStringInfo *zsinf = new ZoneStringInfo(strings[row][0], strings[row][col], (TimeZoneTranslationType)type);
510 fZoneStringsTrie.put(strings[row][col], zsinf, status);
519 fTzidToStrings.put(strings[row][0], zstrings, status);
547 // We still want to go through the rest of zone strings initialization,
722 // If the metazone strings are not yet processed, do it now.
752 // Create UnicodeString array and put strings to the zone string trie
850 // Create UnicodeString array for localized zone strings
858 UnicodeString *strings = NULL;
862 strings = new UnicodeString[stringsCount];
865 strings[i].setTo(zstrarray[i], -1);
869 ZoneStringInfo *zsinfo = new ZoneStringInfo(utzid, strings[i], (TimeZoneTranslationType)type);
870 fZoneStringsTrie.put(strings[i], zsinfo, status);
873 delete[] strings;
880 // Create UnicodeString array for generic partial location strings
889 delete[] strings;
905 delete[] strings;
914 ZoneStrings *zstrings = new ZoneStrings(strings, stringsCount, commonlyUsed,
1514 // Create a fake locale strings
1538 ZoneStrings::ZoneStrings(UnicodeString *strings, int32_t stringsCount, UBool commonlyUsed,
1540 : fStrings(strings), fStringsCount(stringsCount), fIsCommonlyUsed(commonlyUsed),