/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;
|
/development/tools/zoneinfo/tzdata2009s/ |
pacificnew | 18 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
/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/ipsec-tools/ |
README | 17 and Fred Senault <fred.letter@lacave.net>.
|
/external/iptables/extensions/ |
libipt_sctp.man | 7 The flag letter in upper case indicates that the flag is to match if set,
|
/external/openssl/crypto/conf/ |
ssleay.cnf | 55 Attribute_text_1 = Country Name (2 letter code)
|
/external/webkit/WebCore/manual-tests/ |
autofill-popup-width-and-item-direction.html | 15 then click "Submit". Open the file again, and type the first letter "a",
|
/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/common/ |
ucase.c | 742 * a cased letter and a case-ignorable sequence, 744 * an ignorable sequence and then a cased letter. 773 * - The general category of C is Titlecase Letter (Lt) 785 * Letter Modifier (Lm), or Symbol Modifier (Sk) 813 * Accepts both 2- and 3-letter codes and accepts case variants. 905 return TRUE; /* followed by cased letter */ 913 return FALSE; /* not followed by cased letter */ [all...] |
/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/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...] |
/dalvik/libcore/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
|
/external/icu4c/i18n/unicode/ |
curramt.h | 41 * @param isoCode the 3-letter ISO 4217 currency code; must not be 54 * @param isoCode the 3-letter ISO 4217 currency code; must not be
|
/external/icu4c/tools/toolutil/ |
uoptions.c | 70 /* search for the option letter */ 102 /* get the next option letter */
|
/frameworks/base/core/java/android/bluetooth/ |
AtCommandHandler.java | 29 * These are single letter commands such as ATA and ATD. Anything following 30 * the single letter command ('A' and 'D' respectively) will be passed as
|
/system/core/sh/ |
syntax.h | 55 #define ISUPPER 02 /* an upper case letter */ 56 #define ISLOWER 04 /* a lower case letter */
|
/external/bison/lib/ |
getopt_.h | 157 value (the equivalent single-letter option character, if there is 185 missing arguments, `optopt' is set to the option letter, and '?' is 189 letters, optionally followed by colons, specifying that that letter 192 If a letter in OPTS is followed by two colons, its argument is
|
/external/icu4c/tools/gennorm/ |
gennorm.h | 47 * The flags are controlled by a command-line argument, with a letter
|
/external/openssl/android.testssl/ |
CAss.cnf | 17 countryName = Country Name (2 letter code)
|
/external/webkit/WebCore/rendering/ |
RenderTextFragment.h | 31 // first letter and that must therefore have different styles (and positions in the render tree).
|
/frameworks/base/core/java/android/text/ |
AutoText.java | 225 // There is a node for this letter, and this is the 233 // There is a node for this letter, and we need 243 // No node for this letter yet. Make one. 260 // Otherwise, step in deeper and go to the next letter.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
CaseMapper.java | 88 * True if 'index' is preceded by a sequence consisting of a cased letter and a case-ignorable 90 * then a cased letter. 94 // TODO: we should add a more direct way to test for a cased letter.
|