/external/libvterm/src/ |
input.c | 25 /* Special Ctrl- letters that can't be represented elsewise */ 33 /* All other characters needs CSIu except for letters a-z */
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
Strings.java | 38 * They will fold the letters "i" and "I" differently if the locale is 41 * These operations ignore all case folding for non-Roman letters, and are
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
SearchUtil.java | 80 * 1) Only searches token prefixes. A token is defined as any combination of letters or 127 * Find the start of the next token. A token is composed of letters and numbers. Any other
|
/packages/inputmethods/LatinIME/java/res/values-en-rAU/ |
strings-talkback-descriptions.xml | 37 <string name="spoken_description_to_alpha" msgid="4081215210530031950">"Letters"</string> 54 <string name="spoken_description_mode_alpha" msgid="4676004119618778911">"Letters mode"</string>
|
/packages/inputmethods/LatinIME/java/res/values-en-rGB/ |
strings-talkback-descriptions.xml | 37 <string name="spoken_description_to_alpha" msgid="4081215210530031950">"Letters"</string> 54 <string name="spoken_description_mode_alpha" msgid="4676004119618778911">"Letters mode"</string>
|
/packages/inputmethods/LatinIME/java/res/values-en-rIN/ |
strings-talkback-descriptions.xml | 37 <string name="spoken_description_to_alpha" msgid="4081215210530031950">"Letters"</string> 54 <string name="spoken_description_mode_alpha" msgid="4676004119618778911">"Letters mode"</string>
|
/external/icu/icu4c/source/test/intltest/ |
ucdtest.cpp | 338 /* enumerate all characters that are plausible to be latin letters */ 453 assertFalse("not encoded, not LB letters", uscript_breaksBetweenLetters(sc)); 479 assertTrue("Hani breaks between letters", uscript_breaksBetweenLetters(USCRIPT_HAN)); 480 assertTrue("Thai breaks between letters", uscript_breaksBetweenLetters(USCRIPT_THAI)); 481 assertFalse("Latn does not break between letters", uscript_breaksBetweenLetters(USCRIPT_LATIN));
|
/external/icu/icu4c/source/samples/ucnv/ |
convsamp.cpp | 288 "Sample 05: C: count the number of letters in a UTF-8 document\n"); 302 uint32_t letters=0, total=0; local 359 letters++; 365 printf("%d letters out of %d total UChars.\n", letters, total); 388 "Sample 06: C: frequency distribution of letters in a UTF-8 document\n"); 398 uint32_t letters=0, total=0; local 457 letters++; 481 printf("%d letters out of %d total UChars.\n", letters, total) [all...] |
/external/google-breakpad/src/testing/test/ |
gmock-more-actions_test.cc | 638 std::string letters = "abc"; local 639 a = SetArrayArgument<2>(letters.begin(), letters.end()); 687 std::string letters = "abc"; local 688 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); 692 EXPECT_EQ(letters, s);
|
/frameworks/base/core/java/android/widget/ |
DialerFilter.java | 399 * has removed all possibility of the digits matching, leaving only the letters line */ 402 * has removed all possibility of the letters matching, leaving only the digits line */ 406 /** This mode has only the letters line */
|
/frameworks/base/docs/html/guide/topics/manifest/ |
data-element.jd | 94 using lowercase letters.</p> 104 host names using lowercase letters.</p> 166 specify MIME types using lowercase letters.</p>
|
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/ |
SmartDialNameMatcherTest.java | 136 // Mix of numbers and letters 155 fail("Greek letters aren't supported yet."); 162 fail("Cyrillic letters aren't supported yet.");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_recno.py | 11 letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' variable 42 for x in letters: 273 for x in letters:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_recno.py | 11 letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' variable 42 for x in letters: 273 for x in letters:
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
flags.c | 93 * letters, like Window's 't'
|
/bootable/recovery/edify/ |
README | 12 - String literals consisting of only letters, numbers, colons,
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemSort.java | 254 * when data-type="text", and specifies that upper-case letters should 255 * sort before lower-case letters or vice-versa respectively. 272 * when data-type="text", and specifies that upper-case letters should 273 * sort before lower-case letters or vice-versa respectively.
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
StyleGuide.txt | 77 * Methods never, ever, ever start with capital letters. Generally
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/ |
serial_number_generator.py | 6 avoiding ambiguous numbers and letters. hash_identifier can be used
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 36 # Matches an all caps letters + underscores error identifer
|
/external/dnsmasq/contrib/webmin/ |
README | 9 the correct form (no letters, 4 groups of up to 3 digits
|
/external/google-breakpad/src/google_breakpad/processor/ |
system_info.h | 65 // A short form of the os string, using lowercase letters and no spaces,
|
/external/icu/icu4c/source/tools/toolutil/ |
uoptions.c | 89 /* do not process the rest of this arg as option letters */
|
/external/linux-tools-perf/src/tools/perf/util/ |
levenshtein.c | 8 * Basically, it says how many letters need to be swapped, substituted,
|
/external/markdown/docs/extensions/ |
Meta-Data.txt | 33 The keywords are case-insensitive and may consist of letters, numbers,
|