HomeSort by relevance Sort by last modified time
    Searched full:ascii (Results 226 - 250 of 5844) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
ether.h 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames.
30 /* Convert 48 bit Ethernet ADDRess to ASCII. */
35 /* Convert ASCII string S to 48 bit Ethernet address. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ar.h 40 char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */
41 char ar_mode[8]; /* File mode, in ASCII octal. */
42 char ar_size[10]; /* File size, in ASCII decimal. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ether.h 1 /* Functions for storing Ethernet addresses in ASCII and mapping to hostnames.
30 /* Convert 48 bit Ethernet ADDRess to ASCII. */
35 /* Convert ASCII string S to 48 bit Ethernet address. */
  /external/icu/android_icu4j/src/main/java/android/icu/text/
IDNA.java 37 * containing non-ASCII code points are required to be processed by
73 * Option to check whether the input conforms to the STD3 ASCII rules,
75 * (ASCII Letters, Digits and Hyphen-Minus).
138 * By default, the UTS #46 implementation allows all ASCII characters (as valid or mapped).
139 * When the USE_STD3_RULES option is used, ASCII characters other than
150 * Converts a single domain name label into its ASCII form for DNS lookup.
152 * the result might not be an ASCII string.
176 * Converts a whole domain name into its ASCII form for DNS lookup.
178 * the result might not be an ASCII string.
373 * This is only checked in ToASCII operations, and only if the output label is all-ASCII
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
IDNA.java 36 * containing non-ASCII code points are required to be processed by
73 * Option to check whether the input conforms to the STD3 ASCII rules,
75 * (ASCII Letters, Digits and Hyphen-Minus).
144 * By default, the UTS #46 implementation allows all ASCII characters (as valid or mapped).
145 * When the USE_STD3_RULES option is used, ASCII characters other than
157 * Converts a single domain name label into its ASCII form for DNS lookup.
159 * the result might not be an ASCII string.
185 * Converts a whole domain name into its ASCII form for DNS lookup.
187 * the result might not be an ASCII string.
380 * This is only checked in ToASCII operations, and only if the output label is all-ASCII
    [all...]
  /development/ndk/platforms/android-9/arch-arm/include/machine/
cdefs.h 16 " ; .ascii \"" msg "\" ; .text");
  /development/ndk/platforms/android-9/arch-x86/include/machine/
cdefs.h 21 " ; .ascii \"" msg "\" ; .text");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_08.txt 9 Content-Type: text/plain; charset="us-ascii"
msg_09.txt 9 Content-Type: text/plain; charset="us-ascii"
msg_27.txt 7 Content-Type: text/plain; charset=us-ascii
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_codecencodings_cn.py 58 (b'This sentence is in ASCII.\n'
62 u'This sentence is in ASCII.\n'
67 (b'This sentence is in ASCII.\n'
72 u'This sentence is in ASCII.\n'
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32PeCoffExtraActionLib/
PeiNt32PeCoffExtraActionLib.c 81 Convert the passed in Ascii string to Unicode.
83 This function Convert the passed in Ascii string to Unicode.Optionally return
86 @param AsciiString Pointer to an AscII string
89 @return Pointer to malloc'ed Unicode version of Ascii
94 IN CHAR8 *Ascii,
104 for (Index = 0; Ascii[Index] != '\0'; Index++)
114 for (Index = 0; Ascii[Index] != '\0'; Index++) {
115 Unicode[Index] = (CHAR16) Ascii[Index];
171 // Convert filename from ASCII to Unicode
  /external/autotest/client/site_tests/network_DhcpNonAsciiParameter/
control 15 the server returns a string parameter with non-ASCII parameters, which need
  /external/compiler-rt/test/asan/TestCases/
global-demangle.cc 16 // CHECK: 'XXX::YYY::ZZZ' is ascii string 'abc'
  /external/curl/tests/data/
test1007 20 -T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit
test1049 31 tftp://%HOSTIP:%TFTPPORT//1049 --trace-ascii log/traceit --interface %CLIENTIP
test1091 27 "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/1091;type=i" --use-ascii
test1094 37 "tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii" --trace-ascii log/traceit
test1242 30 tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options --trace-ascii log/traceit
test1243 19 -T log/test1243.txt tftp://%HOSTIP:%TFTPPORT// --tftp-no-options --trace-ascii log/traceit
test129 32 FTP GET with type=A style ASCII URL and understated server SIZE
test283 20 tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit --tftp-blksize 1024
test285 19 -T log/test285.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
  /external/llvm/test/CodeGen/X86/
xray-attribute-instrumentation.ll 6 ; CHECK-NEXT: .ascii "\353\t"
  /external/syslinux/core/include/
ctype.h 5 * Small subset of <ctype.h> for parsing uses, only handles ASCII

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>