/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
NodeSortKey.java | 94 // language - lowercase two-letter ISO-639 code
|
/external/bluetooth/glib/ |
README.commits | 55 should start with a capital letter unless it starts with a lowercase
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/ |
X509Principal.java | 120 * should provide a table of lookups, indexed by lowercase only strings and
|
/external/chromium/base/ |
environment.cc | 29 // are lowercase, which is inconsistent. Let's try to be helpful
|
/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/expat/xmlwf/ |
xmlmime.c | 74 /* key must be lowercase ASCII */
|
/external/icu4c/common/ |
punycode.h | 84 * The caller should uppercase (TRUE) or lowercase (FASLE)
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
BaseUrlValidateFunction.java | 83 * Converts an ASCII string to lowercase. Non-ASCII characters are replaced with '?'.
|
/external/markdown/docs/extensions/ |
Meta-Data.txt | 65 Note that the keys are all lowercase and the values consist of a list of
|
/external/regex-re2/re2/ |
filtered_re2.h | 13 // be matched. Note that all returned strings are lowercase. For
|
/external/srec/srec/Semproc/src/ |
LexicalAnalyzer.c | 133 (p <= L('z') && p >= L('a')) || /* lowercase alpha */
|
/external/webkit/Source/WebCore/css/ |
CSSOMUtils.cpp | 57 appendUnsignedAsHex(c, appendTo, Lowercase);
|
/frameworks/compile/slang/ |
slang_rs_reflect_utils.h | 72 // converted to lowercase.
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameNormalizer.java | 66 // lowercase-first comparison we really want...
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets.h | 244 * @brief Convert to lowercase. 246 * This function converts the argument to lowercase if possible. If 251 * @return The lowercase char_type if convertible, else @a c. 258 * @brief Convert array to lowercase. 261 * lowercase if possible. Other elements remain untouched. It does so 466 * @brief Convert to lowercase. 468 * This virtual function converts the argument to lowercase if 476 * @return The lowercase char_type if convertible, else @a c. 482 * @brief Convert array to lowercase. 485 * to lowercase if possible. Other elements remain untouched [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets.h | 245 * @brief Convert to lowercase. 247 * This function converts the argument to lowercase if possible. If 252 * @return The lowercase char_type if convertible, else @a c. 259 * @brief Convert array to lowercase. 262 * lowercase if possible. Other elements remain untouched. It does so 467 * @brief Convert to lowercase. 469 * This virtual function converts the argument to lowercase if 477 * @return The lowercase char_type if convertible, else @a c. 483 * @brief Convert array to lowercase. 486 * to lowercase if possible. Other elements remain untouched [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets.h | 245 * @brief Convert to lowercase. 247 * This function converts the argument to lowercase if possible. If 252 * @return The lowercase char_type if convertible, else @a c. 259 * @brief Convert array to lowercase. 262 * lowercase if possible. Other elements remain untouched. It does so 467 * @brief Convert to lowercase. 469 * This virtual function converts the argument to lowercase if 477 * @return The lowercase char_type if convertible, else @a c. 483 * @brief Convert array to lowercase. 486 * to lowercase if possible. Other elements remain untouched [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 244 * @brief Convert to lowercase. 246 * This function converts the argument to lowercase if possible. If 251 * @return The lowercase char_type if convertible, else @a c. 258 * @brief Convert array to lowercase. 261 * lowercase if possible. Other elements remain untouched. It does so 466 * @brief Convert to lowercase. 468 * This virtual function converts the argument to lowercase if 476 * @return The lowercase char_type if convertible, else @a c. 482 * @brief Convert array to lowercase. 485 * to lowercase if possible. Other elements remain untouched [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 244 * @brief Convert to lowercase. 246 * This function converts the argument to lowercase if possible. If 251 * @return The lowercase char_type if convertible, else @a c. 258 * @brief Convert array to lowercase. 261 * lowercase if possible. Other elements remain untouched. It does so 466 * @brief Convert to lowercase. 468 * This virtual function converts the argument to lowercase if 476 * @return The lowercase char_type if convertible, else @a c. 482 * @brief Convert array to lowercase. 485 * to lowercase if possible. Other elements remain untouched [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets.h | 244 * @brief Convert to lowercase. 246 * This function converts the argument to lowercase if possible. If 251 * @return The lowercase char_type if convertible, else @a c. 258 * @brief Convert array to lowercase. 261 * lowercase if possible. Other elements remain untouched. It does so 466 * @brief Convert to lowercase. 468 * This virtual function converts the argument to lowercase if 476 * @return The lowercase char_type if convertible, else @a c. 482 * @brief Convert array to lowercase. 485 * to lowercase if possible. Other elements remain untouched [all...] |
/external/bluetooth/glib/docs/reference/gobject/ |
glib-mkenums.1 | 152 The enum name with words lowercase and word\-separated by underscores (e\&.g\&. prefix_the_xenum)\&. 172 A nick name for the enum value currently being processed, this is usually generated by stripping common prefix words of all the enum values of the current enum, the words are lowercase and underscores are substituted by a minus (e\&.g\&. the\-xvalue)\&.
|
glib-mkenums.xml | 161 The enum name with words lowercase and word-separated by underscores 197 current enum, the words are lowercase and underscores are substituted by a
|
/external/chromium/chrome/browser/ui/views/ |
edit_search_engine_dialog.cc | 235 bool lowercase) { 237 lowercase ? Textfield::STYLE_LOWERCASE : Textfield::STYLE_DEFAULT);
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
MappingFileProvider.java | 148 * @param language two-letter lowercase ISO language codes as defined by ISO 639-1 150 * are lowercase) ISO script codes as defined in ISO 15924
|