Home
last modified time | relevance | path

Searched refs:ambiguousType (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTZDBTimeZoneNames.java223 final boolean ambiguousType; field in TZDBTimeZoneNames.TZDBNameInfo
226 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo() argument
229 this.ambiguousType = ambiguousType; in TZDBNameInfo()
311 if (match.ambiguousType in handlePrefixMatch()
372 boolean ambiguousType = (std != null && dst != null && std.equals(dst)); in prepareFind()
377 ambiguousType, in prepareFind()
384 ambiguousType, in prepareFind()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTZDBTimeZoneNames.java225 final boolean ambiguousType; field in TZDBTimeZoneNames.TZDBNameInfo
228 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo() argument
231 this.ambiguousType = ambiguousType; in TZDBNameInfo()
313 if (match.ambiguousType in handlePrefixMatch()
374 boolean ambiguousType = (std != null && dst != null && std.equals(dst)); in prepareFind()
379 ambiguousType, in prepareFind()
386 ambiguousType, in prepareFind()
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp1878 UBool ambiguousType; member
1979 if (match->ambiguousType in handleMatch()
2083 UBool ambiguousType = (std != NULL && dst != NULL && u_strcmp(std, dst) == 0); in prepareFind() local
2094 stdInf->ambiguousType = ambiguousType; in prepareFind()
2107 dstInf->ambiguousType = ambiguousType; in prepareFind()