Home | History | Annotate | Download | only in i18n

Lines Matching defs:mappings

215  * Convert a date string used by metazone mappings to UDate.
508 * Creating Olson tzid to metazone mappings from resource (3.8.1 and beyond)
527 // Read metazone mappings from metazoneInfo bundle
918 const UVector *mappings = getMetazoneMappings(tzid);
919 if (mappings != NULL) {
920 for (int32_t i = 0; i < mappings->size(); i++) {
921 OlsonToMetaMappingEntry *mzm = (OlsonToMetaMappingEntry*)mappings->elementAt(i);
959 UVector *mappings = (UVector*)uhash_get(gMetaToOlson, mzidUChars);
960 if (mappings != NULL) {
962 for (int32_t i = 0; i < mappings->size(); i++) {
963 MetaToOlsonMappingEntry *olsonmap = (MetaToOlsonMappingEntry*)mappings->elementAt(i);