Searched
full:ascii (Results
626 -
650 of
3506) sorted by null
<<21222324252627282930>>
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
TestIDNARef.java | 396 doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); 397 doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.ALLOW_UNASSIGNED,errCase.expected); 399 doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.USE_STD3_RULES,errCase.expected); 405 doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.DEFAULT,errCase.expected); 406 doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.ALLOW_UNASSIGNED,errCase.expected); 409 doTestIDNToASCII(new String(errCase.unicode),errCase.ascii,IDNAReference.USE_STD3_RULES,errCase.expected); 416 doTestIDNToUnicode(errCase.ascii,new String(errCase.unicode),IDNAReference.DEFAULT,errCase.expected); 417 doTestIDNToUnicode(errCase.ascii,new String(errCase.unicode),IDNAReference.ALLOW_UNASSIGNED,errCase.expected); 420 doTestIDNToUnicode(errCase.ascii,new String(errCase.unicode),IDNAReference.USE_STD3_RULES,errCase.expected); [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
HtmlEscapeFunction.java | 36 // The corresponding escape strings for all ascii characters.
|
/external/jsoncpp/doc/ |
roadmap.dox | 21 - Optionally allow escaping of non-ASCII characters using unicode escape sequence "\\u".
|
/external/kernel-headers/original/uapi/linux/ |
map_to_7segment.h | 23 * of (ASCII) characters to a 7-segments notation. 94 * ASCII conversion table 155 * of the ASCII symbol, lowercase and uppercase letters may differ in 169 * of the ASCII character for maximum discrimination.
|
x25.h | 50 * An X.121 address, it is held as ASCII text, null terminated, up to 15
|
/external/libexif/libexif/ |
exif-format.c | 41 {EXIF_FORMAT_ASCII, N_("ASCII"), 1},
|
/external/libvorbis/doc/ |
05-comment.tex | 77 The field name is case-insensitive and may consist of ASCII 0x20 78 through 0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive 79 (characters A-Z) is to be considered equivalent to ASCII 0x61 through 83 The field name is immediately followed by ASCII 0x3D ('=');
|
v-comment.html | 137 <li>A case-insensitive field name that may consist of ASCII 0x20 through 138 0x7D, 0x3D ('=') excluded. ASCII 0x41 through 0x5A inclusive (A-Z) is 139 to be considered equivalent to ASCII 0x61 through 0x7A inclusive 141 <li>The field name is immediately followed by ASCII 0x3D ('=');
|
/external/lldb/www/python_reference/ |
toc-lldb.formatters.cpp.gnu_libstdcpp-module.html | 1 <?xml version="1.0" encoding="ascii"?>
|
toc-lldb.utils.symbolication-module.html | 1 <?xml version="1.0" encoding="ascii"?>
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
lexer.ml | 25 (* Otherwise, just return the character as its ascii value. *)
|
/external/llvm/lib/Target/R600/MCTargetDesc/ |
AMDGPUMCAsmInfo.cpp | 26 AsciiDirective = ".ascii\t";
|
/external/llvm/test/MC/ELF/ |
discriminator.s | 46 .ascii "\341\177" # DW_AT_APPLE_optimized
|
/external/llvm/test/MC/MachO/ |
data.s | 4 .ascii "hello"
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
AlbumBox.java | 45 * character codes.Each character is packed as the difference between its ASCII value and 0x60. The code is
|
AuthorBox.java | 45 * character codes.Each character is packed as the difference between its ASCII value and 0x60. The code is
|
/external/nanopb-c/generator/google/protobuf/internal/ |
type_checkers.py | 119 # If the value is of type 'str' make sure that it is in 7-bit ASCII 123 unicode(proposed_value, 'ascii') 125 raise ValueError('%.1024r has type str, but isn\'t in 7-bit ASCII ' 126 'encoding. Non-ASCII strings must be converted to '
|
/external/netperf/ |
hist.h | 81 HIST_report - create an ASCII report on the contents of a histogram.
|
/external/oauth/core/src/main/java/net/oauth/signature/ |
HMAC_SHA1.java | 80 /** ISO-8859-1 or US-ASCII would work, too. */
|
/external/pcre/dist/testdata/ |
testinputEBC | 2 EBCDIC option but in an ASCII environment, that newline and white space
|
Completed in 129 milliseconds
<<21222324252627282930>>