HomeSort by relevance Sort by last modified time
    Searched full:ascii (Results 176 - 200 of 4195) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bison/po/
en@boldquot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
  /external/bison/runtime-po/
en@boldquot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
  /external/chromium_org/build/
escape_unicode.py 45 with codecs.open(out_filename, 'w', 'ascii') as out_file:
52 out_file.write(char.encode('ascii'))
  /external/chromium_org/third_party/JSON/JSON-2.59/t/
01_utf8.t 25 ok (JSON->new->allow_nonref (1)->ascii (1)->utf8 (1)->encode (chr 0x8000) eq '"\u8000"');
26 ok (JSON->new->allow_nonref (1)->ascii (1)->utf8 (1)->pretty (1)->encode (chr 0x10402) eq "\"\\ud801\\udc02\"\n");
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
normalize_utf8.h 25 // Put a UTF-8 string in ASCII digits: All decimal digits (Nd) replaced by
26 // their ASCII counterparts; all other characters are copied from input to
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
bitvect_test.c 41 const char *ascii; member in struct:Val_s
89 unsigned char ascii[64], *result; local
94 strcpy((char *)ascii, val->ascii);
96 if(BitVector_from_Oct(testval, ascii) != ErrCode_Ok)
106 strcpy(result_msg, val->ascii);
108 sprintf((char *)ascii+3*i, "%02x ", result[i]);
110 strcat(result_msg, (char *)ascii);
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
en@boldquot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
  /external/e2fsprogs/po/
en@boldquot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
  /external/elfutils/po/
en@boldquot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
  /external/llvm/test/CodeGen/X86/
no-cfi.ll 4 ; STATIC: .ascii "zPLR"
10 ; PIC: .ascii "zPLR"
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_passphrase.sgml 10 <refpurpose>Generate a WPA PSK from an ASCII passphrase for a SSID</refpurpose>
25 <filename>wpa_supplicant.conf</filename> file. An ASCII passphrase
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
UserData.java 52 * US ASCII character mapping table.
54 * This table contains only the printable ASCII characters, with a
55 * 0x20 offset, meaning that the ASCII SPACE character is at index
75 * characters, meaning those not in the respective ASCII or GSM
77 * in both the GSM-7bit and ASCII-7bit encodings.
82 * Only elements between these indices in the ASCII table are printable.
101 * Given a string generate a corresponding ASCII-encoded byte
117 * Mapping for ASCII values less than 32 are flow control signals
  /libcore/luni/src/main/java/java/nio/charset/
StandardCharsets.java 33 * The US-ASCII charset.
35 public static final Charset US_ASCII = Charset.forName("US-ASCII");
  /ndk/sources/host-tools/make-3.81/po/
en@boldquot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
  /ndk/sources/host-tools/sed-4.2.1/po/
en@boldquot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
en@quot.header 2 # The msgids must be ASCII and therefore cannot contain real quotation
19 # When output to an ASCII terminal, the single quotation marks are
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_02.txt 12 Content-type: text/plain; charset=us-ascii
31 Content-type: text/plain; charset=us-ascii
48 Content-Type: text/plain; charset=us-ascii
64 Content-Type: text/plain; charset=us-ascii
78 Content-Type: text/plain; charset=us-ascii
93 Content-Type: text/plain; charset=us-ascii
108 Content-Type: text/plain; charset=us-ascii
123 Content-type: text/plain; charset=us-ascii
msg_29.txt 6 Content-Type: text/plain; charset=us-ascii;
7 title*0*="us-ascii'en'This%20is%20even%20more%20";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
ascii.py 1 """ Python 'ascii' Codec
43 name='ascii',

Completed in 1576 milliseconds

1 2 3 4 5 6 78 91011>>