Lines Matching refs:mz
376 UResourceBundle *mz = NULL; in createOlsonToMetaMap() local
430 mz = ures_getNextResource(zoneItem, mz, &status); in createOlsonToMetaMap()
431 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status); in createOlsonToMetaMap()
432 const UChar *mz_from = ures_getStringByIndex(mz, 1, NULL, &status); in createOlsonToMetaMap()
433 const UChar *mz_to = ures_getStringByIndex(mz, 2, NULL, &status); in createOlsonToMetaMap()
494 ures_close(mz); in createOlsonToMetaMap()
515 UResourceBundle *mz = NULL; in createOlsonToMetaMapOld() local
572 mz = ures_getNextResource(useMZ, mz, &status); in createOlsonToMetaMapOld()
573 const UChar *mz_name = ures_getStringByIndex(mz, 0, NULL, &status); in createOlsonToMetaMapOld()
574 const UChar *mz_from = ures_getStringByIndex(mz, 1, NULL, &status); in createOlsonToMetaMapOld()
575 const UChar *mz_to = ures_getStringByIndex(mz, 2, NULL, &status); in createOlsonToMetaMapOld()
637 ures_close(mz); in createOlsonToMetaMapOld()
654 UResourceBundle *mz = NULL; in createMetaToOlsonMap() local
670 mz = ures_getNextResource(metazones, mz, &status); in createMetaToOlsonMap()
675 const char *mzkey = ures_getKey(mz); in createMetaToOlsonMap()
688 const UChar *tzid = ures_getStringByIndex(mz, 0, &tzidLen, &status); in createMetaToOlsonMap()
732 ures_close(mz); in createMetaToOlsonMap()