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

1 2 34 5 6 7 8 91011>>

  /build/tools/droiddoc/templates-sdk/assets/design/
default.scss 267 text-transform: uppercase;
324 text-transform: uppercase;
361 text-transform: uppercase;
436 text-transform: uppercase;
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 87 info3.addFileSuffix("TXT"); // uppercase 'TXT'
  /development/samples/training/device-management-policy/res/layout/
activity_policy_setup.xml 61 <!-- Minimum password uppercase characters -->
activity_view_policy.xml 58 <!-- Minimum password uppercase characters -->
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSortKey.java 95 // country - uppercase two-letter ISO-3166 code
  /external/chromium/base/
environment.cc 28 // Some commonly used variable names are uppercase while others
  /external/icu4c/common/
punycode.h 84 * The caller should uppercase (TRUE) or lowercase (FASLE)
ucase.c 290 /* skip the uppercase and titlecase strings */
487 * The last preceding base character was an uppercase I, and there is no
498 * - In [CoreProps], C has one of the properties Uppercase, or Lowercase
689 * The last preceding base character was an uppercase I, and there is no
    [all...]
  /external/regex-re2/doc/
syntax.txt 126 \ux uppercase «x» NOT SUPPORTED
201 Lu uppercase letter
332 \u uppercase NOT SUPPORTED vim
333 \U not uppercase NOT SUPPORTED vim
  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 134 (p <= L('Z') && p >= L('A')) || /* uppercase alpha */
  /gdk/build/awk/
xml.awk 60 XML_TAG = toupper(XML_TAG); # uppercase it
144 # XML_TAG: name of the tag, always in UPPERCASE!
241 # The tag is later extracted and converted to uppercase with:
245 # XML_TAG = toupper(XML_TAG); # conver to uppercase
  /ndk/build/awk/
xml.awk 60 XML_TAG = toupper(XML_TAG); # uppercase it
144 # XML_TAG: name of the tag, always in UPPERCASE!
241 # The tag is later extracted and converted to uppercase with:
245 # XML_TAG = toupper(XML_TAG); # conver to uppercase
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 64 // compareTo sorts uppercase first. We know that there are no non-case
  /external/astl/include/
ios_base.h 128 // uppercase: Replaces certain lowercase letters with their upppercase
144 static const fmtflags uppercase = android::ios_baseflags_uppercase; member in class:std::ios_base
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
MappingFileProvider.java 149 * @param script four-letter titlecase (the first letter is uppercase and the rest of the letters
151 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
  /external/srec/portable/include/
ptypes.h 340 * Converts LCHAR character to uppercase.
434 * Converts LCHAR character to uppercase.
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.c 140 size_t len, int uppercase)
148 ret = os_snprintf(pos, end - pos, uppercase ? "%02X" : "%02x",
  /ndk/sources/host-tools/make-3.81/
acinclude.m4 97 dnl Make an uppercase version of a variable
98 dnl $1=uppercase($2)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
ios_base.h 252 * - uppercase
307 /// Replaces certain lowercase letters with their uppercase equivalents
309 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
875 /// Calls base.setf(ios_base::uppercase).
877 uppercase(ios_base& __base) function
879 __base.setf(ios_base::uppercase);
883 /// Calls base.unsetf(ios_base::uppercase).
887 __base.unsetf(ios_base::uppercase);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
ios_base.h 252 * - uppercase
307 /// Replaces certain lowercase letters with their uppercase equivalents
309 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
875 /// Calls base.setf(ios_base::uppercase).
877 uppercase(ios_base& __base) function
879 __base.setf(ios_base::uppercase);
883 /// Calls base.unsetf(ios_base::uppercase).
887 __base.unsetf(ios_base::uppercase);
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 213 out.startTag(null, "min-password-uppercase");
215 out.endTag(null, "min-password-uppercase");
311 } else if ("min-password-uppercase".equals(tag)) {
684 out.attribute(null, "uppercase", Integer.toString(mActivePasswordUpperCase));
1502 int uppercase = 0; local
    [all...]
  /external/icu4c/samples/ustring/
ustring.cpp 215 /* uppercase */
302 /* uppercase/English */
310 /* uppercase/Turkish */
387 /* uppercase/English */
389 /* uppercase/Turkish */
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.12-1.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
179 // LATIN SMALL LETTER N PRECEDED BY APOSTROPHE, uppercase takes two code points
15.5.4.12-5.js 31 string, unless that character has a Unicode 2.0 uppercase equivalent, in which
32 case the uppercase equivalent is used instead. (The canonical Unicode 2.0 case
175 // LATIN SMALL LETTER N PRECEDED BY APOSTROPHE, uppercase takes two code points
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 239 reportCompare(expect, actual, 'Array.map: uppercase');
252 reportCompare(expect, actual, 'Array.map: uppercase with object callback');
276 reportCompare(expect, actual, 'Array.map: uppercase on sparse array');

Completed in 1088 milliseconds

1 2 34 5 6 7 8 91011>>