HomeSort by relevance Sort by last modified time
    Searched full:uppercase (Results 51 - 75 of 436) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/bluetooth/glib/glib/
guniprop.c 317 * Determines if a character is uppercase.
319 * Return value: %TRUE if @c is an uppercase character
555 * Converts a character to uppercase.
557 * Return value: the result of converting @c to uppercase.
574 * do not have an uppercase equivalent, in which case val will be
615 /* Not all uppercase letters are guaranteed to have a lowercase
639 * If @c is not an uppercase or lowercase character,
900 * do not have an uppercase equivalent, in which case val will be
926 * to uppercase. The exact manner that this is done depends
932 * converted to uppercase.
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
oracle11.php 68 //Put ORACLE reserved keywords here (11i). I like mine uppercase.
567 1 => 'color: #993333; font-weight: bold; text-transform: uppercase;'
oracle8.php 64 //Put ORACLE reserved keywords here (8.1.7). I like mine uppercase.
448 1 => 'color: #993333; font-weight: bold; text-transform: uppercase;'
  /external/valgrind/main/none/tests/x86/
bug126147-x86.c 59 %ebp = if uppercase is set, then %ebp is 'A'-10 else %ebp is 'a'-10
80 " cmpl $0x0, 36(%esp) # check for uppercase\n"
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 108 # use uppercase. We always convert to uppercase for consistency.
  /frameworks/base/docs/html/guide/topics/security/
index.jd 11 <p style="text-transform:uppercase;"><b style="color:#666;font-size:14px;">Blog Articles</b></p>
37 <p style="text-transform:uppercase;"><b style="color:#666;font-size:14px;">Training</b></p>
  /frameworks/base/docs/html/
support.jd 14 <h3 style="font-size: 14px;line-height: 21px;color: #555;text-transform: uppercase;border-bottom: 1px solid #CCC;margin: 0 0 20px;">Code-Level Support</h3>
40 uppercase;border-bottom: 1px solid #CCC;margin: 0 0 20px;">Google Play Support</h3>
  /libcore/luni/src/main/java/java/lang/
IntegralToString.java 457 public static StringBuilder appendByteAsHex(StringBuilder sb, byte b, boolean upperCase) {
458 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS;
464 public static String byteToHexString(byte b, boolean upperCase) {
465 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS;
472 public static String bytesToHexString(byte[] bytes, boolean upperCase) {
473 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS;
483 public static String intToHexString(int i, boolean upperCase, int minWidth) {
488 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKey.java 144 public void changeCase(boolean upperCase) {
146 if (upperCase)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 258 * - uppercase
313 /// Replaces certain lowercase letters with their uppercase equivalents
315 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
877 /// Calls base.setf(ios_base::uppercase).
879 uppercase(ios_base& __base) function
881 __base.setf(ios_base::uppercase);
885 /// Calls base.unsetf(ios_base::uppercase).
889 __base.unsetf(ios_base::uppercase);
locale_facets.h 215 * @brief Convert to uppercase.
217 * This function converts the argument to uppercase if possible.
222 * @return The uppercase char_type if convertible, else @a c.
229 * @brief Convert array to uppercase.
232 * uppercase if possible. Other elements remain untouched. It does so
432 * @brief Convert to uppercase.
434 * This virtual function converts the char_type argument to uppercase
443 * @return The uppercase char_type if convertible, else @a c.
449 * @brief Convert array to uppercase.
452 * to uppercase if possible. Other elements remain untouched
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 258 * - uppercase
313 /// Replaces certain lowercase letters with their uppercase equivalents
315 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
877 /// Calls base.setf(ios_base::uppercase).
879 uppercase(ios_base& __base) function
881 __base.setf(ios_base::uppercase);
885 /// Calls base.unsetf(ios_base::uppercase).
889 __base.unsetf(ios_base::uppercase);
locale_facets.h 215 * @brief Convert to uppercase.
217 * This function converts the argument to uppercase if possible.
222 * @return The uppercase char_type if convertible, else @a c.
229 * @brief Convert array to uppercase.
232 * uppercase if possible. Other elements remain untouched. It does so
432 * @brief Convert to uppercase.
434 * This virtual function converts the char_type argument to uppercase
443 * @return The uppercase char_type if convertible, else @a c.
449 * @brief Convert array to uppercase.
452 * to uppercase if possible. Other elements remain untouched
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 258 * - uppercase
313 /// Replaces certain lowercase letters with their uppercase equivalents
315 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
877 /// Calls base.setf(ios_base::uppercase).
879 uppercase(ios_base& __base) function
881 __base.setf(ios_base::uppercase);
885 /// Calls base.unsetf(ios_base::uppercase).
889 __base.unsetf(ios_base::uppercase);
locale_facets.h 215 * @brief Convert to uppercase.
217 * This function converts the argument to uppercase if possible.
222 * @return The uppercase char_type if convertible, else @a c.
229 * @brief Convert array to uppercase.
232 * uppercase if possible. Other elements remain untouched. It does so
432 * @brief Convert to uppercase.
434 * This virtual function converts the char_type argument to uppercase
443 * @return The uppercase char_type if convertible, else @a c.
449 * @brief Convert array to uppercase.
452 * to uppercase if possible. Other elements remain untouched
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 258 * - uppercase
313 /// Replaces certain lowercase letters with their uppercase equivalents
315 static const fmtflags uppercase = _S_uppercase; member in class:ios_base
877 /// Calls base.setf(ios_base::uppercase).
879 uppercase(ios_base& __base) function
881 __base.setf(ios_base::uppercase);
885 /// Calls base.unsetf(ios_base::uppercase).
889 __base.unsetf(ios_base::uppercase);
locale_facets.h 215 * @brief Convert to uppercase.
217 * This function converts the argument to uppercase if possible.
222 * @return The uppercase char_type if convertible, else @a c.
229 * @brief Convert array to uppercase.
232 * uppercase if possible. Other elements remain untouched. It does so
432 * @brief Convert to uppercase.
434 * This virtual function converts the char_type argument to uppercase
443 * @return The uppercase char_type if convertible, else @a c.
449 * @brief Convert array to uppercase.
452 * to uppercase if possible. Other elements remain untouched
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 406 * Returns a copy of the input string in which all {@linkplain #isUpperCase(char) uppercase ASCII
420 * If the argument is an {@linkplain #isUpperCase(char) uppercase ASCII character} returns the
429 * characters} have been converted to uppercase. All other characters are copied without
443 * uppercase equivalent. Otherwise returns the argument.
459 * Indicates whether {@code c} is one of the twenty-six uppercase ASCII alphabetic characters
  /external/protobuf/src/google/protobuf/
generated_message_reflection.cc 225 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
226 case FieldDescriptor::CPPTYPE_##UPPERCASE : \
435 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
436 case FieldDescriptor::CPPTYPE_##UPPERCASE : \
516 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
517 case FieldDescriptor::CPPTYPE_##UPPERCASE : \
562 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
563 case FieldDescriptor::CPPTYPE_##UPPERCASE : \
606 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
607 case FieldDescriptor::CPPTYPE_##UPPERCASE :
    [all...]
  /external/icu4c/common/
punycode.c 86 * range 0 to BASE-1. The lowercase form is used unless the uppercase flag is
87 * nonzero, in which case the uppercase form is used.
90 digitToBasic(int32_t digit, UBool uppercase) {
94 if(uppercase) {
137 asciiCaseMap(char b, UBool uppercase) {
138 if(uppercase) {
566 /* Case of last character determines uppercase flag: */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 216 * @brief Convert to uppercase.
218 * This function converts the argument to uppercase if possible.
223 * @return The uppercase char_type if convertible, else @a c.
230 * @brief Convert array to uppercase.
233 * uppercase if possible. Other elements remain untouched. It does so
433 * @brief Convert to uppercase.
435 * This virtual function converts the char_type argument to uppercase
444 * @return The uppercase char_type if convertible, else @a c.
450 * @brief Convert array to uppercase.
453 * to uppercase 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 216 * @brief Convert to uppercase.
218 * This function converts the argument to uppercase if possible.
223 * @return The uppercase char_type if convertible, else @a c.
230 * @brief Convert array to uppercase.
233 * uppercase if possible. Other elements remain untouched. It does so
433 * @brief Convert to uppercase.
435 * This virtual function converts the char_type argument to uppercase
444 * @return The uppercase char_type if convertible, else @a c.
450 * @brief Convert array to uppercase.
453 * to uppercase if possible. Other elements remain untouched
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 50 _ISupper = _ISbit (0), /* UPPERCASE. */
118 /* Return the uppercase version of C. */
266 /* Return the uppercase version of C. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 50 _ISupper = _ISbit (0), /* UPPERCASE. */
118 /* Return the uppercase version of C. */
266 /* Return the uppercase version of C. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 50 _ISupper = _ISbit (0), /* UPPERCASE. */
118 /* Return the uppercase version of C. */
266 /* Return the uppercase version of C. */

Completed in 1767 milliseconds

1 23 4 5 6 7 8 91011>>