OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ascii
(Results
226 - 250
of
3506
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/062-character-encodings/src/
Main.java
14
List<String> standardCharsets = Arrays.asList("US-
ASCII
", "ISO-8859-1",
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
NdefTagTester.java
87
new String(record.getType(), Charset.forName("US-
ASCII
")),
88
new String(record.getPayload(), Charset.forName("US-
ASCII
")));
100
byte[] mimeBytes = MIME_TYPE.getBytes(Charset.forName("US-
ASCII
"));
103
byte[] payload = PAYLOAD.getBytes(Charset.forName("US-
ASCII
"));
/cts/tools/signature-tools/src/signature/io/
IApiExternalizer.java
26
* disk. An alternative implementation can use
ASCII
files.
/external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzy.py
35
''.join([l.encode('
ascii
', 'backslashreplace') for l in r])
/external/compiler-rt/test/asan/TestCases/Windows/
global_const_string_oob.cc
17
// CHECK: [[STR]] is
ascii
string 'foobarspam'
/external/icu/icu4c/source/common/
cstring.h
64
* Is c an
ASCII
-repertoire letter a-z or A-Z?
66
* an
ASCII
-based or EBCDIC-based machine. There just does not seem to be a better name for this.
128
* limited to the
ASCII
character repertoire.
135
* limited to the
ASCII
character repertoire.
cwchar.c
9
* encoding: US-
ASCII
ucol_swp.h
9
* encoding: US-
ASCII
ustr_cnv.h
7
* encoding: US-
ASCII
/external/icu/icu4c/source/common/unicode/
std_string.h
9
* encoding: US-
ASCII
umisc.h
7
* encoding: US-
ASCII
/external/icu/icu4c/source/i18n/
umsg_imp.h
7
* encoding: US-
ASCII
/external/icu/icu4c/source/io/
ucln_io.h
9
* encoding: US-
ASCII
/external/icu/icu4c/source/test/intltest/
strtest.h
7
* encoding: US-
ASCII
/external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h
7
* encoding: US-
ASCII
/external/icu/icu4c/source/tools/makeconv/
makeconv.h
9
* encoding: US-
ASCII
/external/icu/icu4c/source/tools/toolutil/
dbgutil.h
30
* Convert a UnicodeString (with
ascii
digits) into a number.
pkg_imp.h
9
* encoding: US-
ASCII
swapimpl.h
9
* encoding: US-
ASCII
/external/llvm/lib/Support/
Locale.cpp
18
// Restrict characters that we'll try to print to the the lower part of
ASCII
/external/llvm/test/CodeGen/R600/
hsa.ll
4
; HSA-NEXT: .
ascii
"HSA Code Unit:0.0:AMD:0.1:GFX8.1:0"
/external/llvm/test/MC/AArch64/
arm64-mapping-within-section.s
7
.
ascii
"012"
mapping-within-section.s
7
.
ascii
"012"
/external/llvm/test/MC/ELF/
subsection.s
26
.
ascii
"test"
/external/regex-re2/re2/testing/
exhaustive_test.cc
27
// in the
ASCII
table. This looks for bugs in the
Completed in 3323 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>