Home
last modified time | relevance | path

Searched defs:CHARS (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DXMLChar.java56 private static final byte[] CHARS = new byte[1 << 16]; field in XMLChar
104 Arrays.fill(CHARS, 35, 38, (byte) 49 ); // Fill 3 of value (byte) 49 in Arrays.fill() argument
106 Arrays.fill(CHARS, 39, 45, (byte) 49 ); // Fill 6 of value (byte) 49 in Arrays.fill() argument
107 Arrays.fill(CHARS, 45, 47, (byte) -71 ); // Fill 2 of value (byte) -71 in Arrays.fill() argument
109 Arrays.fill(CHARS, 48, 58, (byte) -71 ); // Fill 10 of value (byte) -71 in Arrays.fill() argument
115 Arrays.fill(CHARS, 63, 65, (byte) 49 ); // Fill 2 of value (byte) 49 in Arrays.fill() argument
116 Arrays.fill(CHARS, 65, 91, (byte) -3 ); // Fill 26 of value (byte) -3 in Arrays.fill() argument
117 Arrays.fill(CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 33 in Arrays.fill() argument
122 Arrays.fill(CHARS, 97, 123, (byte) -3 ); // Fill 26 of value (byte) -3 in Arrays.fill() argument
123 Arrays.fill(CHARS, 123, 183, (byte) 33 ); // Fill 60 of value (byte) 33 in Arrays.fill() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/fastrand/src/
Dlib.rs324 const CHARS: &[u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in alphabetic() constant
331 const CHARS: &[u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; in alphanumeric() constant
482 const CHARS: &[u8] = b"abcdefghijklmnopqrstuvwxyz"; in lowercase() constant
629 const CHARS: &[u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZ"; in uppercase() constant
/aosp_15_r20/external/rust/android-crates-io/crates/ucd-trie/benches/
Dbench.rs10 const CHARS: &'static [char] = &['a', 'β', '☃', '��']; in bench_trie_set() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/char/
H A Dmethods.rs3 const CHARS: [char; 9] = ['0', 'x', '2', '5', 'A', 'f', '7', '8', '9']; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/char/
H A Dmethods.rs3 const CHARS: [char; 9] = ['0', 'x', '2', '5', 'A', 'f', '7', '8', '9']; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/char/
H A Dmethods.rs3 const CHARS: [char; 9] = ['0', 'x', '2', '5', 'A', 'f', '7', '8', '9']; constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/char/
H A Dmethods.rs3 const CHARS: [char; 9] = ['0', 'x', '2', '5', 'A', 'f', '7', '8', '9']; constant
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/char/
H A Dmethods.rs3 const CHARS: [char; 9] = ['0', 'x', '2', '5', 'A', 'f', '7', '8', '9']; constant
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/
H A Ddataascii.c36 #define CHARS "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghjiklmnopqrstuvwxyz\n" macro
/aosp_15_r20/libcore/ojluni/src/test/java/lang/String/
H A DLiteralReplace.java261 private static final char[] CHARS = ("qwertyuiop[]12345678" + field in LiteralReplace
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DXMLChar.java54 private static final byte[] CHARS = new byte[1 << 16]; field in XMLChar
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/
H A DTrieMap.java36 BYTES, CHARS enumConstant
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java37 BYTES, CHARS enumConstant
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/
H A DTestUtils.java81 private static final byte[] CHARS = field in TestUtils
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/
H A DTestUtils.java86 private static final byte[] CHARS = field in TestUtils
/aosp_15_r20/development/vndk/tools/sourcedr/ninja/
H A Dninja.py397 CHARS = 1 variable in Lexer.STR_TK
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Dtraits.rs1351 static CHARS: &[u8] = b"0123456789abcdef"; constant
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Dtraits.rs1351 static CHARS: &[u8] = b"0123456789abcdef"; variable
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/sun/xml/fastinfoset/FastInfoset/1.2.16/
HDFastInfoset-1.2.16.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/sun/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/
Dapache-xml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/
Dapache-xml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/prebuilts/module_sdk/art/1/java/
Dapache-xml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDjsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/testng/ant/
HDivy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...

12