Home
last modified time | relevance | path

Searched defs:INSTANCE (Results 1 – 25 of 47) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DDontCareFieldPosition.java27 public static final DontCareFieldPosition INSTANCE = new DontCareFieldPosition(); field in DontCareFieldPosition
DCalendarUtil.java65 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
DNorm2AllModes.java399 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
DUPropertyAliases.java222 public static final UPropertyAliases INSTANCE; field in UPropertyAliases
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDontCareFieldPosition.java25 public static final DontCareFieldPosition INSTANCE = new DontCareFieldPosition(); field in DontCareFieldPosition
DCalendarUtil.java63 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
DNorm2AllModes.java380 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
DUPropertyAliases.java221 public static final UPropertyAliases INSTANCE; field in UPropertyAliases
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DBinaryCodec.java21 public static final BinaryCodec INSTANCE = new BinaryCodec(); field in BinaryCodec
DStringCodec.java19 public static final StringCodec INSTANCE = new StringCodec(); field in StringCodec
DJSONMessageCodec.java27 public static final JSONMessageCodec INSTANCE = new JSONMessageCodec(); field in JSONMessageCodec
DJSONMethodCodec.java24 public static final JSONMethodCodec INSTANCE = new JSONMethodCodec(); field in JSONMethodCodec
DStandardMethodCodec.java22 …public static final StandardMethodCodec INSTANCE = new StandardMethodCodec(StandardMessageCodec.IN… field in StandardMethodCodec
DStandardMessageCodec.java66 public static final StandardMessageCodec INSTANCE = new StandardMessageCodec(); field in StandardMessageCodec
/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
181 private static final ModeImpl INSTANCE = field in Normalizer.NFKD32ModeImpl
186 private static final ModeImpl INSTANCE = field in Normalizer.NFC32ModeImpl
191 private static final ModeImpl INSTANCE = field in Normalizer.NFKC32ModeImpl
[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
180 private static final ModeImpl INSTANCE = field in Normalizer.NFKD32ModeImpl
185 private static final ModeImpl INSTANCE = field in Normalizer.NFC32ModeImpl
190 private static final ModeImpl INSTANCE = field in Normalizer.NFKC32ModeImpl
[all …]
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/
DDefaultMetadataDependenciesProvider.java37 …private static final DefaultMetadataDependenciesProvider INSTANCE = new DefaultMetadataDependencie… field in DefaultMetadataDependenciesProvider
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
DLiveEffectEngine.java24 INSTANCE; enumConstant
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto3MessageInfoFactory.java46 private static final Proto3MessageInfoFactory INSTANCE = new Proto3MessageInfoFactory(); field in Proto3MessageInfoFactory
DProto2MessageInfoFactory.java56 private static final Proto2MessageInfoFactory INSTANCE = new Proto2MessageInfoFactory(); field in Proto2MessageInfoFactory
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/
DPhoneNumberToTimeZonesMapper.java93 private static final PhoneNumberToTimeZonesMapper INSTANCE; field in PhoneNumberToTimeZonesMapper.LazyHolder
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DProtobuf.java45 private static final Protobuf INSTANCE = new Protobuf(); field in Protobuf
DExtensionRegistryLite.java88 static final Class<?> INSTANCE = resolveExtensionClass(); field in ExtensionRegistryLite.ExtensionClassHolder
/third_party/flutter/flutter/dev/integration_tests/channels/android/app/src/main/java/com/yourcompany/channels/
DMainActivity.java142 public static final ExtendedStandardMessageCodec INSTANCE = new ExtendedStandardMessageCodec(); field in ExtendedStandardMessageCodec
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DDigitSequence.java111 private static final Domain INSTANCE = new Domain(); field in DigitSequence.Domain

12