/external/icu4c/tools/toolutil/ |
uoptions.h | 96 * its own argv[] entry if there are characters following the option letter. 106 * argv[] entry. After an option letter takes an argument, following
|
/external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/ |
createDocument-namespace-err.js | 76 "NCNameChar but not (Letter | \"_\") so invalid at start of " + 80 "NCNameChar but not (Letter | \"_\") so invalid at start of " +
|
/frameworks/base/core/java/android/speech/tts/ |
ITextToSpeechService.aidl | 94 * @return A 3-element array, containing language (ISO 3-letter code), 95 * country (ISO 3-letter code) and variant used by the engine.
|
/libcore/luni/src/main/java/libcore/icu/ |
ICU.java | 37 * Returns an array of ISO language names (two-letter codes), fetched either 50 * Returns an array of ISO country names (two-letter codes), fetched either
|
/packages/inputmethods/LatinIME/java/res/values-ar/ |
donottranslate-more-keys.xml | 29 \u0670: ARABIC LETTER SUPERSCRIPT ALEF 98 <!-- \u0670: ARABIC LETTER SUPERSCRIPT ALEF
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
WordComposer.java | 175 * Whether or not the user typed a capital letter as the first letter in the word
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
ChunkHandler.java | 120 Log.e("ddms", "Type name must be 4 letter long"); 121 throw new RuntimeException("Type name must be 4 letter long");
|
/libcore/luni/src/main/java/java/lang/ |
Character.java | 64 * <tr> <td> Lu </td> <td> Uppercase letter </td> <td>{@link #UPPERCASE_LETTER}</td> </tr> 65 * <tr> <td> Ll </td> <td> Lowercase letter </td> <td>{@link #LOWERCASE_LETTER}</td> </tr> 66 * <tr> <td> Lt </td> <td> Titlecase letter </td> <td>{@link #TITLECASE_LETTER}</td> </tr> 67 * <tr> <td> Lm </td> <td> Modifier letter </td> <td>{@link #MODIFIER_LETTER}</td> </tr> 68 * <tr> <td> Lo </td> <td> Other letter </td> <td>{@link #OTHER_LETTER}</td> </tr> 75 * <tr> <td> Nl </td> <td> Letter number </td> <td>{@link #LETTER_NUMBER}</td> </tr> [all...] |
CaseMapper.java | 79 * True if 'index' is preceded by a sequence consisting of a cased letter and a case-ignorable 81 * then a cased letter. 85 // TODO: we should add a more direct way to test for a cased letter.
|
/external/libxslt/libxslt/ |
numbers.c | 127 #define IS_SPECIAL(self,letter) \ 128 ((xsltUTF8Charcmp((letter), (self)->zeroDigit) == 0) || \ 129 (xsltUTF8Charcmp((letter), (self)->digit) == 0) || \ 130 (xsltUTF8Charcmp((letter), (self)->decimalPoint) == 0) || \ 131 (xsltUTF8Charcmp((letter), (self)->grouping) == 0) || \ 132 (xsltUTF8Charcmp((letter), (self)->patternSeparator) == 0)) 396 * (Number, decimal digit), Nl (Number, letter), No (Number, 397 * other), Lu (Letter, uppercase), Ll (Letter, lowercase), Lt 400 * to correspond to the Letter and Digit classes from XML (an [all...] |
/frameworks/base/icu4j/java/android/icu/text/ |
ArabicShaping.java | 32 * adjacent letters to each other, computers select images for each letter based 34 * letter: initial, middle, final, and isolated forms. In Unicode, on the other 37 * processing easier because the same letter has only one code.) It is possible 319 * Seen-Family letter accordingly. 439 * Letter shaping option: do not perform letter shaping. 445 * Letter shaping option: replace normative letter characters in the U+0600 (Arabic) block, 453 * Letter shaping option: replace shaped letter characters in the U+FE70 (Presentation Forms B) bloc [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
unicode.sgml | 61 For example, "U+0041 LATIN CAPITAL LETTER A". 314 @G_UNICODE_LOWERCASE_LETTER: General category "Letter, Lowercase" (Ll) 315 @G_UNICODE_MODIFIER_LETTER: General category "Letter, Modifier" (Lm) 316 @G_UNICODE_OTHER_LETTER: General category "Letter, Other" (Lo) 317 @G_UNICODE_TITLECASE_LETTER: General category "Letter, Titlecase" (Lt) 318 @G_UNICODE_UPPERCASE_LETTER: General category "Letter, Uppercase" (Lu) 323 @G_UNICODE_LETTER_NUMBER: General category "Number, Letter" (Nl)
|
/external/icu4c/i18n/ |
ucol_sit.cpp | 96 char letter; member in struct:AttributeConversion 121 return conversions[i].letter; 129 ucol_sit_letterToAttributeValue(char letter, UErrorCode *status) { 132 if(conversions[i].letter == letter) { 597 char letter = ucol_sit_attributeValueToLetter(attribute, status); local 598 appendShortStringElement(&letter, 1,
|
/libcore/luni/src/main/java/java/util/ |
Locale.java | 32 * <p>The language codes are two-letter lowercase ISO language codes (such as "en") as defined by 34 * The country codes are two-letter uppercase ISO country codes (such as "US") as defined by 38 * <p>Note that Java uses several deprecated two-letter codes. The Hebrew ("he") language 485 * Returns the three letter ISO country code which corresponds to the country 496 * Returns the three letter ISO language code which corresponds to the language 507 * Returns an array of strings containing all the two-letter ISO country codes that can be 515 * Returns an array of strings containing all the two-letter ISO language codes that can be
|
/external/bluetooth/glib/glib/ |
guniprop.c | 113 * Determines whether a character is alphabetic (i.e. a letter). 187 * Determines whether a character is a lowercase letter. 191 * Return value: %TRUE if @c is a lowercase letter 335 * first letter is capitalized. The titlecase form of the DZ 336 * digraph is U+01F2 LATIN CAPITAL LETTTER D WITH SMALL LETTER Z. 859 /* i => LATIN CAPITAL LETTER I WITH DOT ABOVE */ 869 /* And output as GREEK CAPITAL LETTER IOTA */ 1008 /* I => LATIN SMALL LETTER DOTLESS I */ 1040 else if (c == 0x03A3) /* GREEK CAPITAL LETTER SIGMA */ [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
HanziToPinyin.java | 338 final String letter = Character.toString(character); local 339 token.source = letter; 344 token.target = letter; 348 token.target = letter; 351 cmp = COLLATOR.compare(letter, FIRST_PINYIN_UNIHAN); 354 token.target = letter; 360 cmp = COLLATOR.compare(letter, LAST_PINYIN_UNIHAN); 363 token.target = letter; 379 cmp = COLLATOR.compare(letter, unihan);
|
/external/webkit/Source/WebCore/css/ |
mediaControlsQuickTime.css | 85 letter-spacing: normal; 107 letter-spacing: normal; 180 letter-spacing: normal;
|
/external/webkit/Source/WebCore/editing/ |
TextIterator.h | 149 // Used when iteration over :first-letter text to save pointer to 152 // Used to point to RenderText object for :first-letter. 179 // Used when deciding text fragment created by :first-letter should be looked into.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 193 * of a colored letter inside a black & white circle. 201 public LetterImageDescriptor(char letter, int color, int shape) { 202 mLetter = Character.toUpperCase(letter);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 134 char letter = e.text.charAt(i); local 135 if (letter < '0' || letter > '9') { 175 char letter = e.text.charAt(i); local 176 if ((letter < 'a' || letter > 'z') && (letter < 'A' || letter > 'Z')) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCreationPage.java | 95 char letter = e.text.charAt(i); 96 if (letter < '0' || letter > '9') {
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List9.java | 40 * first letter of the visible range of cheeses.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
StreamTokenizerTest.java | 46 assertEquals("the next token returned should be the letter d", 48 assertEquals("the next token returned should be the letter d", 67 assertEquals("the next token returned should be the letter d skipping the comments", 69 assertEquals("the next token returned should be the letter d",
|
/external/bluetooth/glib/ |
README.commits | 55 should start with a capital letter unless it starts with a lowercase
|
/external/bluetooth/glib/docs/reference/glib/ |
mainloop-states.fig | 5 Letter
|