/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 99 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 101 (type != NameType.SHORT_STANDARD && type != NameType.SHORT_DAYLIGHT)) { in getMetaZoneDisplayName() 112 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() 194 String getName(NameType type) { in getName() 222 final NameType type; 226 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo() 235 private EnumSet<NameType> _nameTypes; 239 TZDBNameSearchHandler(EnumSet<NameType> nameTypes, String region) { in TZDBNameSearchHandler() 298 NameType ntype = match.type; in handlePrefixMatch() [all …]
|
D | TimeZoneGenericNames.java | 29 import com.ibm.icu.text.TimeZoneNames.NameType; 127 private static final NameType[] GENERIC_NON_LOCATION_TYPES = 128 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 333 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName() 381 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName() 382 NameType.LONG_STANDARD : NameType.SHORT_STANDARD; in formatGenericNonLocationName() 419 … name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName); in formatGenericNonLocationName() 497 for (NameType genNonLocType : GENERIC_NON_LOCATION_TYPES) { in loadStrings() 501 … getPartialLocationName(tzCanonicalID, mzID, (genNonLocType == NameType.LONG_GENERIC), mzGenName); in loadStrings() 842 EnumSet<NameType> nameTypes = EnumSet.noneOf(NameType.class); in findTimeZoneNames() [all …]
|
D | TimeZoneNamesImpl.java | 165 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 177 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 192 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION); in getExemplarLocationName() 200 …public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nam… in find() 260 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() 268 NameType type = types[i]; in getDisplayNames() 513 NameType type; 520 private EnumSet<NameType> _nameTypes; 524 NameSearchHandler(EnumSet<NameType> nameTypes) { in NameSearchHandler() 705 private static int getNameTypeIndex(NameType type) { [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 101 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 103 (type != NameType.SHORT_STANDARD && type != NameType.SHORT_DAYLIGHT)) { in getMetaZoneDisplayName() 114 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() 196 String getName(NameType type) { in getName() 224 final NameType type; 228 TZDBNameInfo(String mzID, NameType type, boolean ambiguousType, String[] parseRegions) { in TZDBNameInfo() 237 private EnumSet<NameType> _nameTypes; 241 TZDBNameSearchHandler(EnumSet<NameType> nameTypes, String region) { in TZDBNameSearchHandler() 300 NameType ntype = match.type; in handlePrefixMatch() [all …]
|
D | TimeZoneGenericNames.java | 30 import android.icu.text.TimeZoneNames.NameType; 131 private static final NameType[] GENERIC_NON_LOCATION_TYPES = 132 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 337 …NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERI… in formatGenericNonLocationName() 385 NameType stdNameType = (nameType == NameType.LONG_GENERIC) ? in formatGenericNonLocationName() 386 NameType.LONG_STANDARD : NameType.SHORT_STANDARD; in formatGenericNonLocationName() 423 … name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName); in formatGenericNonLocationName() 501 for (NameType genNonLocType : GENERIC_NON_LOCATION_TYPES) { in loadStrings() 505 … getPartialLocationName(tzCanonicalID, mzID, (genNonLocType == NameType.LONG_GENERIC), mzGenName); in loadStrings() 847 EnumSet<NameType> nameTypes = EnumSet.noneOf(NameType.class); in findTimeZoneNames() [all …]
|
D | TimeZoneNamesImpl.java | 167 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 179 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 194 String locName = loadTimeZoneNames(tzID).getName(NameType.EXEMPLAR_LOCATION); in getExemplarLocationName() 202 …public synchronized Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nam… in find() 262 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() 270 NameType type = types[i]; in getDisplayNames() 515 NameType type; 522 private EnumSet<NameType> _nameTypes; 526 NameSearchHandler(EnumSet<NameType> nameTypes) { in NameSearchHandler() 707 private static int getNameTypeIndex(NameType type) { [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 88 public enum NameType { enum in TimeZoneNames 267 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName() 287 public final String getDisplayName(String tzID, NameType type, long date) { in getDisplayName() 308 public abstract String getTimeZoneDisplayName(String tzID, NameType type); in getTimeZoneDisplayName() 346 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() 357 private NameType _nameType; 376 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 429 public NameType nameType() { in nameType() 456 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() 463 NameType type = types[i]; in getDisplayNames() [all …]
|
D | TimeZoneFormat.java | 46 import com.ibm.icu.text.TimeZoneNames.NameType; 400 private static final EnumSet<NameType> ALL_SIMPLE_NAME_TYPES = EnumSet.of( 401 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, 402 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT, 403 NameType.EXEMPLAR_LOCATION 901 … result = formatSpecific(tz, NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, date, timeType); in format() 904 … result = formatSpecific(tz, NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT, date, timeType); in format() 1194 EnumSet<NameType> nameTypes = null; in parse() 1196 nameTypes = EnumSet.of(NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT); in parse() 1199 nameTypes = EnumSet.of(NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT); in parse() [all …]
|
D | DateFormatSymbols.java | 33 import com.ibm.icu.text.TimeZoneNames.NameType; 1371 NameType types[] = { in getZoneStrings() 1372 NameType.LONG_STANDARD, NameType.SHORT_STANDARD, in getZoneStrings() 1373 NameType.LONG_DAYLIGHT, NameType.SHORT_DAYLIGHT in getZoneStrings()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneNames.java | 85 public enum NameType { enum in TimeZoneNames 241 public abstract String getMetaZoneDisplayName(String mzID, NameType type); in getMetaZoneDisplayName() 260 public final String getDisplayName(String tzID, NameType type, long date) { in getDisplayName() 280 public abstract String getTimeZoneDisplayName(String tzID, NameType type); in getTimeZoneDisplayName() 316 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() 327 private NameType _nameType; 345 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 395 public NameType nameType() { in nameType() 423 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() 430 NameType type = types[i]; in getDisplayNames() [all …]
|
D | TimeZoneFormat.java | 47 import android.icu.text.TimeZoneNames.NameType; 364 private static final EnumSet<NameType> ALL_SIMPLE_NAME_TYPES = EnumSet.of( 365 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, 366 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT, 367 NameType.EXEMPLAR_LOCATION 844 … result = formatSpecific(tz, NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, date, timeType); in format() 847 … result = formatSpecific(tz, NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT, date, timeType); in format() 1133 EnumSet<NameType> nameTypes = null; in parse() 1135 nameTypes = EnumSet.of(NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT); in parse() 1138 nameTypes = EnumSet.of(NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT); in parse() [all …]
|
D | DateFormatSymbols.java | 34 import android.icu.text.TimeZoneNames.NameType; 1336 NameType types[] = { in getZoneStrings() 1337 NameType.LONG_STANDARD, NameType.SHORT_STANDARD, in getZoneStrings() 1338 NameType.LONG_DAYLIGHT, NameType.SHORT_DAYLIGHT in getZoneStrings()
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | TimeZoneNameTest.java | 23 import com.ibm.icu.text.TimeZoneNames.NameType; 107 tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date) : in getIcuDisplayName() 108 tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date); in getIcuDisplayName() 112 tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date) : in getIcuDisplayName() 113 tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date); in getIcuDisplayName() 173 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale() 211 TimeZoneNames.NameType.LONG_STANDARD); in testGetMetaZoneDisplayName() 217 TimeZoneNames.NameType.SHORT_DAYLIGHT); in testGetMetaZoneDisplayName() 241 TimeZoneNames.NameType.LONG_DAYLIGHT); in testGetTimeZoneDisplayName() 245 TimeZoneNames.NameType.EXEMPLAR_LOCATION); in testGetTimeZoneDisplayName() [all …]
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
D | TimeZoneNameProviderICU.java | 16 import com.ibm.icu.text.TimeZoneNames.NameType; 32 String lstd = tznames.getDisplayName(canonicalID, NameType.LONG_STANDARD, date); in getDisplayName() 33 String ldst = tznames.getDisplayName(canonicalID, NameType.LONG_DAYLIGHT, date); in getDisplayName() 34 String sstd = tznames.getDisplayName(canonicalID, NameType.SHORT_STANDARD, date); in getDisplayName() 35 String sdst = tznames.getDisplayName(canonicalID, NameType.SHORT_DAYLIGHT, date); in getDisplayName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 324 class NameType final : public Node { class 328 NameType(StringView Name_) : Node(KNameType), Name(Name_) {} in NameType() function in __anon17245d330111::NameType 392 static_cast<NameType *>(Ty)->getName() == "objc_object"; in isObjCObject() 2182 return make<LocalName>(Encoding, make<NameType>("string literal")); in parseLocalName() 2287 return make<NameType>("(anonymous namespace)"); in parseSourceName() 2288 return make<NameType>(Name); in parseSourceName() 2348 return make<NameType>("operator&&"); in parseOperatorName() 2352 return make<NameType>("operator&"); in parseOperatorName() 2355 return make<NameType>("operator&="); in parseOperatorName() 2358 return make<NameType>("operator="); in parseOperatorName() [all …]
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 42 X(NameType) \ 378 class NameType final : public Node { 382 NameType(StringView Name_) : Node(KNameType), Name(Name_) {} in NameType() function 456 static_cast<const NameType *>(Ty)->getName() == "objc_object"; in isObjCObject() 2383 auto *StringLitName = make<NameType>("string literal"); in parseLocalName() 2498 return make<NameType>("(anonymous namespace)"); in parseSourceName() 2499 return make<NameType>(Name); in parseSourceName() 2561 return make<NameType>("operator&&"); in parseOperatorName() 2565 return make<NameType>("operator&"); in parseOperatorName() 2568 return make<NameType>("operator&="); in parseOperatorName() [all …]
|
/external/v8/src/parsing/ |
D | func-name-inferrer.h | 87 enum NameType { enum 93 Name(const AstRawString* name, NameType type) : name(name), type(type) {} in Name() 95 NameType type;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 45 import com.ibm.icu.text.TimeZoneNames.NameType; 1113 int resultSize = names.find("GMT", 0, EnumSet.allOf(NameType.class)).size(); in TestTZDBNamesThreading() 1138 NameType[] types = new NameType[]{ in TestGetDisplayNames() 1139 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, in TestGetDisplayNames() 1140 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT in TestGetDisplayNames() 1159 NameType type = types[i]; in TestGetDisplayNames() 1176 NameType type = types[i]; in TestGetDisplayNames() 1215 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 1220 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 1247 tzn.getMetaZoneDisplayName("America_Central", NameType.LONG_DAYLIGHT), null); in TestDefaultTimeZoneNames() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 46 import android.icu.text.TimeZoneNames.NameType; 1116 int resultSize = names.find("GMT", 0, EnumSet.allOf(NameType.class)).size(); in TestTZDBNamesThreading() 1141 NameType[] types = new NameType[]{ in TestGetDisplayNames() 1142 NameType.LONG_STANDARD, NameType.LONG_DAYLIGHT, in TestGetDisplayNames() 1143 NameType.SHORT_STANDARD, NameType.SHORT_DAYLIGHT in TestGetDisplayNames() 1162 NameType type = types[i]; in TestGetDisplayNames() 1179 NameType type = types[i]; in TestGetDisplayNames() 1218 public String getMetaZoneDisplayName(String mzID, NameType type) { in getMetaZoneDisplayName() 1223 public String getTimeZoneDisplayName(String tzID, NameType type) { in getTimeZoneDisplayName() 1250 tzn.getMetaZoneDisplayName("America_Central", NameType.LONG_DAYLIGHT), null); in TestDefaultTimeZoneNames() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | TimeZone.java | 31 import android.icu.text.TimeZoneNames.NameType; 523 NameType nameType = null; in _getDisplayName() 526 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName() 530 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 30 import com.ibm.icu.text.TimeZoneNames.NameType; 587 NameType nameType = null; in _getDisplayName() 590 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName() 594 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 173 ImportType Type, ImportNameType NameType); 466 ImportNameType NameType) { in createShortImport() argument 481 Imp->TypeInfo = (NameType << 2) | ImportType; in createShortImport() 599 ImportNameType NameType = getNameType(SymbolName, E.Name, Machine, MinGW); in writeImportLibrary() local 614 OF.createShortImport(*Name, E.Ordinal, ImportType, NameType)); in writeImportLibrary()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
D | FormatHandler.java | 45 import android.icu.text.TimeZoneNames.NameType; 2422 final NameType[] nTypes = { in hasSameBehavior() 2423 NameType.SHORT_STANDARD, in hasSameBehavior() 2424 NameType.SHORT_DAYLIGHT in hasSameBehavior() 2428 for (NameType nt : nTypes) { in hasSameBehavior()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 44 import com.ibm.icu.text.TimeZoneNames.NameType; 2419 final NameType[] nTypes = { in hasSameBehavior() 2420 NameType.SHORT_STANDARD, in hasSameBehavior() 2421 NameType.SHORT_DAYLIGHT in hasSameBehavior() 2425 for (NameType nt : nTypes) { in hasSameBehavior()
|
/external/icu/icu4j/tools/build/ |
D | icu4j56.api3.gz | 12;ICU4J 56.1;;
2ST@3.6;PB;NS;NF;NS; ... |