Searched refs:stdInf (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTZDBTimeZoneNames.java363 TZDBNameInfo stdInf = new TZDBNameInfo();
364 stdInf.mzID = mzID;
365 stdInf.type = NameType.SHORT_STANDARD;
366 stdInf.ambiguousType = ambiguousType;
367 stdInf.parseRegions = parseRegions;
368 trie.put(std, stdInf);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java361 TZDBNameInfo stdInf = new TZDBNameInfo();
362 stdInf.mzID = mzID;
363 stdInf.type = NameType.SHORT_STANDARD;
364 stdInf.ambiguousType = ambiguousType;
365 stdInf.parseRegions = parseRegions;
366 trie.put(std, stdInf);
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp1810 TZDBNameInfo *stdInf = (TZDBNameInfo *)uprv_malloc(sizeof(TZDBNameInfo)); local
1811 if (stdInf == NULL) {
1815 stdInf->mzID = uMzID;
1816 stdInf->type = UTZNM_SHORT_STANDARD;
1817 stdInf->ambiguousType = ambiguousType;
1818 stdInf->parseRegions = parseRegions;
1819 stdInf->nRegions = numRegions;
1820 gTZDBNamesTrie->put(std, stdInf, status);

Completed in 68 milliseconds