/cts/tests/tests/text/src/android/text/cts/ |
AndroidCharacterTest.java | 71 // LATIN CAPITAL LETTER U WITH CARON (U+01D3) 79 // HALFWIDTH KATAKANA LETTER NI (U+FF86) 83 // FULLWIDTH LATIN SMALL LETTER A (U+FF41) 87 // LATIN CAPITAL LETTER A (U+0041)
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
MorseCodeConverter.java | 134 long[] letter = pattern(c); local 135 System.arraycopy(letter, 0, result, pos, letter.length); 136 pos += letter.length;
|
/external/bison/m4/ |
dos.m4 | 44 `drive letter' prefix, define this to compute the length of that
|
/external/iproute2/ |
README | 27 PAGESIZE=a4 , ie: a4 , letter ... (string)
|
/external/iptables/extensions/ |
libxt_sctp.man | 7 The flag letter in upper case indicates that the flag is to match if set,
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
OcamlGCPrinter.cpp | 52 size_t Letter = SymName.size(); 57 // Capitalize the first letter of the module name. 58 SymName[Letter] = toupper(SymName[Letter]);
|
/external/openssl/crypto/conf/ |
ssleay.cnf | 55 Attribute_text_1 = Country Name (2 letter code)
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
xhtml-special.ent | 36 <!ENTITY Scaron "Š"> <!-- latin capital letter S with caron, 38 <!ENTITY scaron "š"> <!-- latin small letter s with caron, 40 <!ENTITY Yuml "Ÿ"> <!-- latin capital letter Y with diaeresis, 44 <!ENTITY circ "ˆ"> <!-- modifier letter circumflex accent,
|
/external/webkit/LayoutTests/dom/xhtml/level2/core/ |
xhtml-special.ent | 36 <!ENTITY Scaron "Š"> <!-- latin capital letter S with caron, 38 <!ENTITY scaron "š"> <!-- latin small letter s with caron, 40 <!ENTITY Yuml "Ÿ"> <!-- latin capital letter Y with diaeresis, 44 <!ENTITY circ "ˆ"> <!-- modifier letter circumflex accent,
|
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
xhtml-special.ent | 36 <!ENTITY Scaron "Š"> <!-- latin capital letter S with caron, 38 <!ENTITY scaron "š"> <!-- latin small letter s with caron, 40 <!ENTITY Yuml "Ÿ"> <!-- latin capital letter Y with diaeresis, 44 <!ENTITY circ "ˆ"> <!-- modifier letter circumflex accent,
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
xhtml-special.ent | 36 <!ENTITY Scaron "Š"> <!-- latin capital letter S with caron, 38 <!ENTITY scaron "š"> <!-- latin small letter s with caron, 40 <!ENTITY Yuml "Ÿ"> <!-- latin capital letter Y with diaeresis, 44 <!ENTITY circ "ˆ"> <!-- modifier letter circumflex accent,
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
xhtml-special.ent | 36 <!ENTITY Scaron "Š"> <!-- latin capital letter S with caron, 38 <!ENTITY scaron "š"> <!-- latin small letter s with caron, 40 <!ENTITY Yuml "Ÿ"> <!-- latin capital letter Y with diaeresis, 44 <!ENTITY circ "ˆ"> <!-- modifier letter circumflex accent,
|
/external/webkit/Source/WebCore/manual-tests/ |
autofill-popup-width-and-item-direction.html | 15 then click "Submit". Open the file again, and type the first letter "a",
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGTextLayoutEngineSpacing.h | 32 // Helper class used by SVGTextLayoutEngine to handle 'kerning' / 'letter-spacing' and 'word-spacing'.
|
/frameworks/base/core/java/android/content/pm/ |
VerifierDeviceIdentity.java | 31 * confusing 'I' (letter) with '1' (one) or 'O' (letter) with '0' (zero). 160 /* Be nice to users that mistake O (letter) for 0 (zero) */ 163 /* Be nice to users that mistake I (letter) for 1 (one) */
|
/ndk/build/awk/ |
gen-windows-host-path.awk | 74 # not a driver letter mapping, skip this pair 77 letter = substr(host[nn],1,1) 78 lo = tolower(letter) 79 up = toupper(letter)
|
/packages/inputmethods/LatinIME/native/src/ |
bigram_dictionary.cpp | 98 * bigrams this word has WHOSE first letter also matches the letter the user typed. 100 * used to match the first letter of the second word, but once the user has typed more 102 * reduce their scope to the ones that match the first letter.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
getopt.h | 102 value (the equivalent single-letter option character, if there is 130 missing arguments, `optopt' is set to the option letter, and '?' is 134 letters, optionally followed by colons, specifying that that letter 137 If a letter in OPTS is followed by two colons, its argument is
|
/docs/source.android.com/src/source/ |
build-numbers.md | 47 The first letter is the code name of the release family, e.g. F is 50 The second letter is a branch code that allows Google to identify 54 The next letter and two digits are a date code. The letter counts 58 Finally, the last letter identifies individual versions related to
|
/packages/inputmethods/PinyinIME/jni/include/ |
pinyinime.h | 63 * user adds a new letter, the input or the output string is longer than the 64 * limitations, the engine will discard the recent letter. 111 * Add a Pinyin letter to the current spelling string kept by decoder. If the 112 * decoder fails in adding the letter, it will do nothing. im_get_sps_str() 115 * @param ch The letter to add.
|
/external/icu4c/test/intltest/ |
transrt.cpp | 202 // IF it starts with a RHO, then the breathing mark must come before the second letter. 451 // drop through, since second letter is lower. 474 UnicodeSet okAnyway("[^[:Letter:]]", status); 477 parent->dataerrln("FAIL: Initializing UnicodeSet with [:Other:] or [^[:Letter:]] - Error: %s", u_errorName(status)); [all...] |
/external/bluetooth/glib/tests/ |
casemap.txt | 6 tr_TR i i ? ? # i => LATIN CAPITAL LETTER I WITH DOT ABOVE 7 tr_TR I ? I I # I => LATIN SMALL LETTER DOTLESS I 8 tr_TR I? i I? I? # I => LATIN SMALL LETTER DOTLESS I 9 tr_TR.UTF-8 i i ? ? # i => LATIN CAPITAL LETTER I WITH DOT ABOVE 10 tr_TR.UTF-8 I ? I I # I => LATIN SMALL LETTER DOTLESS I 11 tr_TR.UTF-8 I? i I? I? # I => LATIN SMALL LETTER DOTLESS I 19 # Lithuanian rule of i followed by letter with dot. Not at all sure 23 lt_LT Ì i?? Ì Ì # LATIN CAPITAL LETTER I WITH GRAVE 24 lt_LT Í i?? Í Í # LATIN CAPITAL LETTER I WITH ACUTE 25 lt_LT ? i?? ? ? # LATIN CAPITAL LETTER I WITH TILD [all...] |
/external/pcre/doc/html/ |
pcresyntax.html | 110 L Letter 111 Ll Lower case letter 112 Lm Modifier letter 113 Lo Other letter 114 Lt Title case letter 115 Lu Upper case letter 125 Nl Letter number 269 lower lower case letter 273 upper upper case letter
|
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 286 unsigned int letter; local 287 for (letter=0; letter <= UCHAR_MAX; letter++) 288 lm->letter_index_for_letter[letter] = LTS_MAXCHAR; 292 char letter = toupper(lm->letters[i]); local 293 lm->letters[i] = letter; 294 lm->letter_index_for_letter[(unsigned char)letter] = i; 305 /* deallocate letter mapping */ 507 pfprintf(PSTDOUT,"loading letter mapping\n") 1005 unsigned char letter; local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
NodeSortKey.java | 94 // language - lowercase two-letter ISO-639 code 95 // country - uppercase two-letter ISO-3166 code
|