HomeSort by relevance Sort by last modified time
    Searched full:letters (Results 26 - 50 of 1123) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 39 for x in string.letters:
42 self.assertEqual(len(d), len(string.letters))
49 self.assertEqual(len(d), len(string.letters)+3)
110 for x in string.letters:
113 self.assertEqual(len(d), len(string.letters))
120 self.assertEqual(len(d), len(string.letters)+3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_queue.py 39 for x in string.letters:
42 self.assertEqual(len(d), len(string.letters))
49 self.assertEqual(len(d), len(string.letters)+3)
110 for x in string.letters:
113 self.assertEqual(len(d), len(string.letters))
120 self.assertEqual(len(d), len(string.letters)+3)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 30 * Predefined approximate pattern set (capital letters from small letters).
32 * This pattern includes the rules for ambiguous searching capital letters from small letters.<br>
37 * Predefined approximate pattern set (small letters from capital letters).
39 * This pattern includes the rules for ambiguous searching small letters from capital letters.<br>
47 * Only alphabet letters are defined; numerical or symbol letters are not defined as the rules.<br
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_fileapp.py 20 # NOTE(haypo): don't use string.letters because the order of lower and upper
21 # case letters changes when locale.setlocale() is called for the first time
22 LETTERS = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
103 content = LETTERS * 20
184 content = LETTERS * 5
195 content = LETTERS * (1+(fileapp.CACHE_SIZE // len(LETTERS)))
207 for size in (13,len(LETTERS), len(LETTERS)-1):
  /external/icu/icu4c/source/test/cintltst/
cjaptst.c 135 /* Testing base letters */
156 /* Testing plain, Daku-ten, Handaku-ten letters */
169 log_verbose("Testing plain, Daku-ten, Handaku-ten letters Japanese Characters Collation\n");
179 * Test Small, Large letters
204 * Test Katakana, Hiragana letters
  /external/regex-re2/re2/testing/
string_generator.cc 6 // maxlen letters using the set of letters in alpha.
21 // Degenerate case: no letters, no non-empty strings.
  /external/v8/test/webkit/fast/js/kde/
parse.js 48 // non-ASCII identifier letters
51 // invalid identifier letters
58 // non-ASCII identifier letters as escape sequences
  /external/hyphenation-patterns/Ethi/
hyph-und-ethi.lic.txt 20 % the Ethiopic script (which we thus make letters for this purpose).
  /external/icu/icu4c/source/test/intltest/
jacoll.cpp 118 /* Testing base letters */
127 /* Testing plain, Daku-ten, Handaku-ten letters */
138 * Test Small, Large letters
151 * Test Katakana, Hiragana letters
  /packages/inputmethods/LatinIME/java/res/values-ar/
donottranslate-config-spacing-and-punctuations.xml 21 <!-- The all letters need to be mirrored are found at
  /packages/inputmethods/LatinIME/java/res/values-ar-sw600dp/
donottranslate-config-spacing-and-punctuations.xml 21 <!-- The all letters need to be mirrored are found at
  /packages/inputmethods/LatinIME/java/res/values-fa/
donottranslate-config-spacing-and-punctuations.xml 21 <!-- The all letters need to be mirrored are found at
  /packages/inputmethods/LatinIME/java/res/values-fa-sw600dp/
donottranslate-config-spacing-and-punctuations.xml 21 <!-- The all letters need to be mirrored are found at
  /packages/inputmethods/LatinIME/java/res/values-iw/
donottranslate-config-spacing-and-punctuations.xml 21 <!-- The all letters need to be mirrored are found at
  /packages/inputmethods/LatinIME/java/res/values-iw-sw600dp/
donottranslate-config-spacing-and-punctuations.xml 21 <!-- The all letters need to be mirrored are found at
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_pcqwerty2.xml 24 <!-- The keys on this PC layout row2 consist of the letters of QWERTY layout row1 and
rowkeys_pcqwerty3.xml 24 <!-- The keys on this PC layout row3 consist of the letters of QWERTY layout row2 and
rowkeys_pcqwerty4.xml 24 <!-- The keys on this PC layout row4 consist of the letters of QWERTY layout row3 and
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
MemoryUtils.java 31 * box in far too big letters)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmExtractLettersMethod.java 26 * Method invoked by FreeMarker to extract letters from a string; this will remove
  /system/core/liblog/
event.logtags 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
  /system/core/logd/
event.logtags 7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
BreakIteratorRules_en_US_TEST.java 39 // resource, except that the Latin letters, apostrophe, and hyphen are
47 // lower and upper case Roman letters, apostrophy and dash are
52 // other letters, and digits
84 // a word is a sequence of letters that may contain internal
123 // resource, except that the Latin letters, apostrophe, and hyphen are
129 // lower and upper case Roman letters, apostrophy and dash
184 // characters (this includes Latin letters)
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/customizer/
LayoutCustomizer.java 43 * Set accented letters to a specific keyboard element.
47 * @return the {@link ExpectedKeyboardBuilder} object that contains accented letters as
53 // accented letters depending on the shift state of keyboard.
61 * Set accented letters to common layout.
64 * @return the {@link ExpectedKeyboardBuilder} object that contains accented letters as
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 13 lowercase -- a string containing all characters considered lowercase letters
14 uppercase -- a string containing all characters considered uppercase letters
15 letters -- a string containing all characters considered letters
29 letters = lowercase + uppercase variable
45 # convert UPPER CASE letters to lower case
54 # Convert lower case letters to UPPER CASE
63 # Swap lower case letters and UPPER CASE
430 letters = lowercase + uppercase

Completed in 553 milliseconds

12 3 4 5 6 7 8 91011>>