/external/webkit/WebCore/bindings/v8/custom/ |
V8CSSStyleDeclarationCustom.cpp | 57 // The prefix within the property name must be followed by a capital letter.
|
/external/webkit/WebCore/css/ |
CSSPropertyNames.in | 73 letter-spacing
|
MediaList.cpp | 104 // US ASCII letter [a-zA-Z] (ISO 10646 hex 41-5a, 61-7a), digit [0-9] (hex 30-39),
|
/external/webkit/WebCore/platform/graphics/ |
WidthIterator.cpp | 153 // Account for letter-spacing.
|
/external/webkit/WebCore/platform/graphics/chromium/ |
UniscribeHelper.cpp | [all...] |
/external/webkit/WebKit/android/nav/ |
FindCanvas.h | 98 // searching for 3 letter words (for example), an ideal number would be 3.
|
/external/webkit/WebKit/mac/Misc/ |
WebNSURLExtras.mm | 75 case 0x00ED: /* LATIN SMALL LETTER I WITH ACUTE */ 76 case 0x01C3: /* LATIN LETTER RETROFLEX CLICK */ 77 case 0x0251: /* LATIN SMALL LETTER ALPHA */ 78 case 0x0261: /* LATIN SMALL LETTER SCRIPT G */ [all...] |
/packages/inputmethods/LatinIME/native/src/ |
dictionary.cpp | 243 // Skip the ' or other letter and continue deeper
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
ComposingView.java | 51 * English letter in Chinese mode.
|
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/ |
Charset.java | 55 * The first character of the name must be a digit or a letter. 167 * Checks whether a character is a letter (ascii) which are defined in the 191 // The first character must be a letter or a digit
|
/development/pdk/docs/source/ |
git-repo.jd | 222 ]<br><br>To see the status for only the current branch, run <br>repo status .<br><br>The status information will be listed by project. For each file in the project, a two-letter code is used:<br></div> 223 <div><ul><li>In the left-most column, an uppercase letter indicates what is happening in the index (the staged files) when compared to the last committed state.<br><br></li> 224 <li>In the next column, a lowercase letter indicates what is happening in the working directory when compared to the index (what is staged).
|
/development/tools/zoneinfo/tzdata2009s/ |
antarctica | 23 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S 35 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S 215 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
AndroidManifestDescriptors.java | 425 * Capitalizes the first letter and replace non-alphabet by a space followed by a capital. 450 * - capitalize the first letter: 470 // not a letter -- skip the character and capitalize the next one
|
/external/bison/src/ |
scan-gram.l | 151 letter [.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_] 152 id {letter}({letter}|[0-9])* 153 directive %{letter}({letter}|[0-9]|-)* [all...] |
/external/icu4c/common/ |
ucnv_io.c | 357 MINLETTER /* any values from here on are lowercase letter mappings */ 422 c1 = (char)type; /* lowercased letter */ 457 c1 = (char)type; /* lowercased letter */ 514 c1 = (char)type; /* lowercased letter */ 538 c2 = (char)type; /* lowercased letter */ [all...] |
ushape.c | 16 * Arabic letter shaping implemented by Ayman Roshdy 41 * ### TODO in general for letter shaping: 42 * - the letter shaping code is UTF-16-unaware; needs update 50 /* definitions for Arabic letter shaping ------------------------------------ */ [all...] |
ucase.h | 71 * Accepts both 2- and 3-letter codes and accepts case variants.
|
/external/opencore/protocols/http_parcom/src/ |
http_parser.cpp | 317 // eat non-letter characters 405 // eat non-letter characters [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu.c | 370 int letter, col, row, pad; local 392 for (letter = 'a'; letter < 'z'; letter++) { 394 if (cmd->name[0] == letter || cmd->name[0] == letter - 0x20) { [all...] |
/external/guava/src/com/google/common/base/ |
CharMatcher.java | 140 * Determines whether a character is a letter according to {@link 152 * Determines whether a character is a letter or digit according to {@link 471 * (both endpoints are inclusive). For example, to match any lowercase letter [all...] |
/external/icu4c/i18n/unicode/ |
numfmt.h | 424 * currency display names, or for a 3-letter ISO currency code. 691 * @param theCurrency a 3-letter ISO code indicating new currency 702 * @return a 3-letter null-terminated ISO code indicating [all...] |
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
SimpleDateFormatTest.java | 290 fail("Expected IllegalArgumentException for pattern with invalid pattern letter: b"); 297 fail("Expected IllegalArgumentException for pattern with invalid pattern letter: u"); 336 fail("Expected IllegalArgumentException for pattern with invalid patter letter: b"); 342 fail("Expected IllegalArgumentException for pattern with invalid patter letter: u"); [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List9.java | 40 * first letter of the visible range of cheeses.
|
/external/gtest/include/gtest/ |
gtest-death-test.h | 119 // \\w matches any letter, _, or decimal digit
|
/external/icu4c/extra/uconv/ |
uconv.1.in | 402 {KATAKANA LETTER KA}{LINE FEED}
|