HomeSort by relevance Sort by last modified time
    Searched full:lowercase (Results 76 - 100 of 699) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/
dictionary.txt 168 lowercase
  /external/chromium_org/third_party/WebKit/Source/wtf/
ASCIICType.h 122 // to a lowercase English character. The isASCIIAlphaCaselessEqual
161 // lowercase letter to any input character.
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
phonenumber_offline_geocoder.h 131 // lang is a two-letter lowercase ISO language codes as defined by ISO 639-1.
133 // rest of the letters are lowercase) ISO script codes as defined in ISO
  /external/skia/dm/
DM.cpp 44 static SkString lowercase(SkString s) { function
76 if (lowercase(configs[j]).equals(name)) { \
  /external/smack/src/org/xbill/DNS/
Mnemonic.java 30 /* Strings will be stored/searched for in lowercase. */
44 * @param wordcase Whether to convert strings into uppercase, lowercase,
  /external/svox/pico/lib/
picoktab.h 109 picoos_uchar *lowercase);
126 picoos_uint8 * value, picoos_uchar * lowercase,
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HTML.java 87 /** Name of the element, in lowercase, e.g. "a", "br" */
188 /** Gets the name of the attribute, in lowercase */
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML.java 88 /** Name of the element, in lowercase, e.g. "a", "br" */
189 /** Gets the name of the attribute, in lowercase */
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyToggle.java 223 public void changeCase(boolean lowerCase) {
226 if (lowerCase)
  /external/chromium/base/
command_line.cc 40 // Lowercase a string for case-insensitivity of switches.
42 void Lowercase(std::string* arg) {
117 Lowercase(switch_string);
249 Lowercase(&lowercased_switch);
277 Lowercase(&lowercased_switch);
environment.cc 29 // are lowercase, which is inconsistent. Let's try to be helpful
  /external/chromium_org/third_party/re2/doc/
syntax.txt 125 \lX lowercase «X» NOT SUPPORTED
127 \L...\E lowercase text «...» NOT SUPPORTED
197 Ll lowercase letter
330 \l lowercase NOT SUPPORTED vim
331 \L not lowercase NOT SUPPORTED vim
  /external/guava/guava/src/com/google/common/base/
Ascii.java 407 * characters} have been converted to lowercase. All other characters are copied without
421 * lowercase equivalent. Otherwise returns the argument.
428 * Returns a copy of the input string in which all {@linkplain #isLowerCase(char) lowercase ASCII
442 * If the argument is a {@linkplain #isLowerCase(char) lowercase ASCII character} returns the
450 * Indicates whether {@code c} is one of the twenty-six lowercase ASCII alphabetic characters
  /external/regex-re2/doc/
syntax.txt 125 \lX lowercase «X» NOT SUPPORTED
127 \L...\E lowercase text «...» NOT SUPPORTED
197 Ll lowercase letter
330 \l lowercase NOT SUPPORTED vim
331 \L not lowercase NOT SUPPORTED vim
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 225 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
227 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \
435 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
437 return GetRaw<RepeatedField<LOWERCASE> >(message, field).size()
516 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
518 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->Clear(); \
562 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
564 MutableRaw<RepeatedField<LOWERCASE> >(message, field)->RemoveLast(); \
606 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
608 MutableRaw<RepeatedField<LOWERCASE> >(message, field)
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
data-element.jd 80 host names using lowercase letters.</p>
93 specify MIME types using lowercase letters.</p>
159 using lowercase letters.</p>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 51 _ISlower = _ISbit (1), /* lowercase. */
115 /* Return the lowercase version of C. */
262 /* Return the lowercase version of C in locale L. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 51 _ISlower = _ISbit (1), /* lowercase. */
115 /* Return the lowercase version of C. */
262 /* Return the lowercase version of C in locale L. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 51 _ISlower = _ISbit (1), /* lowercase. */
115 /* Return the lowercase version of C. */
262 /* Return the lowercase version of C in locale L. */
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSortKey.java 94 // language - lowercase two-letter ISO-639 code
  /external/bluetooth/bluedroid/bta/include/
utl.h 81 ** uppercase if lowercase. If p_s ends first, the substring
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
X509Principal.java 130 * should provide a table of lookups, indexed by lowercase only strings and
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern.h 79 // TODO(markusheintz): canonicalize to lowercase;
  /external/chromium/net/base/
host_cache.h 136 // Map from hostname (presumably in lowercase canonicalized format) to
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_provider.h 91 // |find_text| (and thus |find_words|) are expected to be lowercase. |text|

Completed in 1478 milliseconds

1 2 34 5 6 7 8 91011>>