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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortEditDialog.java 285 // letters.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SimpleDateFormat.java 66 * Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved
67 * as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports
68 * the date and time formatting algorithm and pattern letters defined by <a href="http://www.unicode.org/reports/tr35/">UTS#35
69 * Unicode Locale Data Markup Language (LDML)</a>. The following pattern letters are
86 * <td rowspan="3">Era - Replaced with the Era string for the current date. One to three letters for the
87 * abbreviated form, four letters for the long (wide) form, five for the narrow form.</td>
102 * <td>Year. Normally the length specifies the padding, but for two letters it also specifies the maximum
163 * but for two letters it also specifies the maximum length. This year designation is used in ISO
181 * and the Hindu calendars use 60-year cycles of year names. Use one through three letters for the abbreviated
316 * <td rowspan="4">Day of week - Use one through three letters for the short day, four for the full (wide) name,
    [all...]
TimeZoneFormat.java 622 * @throws IllegalArgumentException when the pattern string does not have required time field letters.
    [all...]
  /docs/source.android.com/src/devices/input/
key-character-map-files.jd 84 <p><code>PREDICTIVE</code>: A keyboard with all the letters, but with more than one letter per key.</p>
89 <p><code>ALPHA</code>: A keyboard with all the letters, and maybe some numbers.</p>
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 584 // Exception handling 'z' augmentation letters.
588 // contents are determined by the subsequent augmentation letters.
  /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
BaseEncoding.java 270 * uppercase letters. Padding and separator characters remain in their original case.
280 * lowercase letters. Padding and separator characters remain in their original case.
  /external/icu/icu4c/source/common/
uchar.c 109 /* Checks if ch is a title case letter; usually upper case letters.*/
473 /* ch is not a decimal digit, try latin letters */
  /external/icu/icu4c/source/common/unicode/
platform.h 485 * latin letters, the digits, the space, and "basic punctuation".
493 * (52 letters + 10 numbers + 20 punc/sym/space = 82 total)</p>
ubrk.h 135 /** Tag value for words that contain letters, excluding
138 /** Tag value for words containing letters, upper limit */
uscript.h 634 * Returns TRUE if the script allows line breaks between letters (excluding hyphenation).
639 * @return TRUE if the script allows line breaks between letters
  /external/icu/icu4c/source/i18n/
rbt.h 56 * with a letter and consist only of letters, digits, and
149 * double lowercase letters<br>
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
RuleBasedTransliterator.java 40 * with a letter and consist only of letters, digits, and
133 * double lowercase letters<br>
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 69 * A keyboard with all the letters, but with more than one letter per key.
77 * A keyboard with all the letters, and maybe some numbers.
  /ndk/sources/host-tools/make-3.81/
README.DOS 13 3. Supports DOS drive letters in dependencies and pattern rules.
305 Drive letters in pathnames are also fully supported.
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java 345 // We need to discount non-letters since they may not be upper-case, but may
453 // and z. This includes all lower- and upper-case ascii letters, period,
  /packages/inputmethods/LatinIME/java/res/values-sw/
strings-letter-descriptions.xml 22 These accented letters (spoken_accented_letter_*) are unsupported by TTS.
24 TODO: Remove these string resources when TTS/TalkBack support these letters.
  /packages/inputmethods/LatinIME/java/res/values-vi/
strings-letter-descriptions.xml 22 These accented letters (spoken_accented_letter_*) are unsupported by TTS.
24 TODO: Remove these string resources when TTS/TalkBack support these letters.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SearchIndexManagerTest.java 347 // that the name can be found by typing in the full nine letters. the search string
490 // There's are all "control" characters, but treated as "letters".
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 137 Paths containing drive letters never have an UNC part.
312 # - varnames can be made out of letters, digits and the characters '_-'
tempfile.py 142 letters = [choose(c) for dummy in "123456"]
146 return self.normcase(''.join(letters))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_set.py 45 self.letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
64 for c in self.letters:
67 s = self.thetype([frozenset(self.letters)])
68 self.assertIn(self.thetype(self.letters), s)
72 for c in self.letters:
102 for c in self.letters:
147 for c in self.letters:
174 for c in self.letters:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 137 Paths containing drive letters never have an UNC part.
312 # - varnames can be made out of letters, digits and the characters '_-'
tempfile.py 142 letters = [choose(c) for dummy in "123456"]
146 return self.normcase(''.join(letters))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_set.py 45 self.letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
64 for c in self.letters:
67 s = self.thetype([frozenset(self.letters)])
68 self.assertIn(self.thetype(self.letters), s)
72 for c in self.letters:
102 for c in self.letters:
147 for c in self.letters:
174 for c in self.letters:
    [all...]
  /external/freetype/include/
ttnameid.h     [all...]

Completed in 797 milliseconds

<<11121314151617181920>>