Home
last modified time | relevance | path

Searched defs:INSTANCE (Results 1 - 25 of 44) sorted by relevance

12

/third_party/rust/crates/once_cell/examples/
H A Dlazy_static.rs16 static INSTANCE: OnceCell<HashMap<u32, &'static str>> = OnceCell::new(); in hashmap() consts
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDontCareFieldPosition.java25 public static final DontCareFieldPosition INSTANCE = new DontCareFieldPosition(); field in DontCareFieldPosition
H A DCalendarUtil.java63 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
H A DEmojiProps.java54 public static final EmojiProps INSTANCE = new EmojiProps(); field in EmojiProps
H A 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
H A DUBiDiProps.java335 public static final UBiDiProps INSTANCE; field in UBiDiProps
H A DUPropertyAliases.java221 public static final UPropertyAliases INSTANCE; field in UPropertyAliases
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DDontCareFieldPosition.java27 public static final DontCareFieldPosition INSTANCE = new DontCareFieldPosition(); field in DontCareFieldPosition
H A DCalendarUtil.java65 private static final CalendarPreferences INSTANCE = new CalendarPreferences(); field in CalendarUtil.CalendarPreferences
H A DUBiDiProps.java339 public static final UBiDiProps INSTANCE; field in UBiDiProps
H A 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
H A DUPropertyAliases.java222 public static final UPropertyAliases INSTANCE; field in UPropertyAliases
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProto3MessageInfoFactory.java46 private static final Proto3MessageInfoFactory INSTANCE = new Proto3MessageInfoFactory(); field in Proto3MessageInfoFactory
H A DProto2MessageInfoFactory.java56 private static final Proto2MessageInfoFactory INSTANCE = new Proto2MessageInfoFactory(); field in Proto2MessageInfoFactory
/third_party/libphonenumber/java/geocoder/src/com/google/i18n/phonenumbers/
H A DPhoneNumberToTimeZonesMapper.java93 private static final PhoneNumberToTimeZonesMapper INSTANCE; field in PhoneNumberToTimeZonesMapper.LazyHolder
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/metadata/
H A DDefaultMetadataDependenciesProvider.java37 private static final DefaultMetadataDependenciesProvider INSTANCE = new DefaultMetadataDependenciesProvider(); field in DefaultMetadataDependenciesProvider
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
H A DLiveEffectEngine.java24 INSTANCE; enum constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DProtobuf.java45 private static final Protobuf INSTANCE = new Protobuf(); field in Protobuf
H A DExtensionRegistryLite.java88 static final Class<?> INSTANCE = resolveExtensionClass(); field in ExtensionRegistryLite.ExtensionClassHolder
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLikelySubtags.java116 public static final XLikelySubtags INSTANCE = new XLikelySubtags(Data.load()); field in XLikelySubtags
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java532 public static final DefaultTimeZoneNames INSTANCE = new DefaultTimeZoneNames(); field in TimeZoneNames.DefaultTimeZoneNames
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXLikelySubtags.java123 public static final XLikelySubtags INSTANCE = new XLikelySubtags(Data.load()); field in XLikelySubtags
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneNames.java510 public static final DefaultTimeZoneNames INSTANCE = new DefaultTimeZoneNames(); field in TimeZoneNames.DefaultTimeZoneNames
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DShortNumberInfo.java48 private static final ShortNumberInfo INSTANCE = field in ShortNumberInfo
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DDigitSequence.java111 private static final Domain INSTANCE = new Domain(); field in DigitSequence.Domain

Completed in 17 milliseconds

12