Home
last modified time | relevance | path

Searched defs: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()
/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()
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp1878 UBool ambiguousType; member
2083 UBool ambiguousType = (std != NULL && dst != NULL && u_strcmp(std, dst) == 0); in prepareFind() local