/third_party/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 …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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 ohos.global.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 …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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 ohos.global.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 ohos.global.icu.text.TimeZoneNames.NameType; 1340 NameType types[] = { in getZoneStrings() 1341 NameType.LONG_STANDARD, NameType.SHORT_STANDARD, in getZoneStrings() 1342 NameType.LONG_DAYLIGHT, NameType.SHORT_DAYLIGHT in getZoneStrings()
|
/third_party/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() 345 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() 355 private NameType _nameType; 373 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) { in MatchInfo() 423 public NameType nameType() { in nameType() 449 public void getDisplayNames(String tzID, NameType[] types, long date, in getDisplayNames() 456 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; 1375 NameType types[] = { in getZoneStrings() 1376 NameType.LONG_STANDARD, NameType.SHORT_STANDARD, in getZoneStrings() 1377 NameType.LONG_DAYLIGHT, NameType.SHORT_DAYLIGHT in getZoneStrings()
|
/third_party/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 …]
|
/third_party/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | ItaniumDemangle.h | 40 X(NameType) \ 384 class NameType final : public Node { 388 NameType(StringView Name_) : Node(KNameType), Name(Name_) {} in NameType() function 462 static_cast<const NameType *>(Ty)->getName() == "objc_object"; in isObjCObject() 2563 auto *StringLitName = make<NameType>("string literal"); in parseLocalName() 2710 return make<NameType>("'block-literal'"); in parseUnnamedTypeName() 2726 return make<NameType>("(anonymous namespace)"); in parseSourceName() 2727 return make<NameType>(Name); in parseSourceName() 2789 return make<NameType>("operator&&"); in parseOperatorName() 2793 return make<NameType>("operator&"); in parseOperatorName() [all …]
|
/third_party/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 …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 46 import ohos.global.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 …]
|
/third_party/boost/libs/graph/example/ |
D | interior_property_map.cpp | 66 typedef typename boost::property_traits< NamePA >::value_type NameType; in who_owes_who() typedef 68 NameType src_name, targ_name; in who_owes_who()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | TimeZone.java | 31 import ohos.global.icu.text.TimeZoneNames.NameType; 552 NameType nameType = null; in _getDisplayName() 555 nameType = daylight ? NameType.LONG_DAYLIGHT : NameType.LONG_STANDARD; in _getDisplayName() 559 nameType = daylight ? NameType.SHORT_DAYLIGHT : NameType.SHORT_STANDARD; in _getDisplayName()
|
/third_party/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 172 ImportType Type, ImportNameType NameType); 465 ImportNameType NameType) { in createShortImport() argument 480 Imp->TypeInfo = (NameType << 2) | ImportType; in createShortImport() 598 ImportNameType NameType = E.Noname in writeImportLibrary() local 616 OF.createShortImport(*Name, E.Ordinal, ImportType, NameType)); in writeImportLibrary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ItaniumManglingCanonicalizer.cpp | 204 Node *StdNamespace = Self.makeNode<itanium_demangle::NameType>("std"); in make() 241 N = P->Demangler.make<itanium_demangle::NameType>("std"); in addEquivalence() 314 N = Demangler.make<itanium_demangle::NameType>( in parseMaybeMangledName()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | FormatHandler.java | 47 import ohos.global.icu.text.TimeZoneNames.NameType; 2484 final NameType[] nTypes = { in hasSameBehavior() 2485 NameType.SHORT_STANDARD, in hasSameBehavior() 2486 NameType.SHORT_DAYLIGHT in hasSameBehavior() 2490 for (NameType nt : nTypes) { in hasSameBehavior()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 47 import com.ibm.icu.text.TimeZoneNames.NameType; 2497 final NameType[] nTypes = { in hasSameBehavior() 2498 NameType.SHORT_STANDARD, in hasSameBehavior() 2499 NameType.SHORT_DAYLIGHT in hasSameBehavior() 2503 for (NameType nt : nTypes) { in hasSameBehavior()
|
/third_party/boost/boost/graph/ |
D | graphviz.hpp | 347 typedef typename graph_property< Graph, graph_name_t >::type NameType; in write_graphviz_subgraph() typedef 348 const NameType& g_name = get_property(g, graph_name); in write_graphviz_subgraph()
|