Home
last modified time | relevance | path

Searched refs:Form (Results 1 – 21 of 21) sorted by relevance

/aosp12/art/test/092-locale/src/
H A DMain.java126 res = Normalizer.normalize(composed, Normalizer.Form.NFD); in testNormalizer()
132 res = Normalizer.normalize(decomposed, Normalizer.Form.NFC); in testNormalizer()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DNOTICE421 Form, and Modifications of such Source Code Form, in each case
434 1.6. "Executable Form"
435 means any form of the work other than Source Code Form.
456 (b) any new file in Source Code Form that contains any Covered
473 1.13. "Source Code Form"
560 3.1. Distribution of Source Form
565 Code Form of the Covered Software is governed by the terms of this
568 Form.
570 3.2. Distribution of Executable Form
572 If You distribute Covered Software in Executable Form then:
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java656 private List<CharSequence> buildTestCharSequences(String testString, Normalizer.Form[] forms) { in buildTestCharSequences()
660 for (Normalizer.Form form: forms) { in buildTestCharSequences()
676 if (Normalizer.isNormalized(seq, Normalizer.Form.NFC)) { in buildTestMessage()
678 } else if (Normalizer.isNormalized(seq, Normalizer.Form.NFD)) { in buildTestMessage()
680 } else if (Normalizer.isNormalized(seq, Normalizer.Form.NFKC)) { in buildTestMessage()
682 } else if (Normalizer.isNormalized(seq, Normalizer.Form.NFKD)) { in buildTestMessage()
701 for (CharSequence seq: buildTestCharSequences(testString, Normalizer.Form.values())) { in testGetOffset_UNICODE_Hebrew()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
H A DIndexData.java129 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFD); in normalizeString()
136 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFKD); in normalizeJapaneseString()
/aosp12/art/libelffile/dwarf/
H A Ddebug_abbrev_writer.h59 void AddAbbrevAttribute(Attribute name, Form type) { in AddAbbrevAttribute()
H A Ddwarf_constants.h233 enum Form : uint8_t { enum
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DDeadKeyCombiner.java288 final String normalizedString = Normalizer.normalize(sb, Normalizer.Form.NFC); in processEvent()
/aosp12/frameworks/av/camera/ndk/impl/
H A DACameraDevice.inc62 // Form two vectors of capture request, one for internal tracking
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraDeviceVendor.inc70 // Form two vectors of capture request, one for internal tracking
/aosp12/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java529 String result = Normalizer.normalize(sDeadKeyBuilder, Normalizer.Form.NFC); in getDeadChar()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java72 import java.text.Normalizer.Form;
777 String tmp = Normalizer.normalize(str, Form.NFD); in normalize()
/aosp12/art/build/boot/
H A Dpreloaded-classes1146 java.text.Normalizer$Form
2175 sun.misc.FormattedFloatingDecimal$Form
H A Dboot-image-profile.txt4247 HSPLjava/text/Normalizer$Form$$ExternalSyntheticLambda3;->get()Ljava/lang/Object;
4248 HSPLjava/text/Normalizer$Form;->access$000(Ljava/text/Normalizer$Form;)Ljava/util/function/Supplier;
8589Form;Lsun/misc/FloatingDecimal$BinaryToASCIIConverter;)V+]Lsun/misc/FloatingDecimal$BinaryToASCIIC…
10805 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda0;
10806 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda1;
10807 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda2;
10808 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda3;
10809 Ljava/text/Normalizer$Form;
11924 Lsun/misc/FormattedFloatingDecimal$Form;
12292 [Ljava/text/Normalizer$Form;
[all …]
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt26853 HSPLjava/text/Normalizer$Form$$ExternalSyntheticLambda3;->get()Ljava/lang/Object;
26854 HSPLjava/text/Normalizer$Form;->access$000(Ljava/text/Normalizer$Form;)Ljava/util/function/Supplier;
31279Form;Lsun/misc/FloatingDecimal$BinaryToASCIIConverter;)V+]Lsun/misc/FloatingDecimal$BinaryToASCIIC…
46961 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda0;
46962 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda1;
46963 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda2;
46964 Ljava/text/Normalizer$Form$$ExternalSyntheticLambda3;
46965 Ljava/text/Normalizer$Form;
48231 Lsun/misc/FormattedFloatingDecimal$Form;
48963 [Ljava/text/Normalizer$Form;
[all …]
H A Dpreloaded-classes12468 java.text.Normalizer$Form
13647 sun.misc.FormattedFloatingDecimal$Form
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt47415 method public static boolean isNormalized(java.lang.CharSequence, java.text.Normalizer.Form);
47416 …method public static java.lang.String normalize(java.lang.CharSequence, java.text.Normalizer.Form);
47419 public static final class Normalizer.Form extends java.lang.Enum {
47420 method public static java.text.Normalizer.Form valueOf(java.lang.String);
47421 method public static final java.text.Normalizer.Form[] values();
47422 enum_constant public static final java.text.Normalizer.Form NFC;
47423 enum_constant public static final java.text.Normalizer.Form NFD;
47424 enum_constant public static final java.text.Normalizer.Form NFKC;
47425 enum_constant public static final java.text.Normalizer.Form NFKD;
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt5137 Ljava/text/Normalizer$Form;->icuMode:Landroid/icu/text/Normalizer$Mode;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dde_wordlist.combined.gz1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...
H A Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
H A Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...