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

1 2 34 5 6 7 8 91011>>

  /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)
ucase.c 279 /* skip the lowercase result string */
498 * - In [CoreProps], C has one of the properties Uppercase, or Lowercase
813 # Lithuanian retains the dot in a lowercase i when followed by accents.
901 /* set the output pointer to the lowercase mapping */
958 # Lithuanian retains the dot in a lowercase i when followed by accents.
    [all...]
ucasemap.c 324 * c) subsequent characters (lowercase) [titleLimit..index[
372 /* lowercase [titleLimit..index[ */
375 /* Normal operation: Lowercase the rest of the word. */
  /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/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 71 // converted to lowercase.
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/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...]
  /prebuilt/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...]
  /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
PhoneNumberOfflineGeocoder.java 166 * @param lang two-letter lowercase ISO language codes as defined by ISO 639-1
168 * are lowercase) ISO script codes as defined in ISO 15924
  /external/llvm/include/llvm/ADT/
StringExtras.h 29 static inline char hexdigit(unsigned X, bool LowerCase = false) {
30 const char HexChar = LowerCase ? 'a' : 'A';
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 214 out.startTag(null, "min-password-lowercase");
216 out.endTag(null, "min-password-lowercase");
310 } else if ("min-password-lowercase".equals(tag)) {
672 out.attribute(null, "lowercase", Integer.toString(mActivePasswordLowerCase));
1498 int lowercase = 0; local
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 226 /* lowercase */
286 /* lowercase/English */
294 /* lowercase/Turkish */
383 /* lowercase/English */
385 /* lowercase/Turkish */
  /external/icu4c/common/unicode/
ucasemap.h 146 * Do not lowercase non-initial parts of words when titlecasing.
150 * of a word and lowercase all other characters.
276 * Lowercase the characters in a UTF-8 string.
  /external/webkit/Source/WebCore/platform/graphics/
Color.cpp 192 appendByteAsHex(red(), builder, Lowercase);
193 appendByteAsHex(green(), builder, Lowercase);
194 appendByteAsHex(blue(), builder, Lowercase);
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPassword.java 298 int lowercase = 0; local
316 lowercase++;
336 } else if (lowercase < mPasswordMinLowerCase) {
  /external/icu4c/test/iotest/
strtst.c 83 u_sprintf(uStringBuf, "Lowercase unsigned hexadecimal integer x: %x", *n);
85 u_sscanf(uStringBuf, "Lowercase unsigned hexadecimal integer x: %x", newValuePtr);
104 u_sprintf(uStringBuf, "Lowercase float e: %e", myFloat);
106 u_sscanf(uStringBuf, "Lowercase float e: %le", newDoubleValuePtr);
118 u_sprintf(uStringBuf, "Lowercase float g: %g", myFloat);
120 u_sscanf(uStringBuf, "Lowercase float g: %lg", newDoubleValuePtr);
  /external/chromium/chrome/browser/autofill/
form_field.cc 27 // made these names lowercase since we convert labels and field names to
28 // lowercase before searching.

Completed in 2287 milliseconds

1 2 34 5 6 7 8 91011>>