HomeSort by relevance Sort by last modified time
    Searched full:alphabet (Results 101 - 125 of 512) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
LetterTileProvider.java 39 * address whose first letter corresponds to an English alphabet letter (or
41 * tile. If there is no English alphabet character (or digit), it creates a
100 // If its a valid English alphabet letter,
  /libcore/luni/src/test/java/libcore/java/util/
Base64Test.java 45 * The base 64 alphabet from RFC 4648 Table 1.
57 * The "URL and Filename safe" Base 64 Alphabet from RFC 4648 Table 2.
82 assertEquals("Base64 alphabet size must be 64 characters", 64, expectedAlphabet.size());
107 * {@link #TABLE_1 "basic" alphabet}.
122 * {@link #TABLE_2 url alphabet}.
140 // Characters outside alphabet before padding.
159 // Characters outside alphabet intermixed with (too much) padding.
167 // Characters outside alphabet before padding.
181 // Characters outside alphabet intermixed with (too much) padding.
191 // Characters outside alphabet before padding
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KanaConverter.java 339 /** Conversion rule for half-width alphabet */
377 /** Conversion rule for full-width alphabet */
415 /** Conversion rule for full-width alphabet (QWERTY mode) */
556 /* Create pseudo candidates for half width alphabet */
565 /* Create pseudo candidates for full width alphabet */
586 /* Create pseudo candidates for half width alphabet */
593 /* Create pseudo candidates for the full width alphabet */
  /libcore/ojluni/src/main/java/java/util/
Base64.java 45 * <p> Uses "The Base64 Alphabet" as specified in Table 1 of
49 * outside the base64 alphabet.</p></li>
52 * <p> Uses the "URL and Filename safe Base64 Alphabet" as specified
56 * base64 alphabet.</p></li>
59 * <p> Uses the "The Base64 Alphabet" as specified in Table 1 of
65 * or other characters not found in the base64 alphabet table are
127 * character of "The Base64 Alphabet" as specified in Table 1 of
206 * index values into their "Base64 Alphabet" equivalents as specified
207 * in "Table 1: The Base64 Alphabet" of RFC 2045 (and RFC 4648).
479 * "Base64 Alphabet" (as specified in Table 1 of RFC 2045) int
    [all...]
  /external/zlib/src/doc/
rfc1951.txt 321 alphabet by bit sequences (codes), one code for each symbol, in
329 labeled with) the symbols of the alphabet; then the code for a
364 Given an alphabet with known symbol frequencies, the Huffman
368 alphabet). Such a code is called a Huffman code. (See
380 The Huffman codes used for each alphabet in the "deflate"
407 follows, assuming that the order of the alphabet is ABCD:
419 Given this rule, we can define the Huffman code for an alphabet
421 the alphabet in order; this is sufficient to determine the
467 Consider the alphabet ABCDEFGH, with bit lengths (3, 3, 3, 3,
603 distinct alphabets: either literal bytes, from the alphabet o
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 151 * only valid characters within the Base64 alphabet.
155 * alphabet or if the byte array is empty; false, otherwise
219 * characters in the Base64 alphabet.
470 * Discards any characters outside of the base64 alphabet, per
472 * outside of the base64 alphabet are to be ignored in base64
520 * characters in the Base64 alphabet.
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 35 * the GSM SMS 7-bit alphabet specified in TS 23.038 6.2.1
110 * The GSM national language table to use, or 0 for the default 7-bit alphabet.
134 * Returns ' ' in GSM alphabet if there's no possible match. Returns
137 * that should follow GSM_EXTENDED_ESCAPE in the GSM alphabet string.
155 * should follow GSM_EXTENDED_ESCAPE in the GSM alphabet string.
159 * If false, returns GSM alphabet ' ' char.
189 * Returns ' ' in GSM alphabet if there's no possible match.
207 * Converts a character in the GSM alphabet into a char.
228 * Converts a character in the extended GSM alphabet into a char
258 * GSM Alphabet representation of the string. If a header is provided
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_base64.py 63 # Test default alphabet
78 # Test standard alphabet
109 # Test standard alphabet
  /external/regex-re2/re2/testing/
possible_match_test.cc 162 // then generate all strings of a given length over a given alphabet,
169 const vector<string>& alphabet,
173 : RegexpGenerator(maxatoms, maxops, alphabet, ops),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_base64.py 67 # Test default alphabet
86 # Test standard alphabet
123 # Test standard alphabet
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_base64.py 67 # Test default alphabet
86 # Test standard alphabet
123 # Test standard alphabet
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_base64.py 67 # Test default alphabet
86 # Test standard alphabet
123 # Test standard alphabet
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_base64.py 67 # Test default alphabet
86 # Test standard alphabet
123 # Test standard alphabet
  /toolchain/binutils/binutils-2.25/binutils/
cxxfilt.c 138 tolerate, so the alphabet this function creates is a little odd.
250 /* Folks should explicitly indicate the appropriate alphabet for
253 fatal ("Internal error: no symbol alphabet for current style");
  /development/ndk/platforms/android-21/arch-arm/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResources_cy.java 41 { "alphabet", new CharArrayWrapper(
XResources_de.java 44 { "alphabet", new CharArrayWrapper(
XResources_en.java 44 { "alphabet", new CharArrayWrapper(
XResources_es.java 44 { "alphabet", new CharArrayWrapper(
XResources_fr.java 44 { "alphabet", new CharArrayWrapper(
XResources_he.java 44 { "alphabet", new CharArrayWrapper(
XResources_it.java 44 { "alphabet", new CharArrayWrapper(
XResources_ka.java 44 { "alphabet", new CharArrayWrapper(
XResources_ko.java 44 { "alphabet", new CharArrayWrapper(
XResources_sv.java 44 { "alphabet", new CharArrayWrapper(

Completed in 1142 milliseconds

1 2 3 45 6 7 8 91011>>