Searched
full:letter (Results
326 -
350 of
1120) sorted by null
<<11121314151617181920>>
/external/icu4c/common/ |
ucasemap.c | 323 * b) first case letter (titlecase) [titleStart..titleLimit[ 343 break; /* cased letter at [titleStart..titleLimit[ */
|
/external/icu4c/test/intltest/ |
itspoof.cpp | 164 CHECK_SKELETON(MA, "1ove", "love"); // Digit 1 to letter l 168 CHECK_SKELETON(MA, "00PS", "OOPS"); // Digit 0 to letter O in any case mode only
|
/external/icu4c/tools/icupkg/ |
icupkg.cpp | 80 "contain the letter from the -t (--type) option.\n"); 297 /* the type must be exactly one letter */
|
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.c | 147 #define L (const unsigned short) (lo|is |pr) /* lower case letter */ 149 #define U (const unsigned short) (up|is |pr) /* upper case letter */
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CSSKeywordCompletions.js | 177 "a3", "a4", "a5", "b4", "b5", "landscape", "ledger", "legal", "letter", "portrait" 386 "letter-spacing": [
|
/external/webkit/Source/WebCore/platform/graphics/ |
Font.cpp | 390 // 0x2CA Modifier Letter Acute Accent, Mandarin Chinese 2nd Tone 391 // 0x2CB Modifier Letter Grave Access, Mandarin Chinese 4th Tone
|
/libcore/luni/src/main/java/java/text/ |
RuleBasedCollator.java | 57 * <li>'<' : Greater, as a letter difference (primary) 251 * // suppose the last character before the first base letter 'a' in
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
AndroidSpellCheckerService.java | 357 // Filter by first letter 359 // Filter out words that don't start with a letter or an apostrophe
|
/cts/tools/host/test/com/android/cts/ |
CommandParserTest.java | 211 * Test parsing command with capital letter.
|
/dalvik/libdex/ |
DexDebugInfo.cpp | 32 * Returns the type signature letter for the next argument, or ')' if
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
SimpleDateFormatTest.java | 209 // fail("Expected IllegalArgumentException for pattern with invalid pattern letter: b"); 215 // fail("Expected IllegalArgumentException for pattern with invalid pattern letter: y"); 245 fail("Expected IllegalArgumentException for pattern with invalid patter letter: b"); 251 // fail("Expected IllegalArgumentException for pattern with invalid patter letter: u"); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SystemIDResolver.java | 239 // A Windows path containing a drive letter can be relative.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SystemIDResolver.java | 232 // A Windows path containing a drive letter can be relative.
|
/external/bison/doc/ |
bison.1 | 109 supports both traditional single-letter options and mnemonic long
|
/external/bluetooth/glib/docs/reference/gobject/ |
glib-mkenums.1 | 184 with the first letter capitalized (e\&.g\&. Flags)\&.
|
glib-mkenums.xml | 213 The same as <literal>@type@</literal> with the first letter capitalized (e.g. Flags).
|
/external/chromium/base/i18n/ |
rtl.h | 36 // language is the 2 or 3 letter code from ISO-639.
|
/external/chromium/chrome/browser/resources/ |
about_sys.html | 17 letter-spacing: -1px;
|
/external/freetype/include/freetype/ |
fttypes.h | 469 /* This macro converts four-letter tags which are used to label */ [all...] |
/external/freetype/src/truetype/ |
ttobjs.h | 207 /* capitals, all lowercase letter, default spacing or stem width/height. */
|
/external/icu4c/data/unidata/ |
PropertyAliases.txt | 34 # AL means Arabic Letter for the Bidi_Class property, and
|
/external/icu4c/test/cintltst/ |
cstrcase.c | 401 * 0049; C; 0069; # LATIN CAPITAL LETTER I 402 * 0049; T; 0131; # LATIN CAPITAL LETTER I 404 * 0130; F; 0069 0307; # LATIN CAPITAL LETTER I WITH DOT ABOVE 405 * 0130; T; 0069; # LATIN CAPITAL LETTER I WITH DOT ABOVE [all...] |
/external/jpeg/ |
djpeg.1 | 27 Most of the "basic" switches can be abbreviated to as little as one letter.
|
/external/libxml2/ |
legacy.c | 435 * [NS 3] NCName ::= (Letter | '_') (NCNameChar)* 437 * [NS 4] NCNameChar ::= Letter | Digit | '.' | '-' | '_' | 580 * [4] NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | 583 * [5] Name ::= (Letter | '_' | ':') (NameChar)* [all...] |
/external/llvm/lib/Support/Windows/ |
Path.inc | 86 // If there is a colon, it must be the second character, preceded by a letter 167 // a drive letter or in UNC format. 184 // a drive letter or in UNC format. 649 next += 2; // skip drive letter
|
Completed in 1723 milliseconds
<<11121314151617181920>>