Home
last modified time | relevance | path

Searched refs:INSTANCE (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dextensions_data.txt8 VK_KHR_surface INSTANCE
9 VK_KHR_display INSTANCE
10 VK_KHR_xlib_surface INSTANCE
11 VK_KHR_xcb_surface INSTANCE
12 VK_KHR_wayland_surface INSTANCE
13 VK_KHR_mir_surface INSTANCE
14 VK_KHR_android_surface INSTANCE
15 VK_KHR_win32_surface INSTANCE
16 VK_KHR_get_physical_device_properties2 INSTANCE 1_1_0
17 VK_KHR_device_group_creation INSTANCE 1_1_0
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCharacterPropertiesImpl.java37 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
40 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
43 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
44 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
48 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
63 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
66 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
74 EmojiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
94 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions()
123 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
DUCharacterProperty.java54 public static final UCharacterProperty INSTANCE; field in UCharacterProperty
146 static final LayoutProps INSTANCE = new LayoutProps(); field in UCharacterProperty.LayoutProps
352 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
364 return EmojiProps.INSTANCE.hasBinaryProperty(c, which); in contains()
390 return UBiDiProps.INSTANCE.isBidiControl(c);
396 return UBiDiProps.INSTANCE.isMirrored(c);
425 return UBiDiProps.INSTANCE.isJoinControl(c);
527 UCaseProps csp=UCaseProps.INSTANCE;
640 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
676 return UBiDiProps.INSTANCE.getClass(c);
[all …]
DNorm2AllModes.java304 return getInstanceFromSingleton(NFCSingleton.INSTANCE); in getNFCInstance()
307 return getInstanceFromSingleton(NFKCSingleton.INSTANCE); in getNFKCInstance()
310 return getInstanceFromSingleton(NFKC_CFSingleton.INSTANCE); in getNFKC_CFInstance()
326 singleton=NFCSingleton.INSTANCE; in getInstance()
328 singleton=NFKCSingleton.INSTANCE; in getInstance()
330 singleton=NFKC_CFSingleton.INSTANCE; in getInstance()
380 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfc"); field in Norm2AllModes.NFCSingleton
383 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc"); field in Norm2AllModes.NFKCSingleton
386 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc_cf"); field in Norm2AllModes.NFKC_CFSingleton
DCalendarUtil.java59 return CalendarPreferences.INSTANCE.getCalendarTypeForRegion(region); in getCalendarType()
63 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
DCaseMapImpl.java225 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
228 UCaseProps.INSTANCE.getType(c) != UCaseProps.NONE); in isLNS()
511 c = UCaseProps.INSTANCE.toFullLower(c, iter, dest, caseLocale); in internalToLower()
513 c = UCaseProps.INSTANCE.toFullFolding(c, dest, options); in internalToLower()
591 c = UCaseProps.INSTANCE.toFullUpper(c, iter, dest, caseLocale); in internalToUpper()
728 UCaseProps.NONE==UCaseProps.INSTANCE.getType(c) : in toTitle()
741 c = UCaseProps.INSTANCE.toFullTitle(c, iter, dest, caseLocale); in toTitle()
1373 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c);
1402 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c);
1513 c = UCaseProps.INSTANCE.toFullUpper(c, null, dest, UCaseProps.LOC_GREEK);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCharacterPropertiesImpl.java39 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
42 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
45 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
46 UCharacterProperty.INSTANCE.upropsvec_addPropertyStarts(incl); in getInclusionsForSource()
50 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
65 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
68 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusionsForSource()
92 int src = UCharacterProperty.INSTANCE.getSource(prop); in getIntPropInclusions()
121 int src = UCharacterProperty.INSTANCE.getSource(prop); in getInclusionsForProperty()
DNorm2AllModes.java323 return getInstanceFromSingleton(NFCSingleton.INSTANCE); in getNFCInstance()
326 return getInstanceFromSingleton(NFKCSingleton.INSTANCE); in getNFKCInstance()
329 return getInstanceFromSingleton(NFKC_CFSingleton.INSTANCE); in getNFKC_CFInstance()
345 singleton=NFCSingleton.INSTANCE; in getInstance()
347 singleton=NFKCSingleton.INSTANCE; in getInstance()
349 singleton=NFKC_CFSingleton.INSTANCE; in getInstance()
399 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfc"); field in Norm2AllModes.NFCSingleton
402 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc"); field in Norm2AllModes.NFKCSingleton
405 private static final Norm2AllModesSingleton INSTANCE=new Norm2AllModesSingleton("nfkc_cf"); field in Norm2AllModes.NFKC_CFSingleton
DUCharacterProperty.java55 public static final UCharacterProperty INSTANCE; field in UCharacterProperty
146 static final LayoutProps INSTANCE = new LayoutProps(); field in UCharacterProperty.LayoutProps
352 return UCaseProps.INSTANCE.hasBinaryProperty(c, which); in contains()
378 return UBiDiProps.INSTANCE.isBidiControl(c);
384 return UBiDiProps.INSTANCE.isMirrored(c);
413 return UBiDiProps.INSTANCE.isJoinControl(c);
515 UCaseProps csp=UCaseProps.INSTANCE;
621 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
657 return UBiDiProps.INSTANCE.getClass(c);
682 return UBiDiProps.INSTANCE.getJoiningGroup(c);
[all …]
DCalendarUtil.java61 return CalendarPreferences.INSTANCE.getCalendarTypeForRegion(region); in getCalendarType()
65 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
DCaseMapImpl.java219 int gc = UCharacterProperty.INSTANCE.getType(c); in isLNS()
222 UCaseProps.INSTANCE.getType(c) != UCaseProps.NONE); in isLNS()
505 c = UCaseProps.INSTANCE.toFullLower(c, iter, dest, caseLocale); in internalToLower()
507 c = UCaseProps.INSTANCE.toFullFolding(c, dest, options); in internalToLower()
585 c = UCaseProps.INSTANCE.toFullUpper(c, iter, dest, caseLocale); in internalToUpper()
722 UCaseProps.NONE==UCaseProps.INSTANCE.getType(c) : in toTitle()
736 c = UCaseProps.INSTANCE.toFullTitle(c, iter, dest, caseLocale); in toTitle()
1298 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c); in isFollowedByCasedLetter()
1327 int type = UCaseProps.INSTANCE.getTypeOrIgnorable(c); in toUpper()
1438 c = UCaseProps.INSTANCE.toFullUpper(c, null, dest, UCaseProps.LOC_GREEK); in toUpper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer.java157 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFDInstance()); field in Normalizer.NFDModeImpl
160 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKDInstance()); field in Normalizer.NFKDModeImpl
163 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFCInstance()); field in Normalizer.NFCModeImpl
166 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKCInstance()); field in Normalizer.NFKCModeImpl
169 private static final ModeImpl INSTANCE = new ModeImpl(Norm2AllModes.getFCDNormalizer2()); field in Normalizer.FCDModeImpl
173 private static final UnicodeSet INSTANCE = new UnicodeSet("[:age=3.2:]").freeze(); field in Normalizer.Unicode32
176 private static final ModeImpl INSTANCE = field in Normalizer.NFD32ModeImpl
178 Unicode32.INSTANCE));
181 private static final ModeImpl INSTANCE = field in Normalizer.NFKD32ModeImpl
183 Unicode32.INSTANCE));
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer.java156 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFDInstance()); field in Normalizer.NFDModeImpl
159 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKDInstance()); field in Normalizer.NFKDModeImpl
162 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFCInstance()); field in Normalizer.NFCModeImpl
165 private static final ModeImpl INSTANCE = new ModeImpl(Normalizer2.getNFKCInstance()); field in Normalizer.NFKCModeImpl
168 private static final ModeImpl INSTANCE = new ModeImpl(Norm2AllModes.getFCDNormalizer2()); field in Normalizer.FCDModeImpl
172 private static final UnicodeSet INSTANCE = new UnicodeSet("[:age=3.2:]").freeze(); field in Normalizer.Unicode32
175 private static final ModeImpl INSTANCE = field in Normalizer.NFD32ModeImpl
177 Unicode32.INSTANCE));
180 private static final ModeImpl INSTANCE = field in Normalizer.NFKD32ModeImpl
182 Unicode32.INSTANCE));
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUCharacter.java2316 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
3530 return UCharacterProperty.INSTANCE.digit(ch); in digit()
3548 return UCharacterProperty.INSTANCE.getNumericValue(ch); in getNumericValue()
3569 return UCharacterProperty.INSTANCE.getUnicodeNumericValue(ch); in getUnicodeNumericValue()
3604 return UCharacterProperty.INSTANCE.getType(ch); in getType()
3975 return UCaseProps.INSTANCE.tolower(ch); in toLowerCase()
4022 return UCaseProps.INSTANCE.totitle(ch); in toTitleCase()
4044 return UCaseProps.INSTANCE.toupper(ch); in toUpperCase()
4127 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4140 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
[all …]
DUScript.java1000 …int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MA… in getScript()
1009 return UCharacterProperty.INSTANCE.m_scriptExtensions_[codeOrIndex]; in getScript()
1029 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in hasScript()
1035 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in hasScript()
1078 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in getScriptExtensions()
1085 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in getScriptExtensions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUCharacter.java2798 UCharacterProperty.INSTANCE.getIntPropertyValue(ch, UProperty.BLOCK)); in of()
4211 return UCharacterProperty.INSTANCE.digit(ch); in digit()
4230 return UCharacterProperty.INSTANCE.getNumericValue(ch); in getNumericValue()
4252 return UCharacterProperty.INSTANCE.getUnicodeNumericValue(ch); in getUnicodeNumericValue()
4287 return UCharacterProperty.INSTANCE.getType(ch); in getType()
4672 return UCaseProps.INSTANCE.tolower(ch); in toLowerCase()
4721 return UCaseProps.INSTANCE.totitle(ch); in toTitleCase()
4744 return UCaseProps.INSTANCE.toupper(ch); in toUpperCase()
4832 return UBiDiProps.INSTANCE.getClass(ch); in getDirection()
4846 return UBiDiProps.INSTANCE.isMirrored(ch); in isMirrored()
[all …]
DUScript.java1198 …int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MA… in getScript()
1207 return UCharacterProperty.INSTANCE.m_scriptExtensions_[codeOrIndex]; in getScript()
1228 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in hasScript()
1234 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in hasScript()
1278 … int scriptX=UCharacterProperty.INSTANCE.getAdditional(c, 0)&UCharacterProperty.SCRIPT_X_MASK; in getScriptExtensions()
1285 char[] scriptExtensions=UCharacterProperty.INSTANCE.m_scriptExtensions_; in getScriptExtensions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java732 } else if (LocaleDistance.INSTANCE.isParadigmLSR(lsr)) { in LocaleMatcher()
762 LocaleDistance.INSTANCE.getDefaultDemotionPerDesiredLocale(); // null or REGION in LocaleMatcher()
770 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in LocaleMatcher()
777 threshold = LocaleDistance.INSTANCE.getDefaultScriptDistance(); in LocaleMatcher()
799 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
807 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
1057 int bestIndexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in getBestSuppIndex()
1100 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch()
1118 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in isMatch()
1145 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in match()
[all …]
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/
DPhoneNumberToTimeZonesMapper.java93 private static final PhoneNumberToTimeZonesMapper INSTANCE; field in PhoneNumberToTimeZonesMapper.LazyHolder
97 INSTANCE = new PhoneNumberToTimeZonesMapper(map);
110 return LazyHolder.INSTANCE; in getInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java604 LocaleDistance.INSTANCE.getDefaultScriptDistance() : builder.thresholdDistance; in LocaleMatcher()
656 } else if (LocaleDistance.INSTANCE.isParadigmLSR(lsr)) { in LocaleMatcher()
686 LocaleDistance.INSTANCE.getDefaultDemotionPerDesiredLocale(); // null or REGION in LocaleMatcher()
707 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
715 return XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(locale); in getMaximalLsrOrUnd()
962 int bestIndexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in getBestSuppIndex()
1014 int indexAndDistance = LocaleDistance.INSTANCE.getBestIndexAndDistance( in match()
1040 return XLikelySubtags.INSTANCE.canonicalize(locale); in canonicalize()
/third_party/rust/crates/once_cell/examples/
Dlazy_static.rs16 static INSTANCE: OnceCell<HashMap<u32, &'static str>> = OnceCell::new(); in hashmap() variable
17 INSTANCE.get_or_init(|| { in hashmap()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/
DDefaultMetadataDependenciesProvider.java37 …private static final DefaultMetadataDependenciesProvider INSTANCE = new DefaultMetadataDependencie… field in DefaultMetadataDependenciesProvider
40 return INSTANCE; in getInstance()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTree.java496 static final SetOperations INSTANCE = new SetOperations(); field in RangeTree.SetOperations
842 SetOperations setOps = SetOperations.INSTANCE; in from()
882 checkArgument(node == SetOperations.INSTANCE.intern(node), in from()
1058 return SetOperations.INSTANCE.union(this, tree); in union()
1063 return SetOperations.INSTANCE.intersect(this, tree); in intersect()
1068 return SetOperations.INSTANCE.subtract(this, tree); in subtract()
1229 SetOperations setOps = SetOperations.INSTANCE; in asRangeSpecifications()
1325 SetOperations setOps = SetOperations.INSTANCE; in equals()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistryLite.java88 static final Class<?> INSTANCE = resolveExtensionClass(); field in ExtensionRegistryLite.ExtensionClassHolder
180 this.getClass().getMethod("add", ExtensionClassHolder.INSTANCE).invoke(this, extension); in add()
DProtobuf.java45 private static final Protobuf INSTANCE = new Protobuf(); field in Protobuf
55 return INSTANCE; in getInstance()

1234