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

1 2 34 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/res/xml/
keys_pcqwerty3_right2.xml 26 latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
keys_pcqwerty4_right3.xml 26 latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
keys_pcqwerty2_right3.xml 26 latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
keys_pcqwerty3_right2.xml 26 latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
TestsNoLanguage.java 28 * zz: Alphabet/qwerty
TestsNoLanguageColemak.java 30 * zz: Alphabet/colemak
TestsNoLanguageDvorak.java 30 * zz: Alphabet/dvorak
TestsNoLanguagePcQwerty.java 30 * zz: Alphabet/pcqwerty
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
crypt.so 
  /libcore/luni/src/test/java/libcore/java/util/
LibcoreIoDerivedBase64Test.java 94 // Characters outside of alphabet before padding.
113 // Characters outside alphabet intermixed with (too much) padding.
121 // Characters outside alphabet before padding.
135 // Whitespace characters outside alphabet intermixed with (too much) padding.
145 // Characters outside alphabet before padding.
159 // Characters outside alphabet inside padding.
163 // Characters inside alphabet inside padding.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java 216 // zz qwerty F Alphabet (QWERTY)
224 // zz pc T Alphabet (PC)
250 assertEquals("zz", "Alphabet (QWERTY)",
281 assertEquals("zz azerty", "Alphabet (AZERTY)",
283 assertEquals("zz pc", "Alphabet (PC)",
316 // zz qwerty F Alphabet latin (QWERTY)
324 // zz pc T Alphabet latin (PC)
350 assertEquals("zz", "Alphabet latin (QWERTY)",
381 assertEquals("zz azerty", "Alphabet latin (AZERTY)",
383 assertEquals("zz pc", "Alphabet latin (PC)"
    [all...]
  /frameworks/minikin/libs/minikin/
Hyphenator.cpp 136 // alphabet is not expected to contain a hyphen or a soft hyphen character, so alphabetLookup
332 const AlphabetTable0* alphabet = header->alphabetTable0(); local
333 uint32_t min_codepoint = alphabet->min_codepoint;
334 uint32_t max_codepoint = alphabet->max_codepoint;
341 uint8_t code = alphabet->data[c - min_codepoint];
353 const AlphabetTable1* alphabet = header->alphabetTable1(); local
354 size_t n_entries = alphabet->n_entries;
355 const uint32_t* begin = alphabet->data;
381 * has been done by now, and all characters have been found in the alphabet.
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 271 As for the "alphabet" mention, it refers specifically to the Latin alphabet, as opposed to
274 you wouldn't be able to type, say, Arabic on it. Please translate it in a way that "alphabet"
275 would be understood to mean specifically the Latin alphabet, rather than any other
276 alphabet. [CHAR LIMIT=29] -->
277 <string name="subtype_no_language">No language (Alphabet)</string>
279 the Latin alphabet, as opposed to Cyrillic, Arabic, Hebrew or other scripts.
280 When the device is configured to use a language using a script other than the Latin alphabet, the
282 example, and a way to switch to this Latin alphabet keyboard. This string is the description for
286 language among those that use the Latin alphabet. This keyboard is laid out in the QWERT
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 38 * supports the GSM 7 bit default alphabet, ASCII 8 bit, and UCS-2.
45 // ASCII chars in the GSM 7 bit default alphabet
49 // Unicode chars in the GSM 7 bit default alphabet and both locking shift tables
97 // Greek letters in GSM alphabet missing from Portuguese locking and single shift tables
100 // Greek letters in GSM alphabet and Portuguese single shift (but not locking shift) table
132 // non-ASCII chars in GSM default alphabet and all locking tables
134 // non-ASCII chars in GSM default alphabet and Turkish locking shift table
136 // non-ASCII chars in GSM default alphabet table only
150 // Greek letters in GSM default alphabet missing from Portuguese tables
152 // Greek letters in GSM alphabet and Portuguese single shift tabl
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResourceBundle.java 47 "tables", LANG_ALPHABET = "alphabet", LANG_TRAD_ALPHABET = "tradAlphabet";
126 { "alphabet", new CharArrayWrapper(new char[]{ 'A', 'B', 'C', 'D', 'E', 'F', 'G',
  /external/libchrome/base/
base64url.cc 51 // Characters outside of the base64url alphabet are disallowed, which includes
52 // the {+, /} characters found in the conventional base64 alphabet.
  /external/ltp/testcases/network/nfsv4/acl/
test_acl.py 12 alphabet='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789_-() ~' variable
13 t_alphabet=len(alphabet)
  /external/regex-re2/re2/testing/
string_generator.cc 16 StringGenerator::StringGenerator(int maxlen, const vector<string>& alphabet)
17 : maxlen_(maxlen), alphabet_(alphabet),
  /packages/apps/Stk/res/values/
strings.xml 39 <string name="alphabet">Alphabets</string>
40 <!-- Type of alphabet text allowed in a form: 0-9, *, #, + characters only -->
  /frameworks/base/telephony/java/com/android/internal/telephony/
Sms7BitEncodingTranslator.java 51 * alphabet into a supported one
96 * needed, based on GSM 7-bit alphabet
100 * @return original character, if it's present on GSM 7-bit alphabet; a
114 * Trying to translate unicode to Gsm 7-bit alphabet; If c is not
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Nordic.java 24 * The Nordic alphabet keyboard.
Qwerty.java 24 * The QWERTY alphabet keyboard.
Uzbek.java 24 * The Uzbek alphabet keyboard.
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 210 String alphabet = "-abcdefghijklmnopqrstuvwxyz"; local
213 result[i] = alphabet.charAt(random.nextInt(alphabet.length()));
  /frameworks/base/core/java/android/content/pm/
VerifierDeviceIdentity.java 104 final char[] alphabet = ENCODE; local
130 encoded[--index] = alphabet[group];
146 * This essentially does the reverse of the ENCODED alphabet above

Completed in 992 milliseconds

1 2 34 5 6 7 8 91011>>