Searched
full:letter (Results
276 -
300 of
1120) sorted by null
<<11121314151617181920>>
/external/pcre/doc/html/ |
pcrepattern.html | 213 character that is not a number or a letter, it takes away any special meaning 271 The precise effect of \cx is as follows: if x is a lower case letter, it 277 values are valid. A lower case letter is converted to upper case, and then the 408 A "word" character is an underscore or any character that is a letter or digit. 434 any Unicode letter, and underscore. Note also that PCRE_UCP affects \b, and 523 matches the letter "R" by default, but causes an error if PCRE_EXTRA is set. 655 a two-letter abbreviation. For compatibility with Perl, negation can be 660 If only one letter is specified with \p or \P, it includes all the general 661 category properties that start with that letter. In this case, in the absence 677 L Letter [all...] |
pcre.html | 178 category properties such as Lu for an upper case letter or Nd for a decimal 183 \p{L} matches a letter. Its Perl synonym, \p{Letter}, is not supported. 289 a one-to-one mapping between a letter's cases. There are a small number of
|
/bionic/libc/string/ |
strcasecmp.c | 37 * This array is designed for mapping upper and lower case letter
|
/external/bison/ |
ABOUT-NLS | 90 LL gives an ISO 639 two-letter code identifying the language. Unless 95 `LINGUAS' should then contain a space separated list of two-letter 103 `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, 104 and `CC' is an ISO 3166 two-letter country code. For example, let's [all...] |
/external/bluetooth/glib/gobject/ |
glib-mkenums.1 | 114 The same as \fI@type@\fP with the first letter capitalized (e.g. Flags).
|
/external/chromium/chrome/browser/autofill/ |
autofill_country.cc | 390 // Maps from common country names, including 2- and 3-letter country codes, 391 // to the corresponding 2-letter country codes. The keys are uppercase ASCII 414 // Add 2- and 3-letter ISO country codes. 441 // First, check common country names, including 2- and 3-letter country codes.
|
/external/chromium/chrome/browser/chromeos/input_method/ |
input_method_util.cc | 263 // these codes to two-letter language codes and display names). Hence we 418 // We only handle three-letter codes from here. 430 // Convert the three-letter code to two letter-code.
|
/external/chromium/chrome/browser/chromeos/status/ |
input_method_menu_unittest.cc | 15 // Test normal cases. Two-letter language code should be returned.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
locale.js | 147 // flag and/or field width, followed by a single letter.
|
/external/chromium/sdch/open-vcdiff/src/ |
codetable.h | 110 // Single-letter abbreviations that make it easier to read
|
/external/e2fsprogs/include/nonunix/ |
getopt.h | 79 value (the equivalent single-letter option character, if there is
|
/external/elfutils/ |
ABOUT-NLS | 53 LL gives an ISO 639 two-letter code identifying the language. Unless 58 `LINGUAS' should then contain a space separated list of two-letter 66 `LL_CC' combination. Here `LL' is an ISO 639 two-letter language code, 67 and `CC' is an ISO 3166 two-letter country code. For example, let's [all...] |
/external/grub/lib/ |
getopt.h | 77 value (the equivalent single-letter option character, if there is
|
/external/icu4c/i18n/ |
brktrans.cpp | 99 // HACK: Check to see that preceeding item was a letter
|
/external/icu4c/test/intltest/ |
regcoll.h | 159 // Micro symbol and greek lowercase letter Mu should sort identically
|
/external/icu4c/tools/icupkg/ |
icupkg.8.in | 80 contain the letter from the
|
/external/icu4c/tools/toolutil/ |
package.h | 70 * Return the input data type letter (l, b, or e).
|
/external/icu4c/tools/tzcode/ |
readme.txt | 64 where YYYY is the year and V is the version letter ('a'...'z').
|
/external/iproute2/doc/ |
nstat.sgml | 29 <p> <tt/OPTIONS/ is list of single letter options, using common unix
|
/external/libvpx/examples/includes/geshi/geshi/ |
dos.php | 33 * - Doesn't handle %%[letter] pseudo variable used inside FOR constructs
|
/external/llvm/lib/Target/MSP430/ |
MSP430AsmPrinter.cpp | 138 // Does this asm operand have a single letter operand modifier?
|
/external/oprofile/libpopt/ |
poptparse.c | 199 /* find next non-space letter of value */
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_helpers.h | 58 // of lower-casing the first letter of the name.)
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_helpers.h | 59 // of lower-casing the first letter of the name.)
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 130 CHARACTER_CLASS(Letter, ('a' <= c && c <= 'z') || 413 if (LookingAt<Letter>()) { 509 if (TryConsumeOne<Letter>()) { 615 // suffixed with the letter 'f'.
|
Completed in 1704 milliseconds
<<11121314151617181920>>