/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CharacterPropertiesImpl.java | 37 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 in getInclusionsForProperty() [all...] |
H A D | UCharacterProperty.java | 54 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 [all...] |
H A D | Norm2AllModes.java | 304 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
|
H A D | CalendarUtil.java | 59 return CalendarPreferences.INSTANCE.getCalendarTypeForRegion(region); in getCalendarType() 63 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CharacterPropertiesImpl.java | 39 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()
|
H A D | UCharacterProperty.java | 55 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 [all...] |
H A D | Norm2AllModes.java | 323 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
|
H A D | CalendarUtil.java | 61 return CalendarPreferences.INSTANCE.getCalendarTypeForRegion(region); in getCalendarType() 65 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Normalizer.java | 157 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)); 186 private static final ModeImpl INSTANCE = global() field in Normalizer.NFC32ModeImpl 191 private static final ModeImpl INSTANCE = global() field in Normalizer.NFKC32ModeImpl 196 private static final ModeImpl INSTANCE = global() field in Normalizer.FCD32ModeImpl [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Normalizer.java | 156 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)); 185 private static final ModeImpl INSTANCE = global() field in Normalizer.NFC32ModeImpl 190 private static final ModeImpl INSTANCE = global() field in Normalizer.NFKC32ModeImpl 195 private static final ModeImpl INSTANCE = global() field in Normalizer.FCD32ModeImpl [all...] |
H A D | NameUnicodeTransliterator.java | 54 int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing space in handleTransliterate() 60 UCharacterName.INSTANCE.getCharNameCharacters(legal); in handleTransliterate()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacter.java | 2798 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 in isMirrored() [all...] |
H A D | UScript.java | 1198 int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MASK; 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/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 2316 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 in isMirrored() [all...] |
H A D | UScript.java | 1000 int scriptX=UCharacterProperty.INSTANCE.getAdditional(codepoint, 0)&UCharacterProperty.SCRIPT_X_MASK; 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/util/ |
H A D | LocaleMatcher.java | 732 } 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 in match() [all...] |
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberToTimeZonesMapper.java | 93 private static final PhoneNumberToTimeZonesMapper INSTANCE; field in PhoneNumberToTimeZonesMapper.LazyHolder 97 INSTANCE = new PhoneNumberToTimeZonesMapper(map); 110 return LazyHolder.INSTANCE; in getInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 42 INSTANCE = 0, enumerator 148 { INSTANCE, INVALID_PARAM_VALUE }, in getTestDataList() 156 { INSTANCE, VALID }, in getTestDataList() 366 { INSTANCE, "create_instance" }, in createApplicationParametersTests() 391 if (testParams.createType == INSTANCE) in createApplicationParametersTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktApplicationParametersTests.cpp | 42 INSTANCE = 0, enumerator 148 { INSTANCE, INVALID_PARAM_VALUE }, in getTestDataList() 156 { INSTANCE, VALID }, in getTestDataList() 366 { INSTANCE, "create_instance" }, in createApplicationParametersTests() 391 if (testParams.createType == INSTANCE) in createApplicationParametersTests()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocaleMatcher.java | 604 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/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/ |
H A D | DefaultMetadataDependenciesProvider.java | 37 private static final DefaultMetadataDependenciesProvider INSTANCE = new DefaultMetadataDependenciesProvider(); field in DefaultMetadataDependenciesProvider 40 return INSTANCE; in getInstance()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | PrefixTree.java | 177 return SetOperations.INSTANCE.retainFrom(this, ranges); in retainFrom() 190 return SetOperations.INSTANCE.union(this, other); in union() 203 return SetOperations.INSTANCE.intersect(this, other); in intersect()
|
H A D | RangeTree.java | 496 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/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | NameUnicodeTransliterator.java | 53 int maxLen = UCharacterName.INSTANCE.getMaxCharNameLength() + 1; // allow for temporary trailing space in handleTransliterate() 59 UCharacterName.INSTANCE.getCharNameCharacters(legal); in handleTransliterate()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ExtensionRegistryLite.java | 88 static final Class<?> INSTANCE = resolveExtensionClass(); field in ExtensionRegistryLite.ExtensionClassHolder 180 this.getClass().getMethod("add", ExtensionClassHolder.INSTANCE).invoke(this, extension); in add()
|