Home
last modified time | relevance | path

Searched defs:ASCII (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/rust/android-crates-io/crates/unicode-normalization/benches/
Dbench.rs10 const ASCII: &'static str = "all types of normalized"; constant
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/regex/
DASCII.java35 final class ASCII { class
55 static final int ASCII = 0x0000FF00; field in ASCII
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/regex/
H A DASCII.java35 final class ASCII { class
55 static final int ASCII = 0x0000FF00; field in ASCII
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/regex/
DASCII.java35 final class ASCII { class
55 static final int ASCII = 0x0000FF00; field in ASCII
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DIdentifierInfo.java36 ASCII, enumConstant
61 private static final UnicodeSet ASCII = new UnicodeSet(0, 0x7F).freeze(); field in IdentifierInfo
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/DataFormatters/
DStringPrinter.h23 enum class StringElementType { ASCII, UTF8, UTF16, UTF32 }; enumerator
25 enum class GetPrintableElementType { ASCII, UTF8 }; enumerator
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DCharsetUtf8Benchmark.java30 private static final byte[] ASCII = makeUnicodeRange(0, 0x7f, NO_OF_BYTES / 0x80); field in CharsetUtf8Benchmark
/aosp_15_r20/external/pdfium/fxbarcode/datamatrix/
H A DBC_HighLevelEncoder.h16 ASCII = 0, enumerator
/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeFqdnIdentification.java32 private static final Charset ASCII = Charset.forName("US-ASCII"); field in IkeFqdnIdentification
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
DUtility.java23 public static final Charset ASCII = Charset.forName("US-ASCII"); field in Utility
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DTeeInputStreamTest.java43 private final String ASCII = StandardCharsets.US_ASCII.name(); field in TeeInputStreamTest
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_runtime_init.h96 #define _PyUnicode_ASCII_BASE_INIT(LITERAL, ASCII) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_runtime_init.h96 #define _PyUnicode_ASCII_BASE_INIT(LITERAL, ASCII) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_runtime_init.h96 #define _PyUnicode_ASCII_BASE_INIT(LITERAL, ASCII) \ argument
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_runtime_init.h96 #define _PyUnicode_ASCII_BASE_INIT(LITERAL, ASCII) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_runtime_init.h96 #define _PyUnicode_ASCII_BASE_INIT(LITERAL, ASCII) \ argument
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSpoofChecker.java290 ASCII, enumConstant
445 static final UnicodeSet ASCII = new UnicodeSet(0, 0x7F).freeze(); field in SpoofChecker
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
H A DSpoofChecker.java291 ASCII, enumConstant
480 static final UnicodeSet ASCII = new UnicodeSet(0, 0x7F).freeze(); field in SpoofChecker
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DIoTestCase.java47 static final String ASCII = field in IoTestCase
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DIoTestCase.java47 static final String ASCII = field in IoTestCase
/aosp_15_r20/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java82 public static final String ASCII = "ASCII"; field in HTTP
/aosp_15_r20/cts/tests/tests/ndef/src/android/ndef/cts/
H A DNdefTest.java37 static final Charset ASCII = Charset.forName("US-ASCII"); field in NdefTest

12345678910>>...13