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

12 3 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormattableFlagsTest.java 28 assertEquals(2, FormattableFlags.UPPERCASE);
  /external/iptables/extensions/
libxt_sctp.man 20 (lowercase means flag should be "off", uppercase means "on")
  /libcore/luni/src/test/java/tests/api/java/util/
FormattableFlagsTest.java 28 assertEquals(2, FormattableFlags.UPPERCASE);
  /external/kernel-headers/original/asm-mips/
regdef.h 21 #define AT $1 /* assembler temp - uppercase because of ".set at" */
60 #define AT $at /* assembler temp - uppercase because of ".set at" */
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 256 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \
257 case FieldDescriptor::CPPTYPE_##UPPERCASE: \
335 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \
336 case FieldDescriptor::TYPE_##UPPERCASE: \
368 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \
369 case FieldDescriptor::TYPE_##UPPERCASE: \
399 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, VALUE) \
400 case FieldDescriptor::TYPE_##UPPERCASE: \
  /external/chromium/chrome/browser/autocomplete/
history_provider.h 40 // * Converting drive letters in file URLs to uppercase
  /external/icu4c/samples/props/
props.cpp 41 printf(" is lowercase: %d uppercase: U+%04lx\n", u_islower(codePoint), u_toupper(codePoint));
  /external/webkit/Source/WebCore/editing/
FindOptions.h 35 // an uppercase letter followed by a lowercase or non-letter. Accepts several other intra-word matches.
  /sdk/eclipse/
dictionary.txt 310 uppercase
  /external/bluetooth/glib/gobject/
glib-mkenums.1 95 The enum name with words uppercase and word-separated by underscores (e.g. PREFIX_THE_XENUM).
98 The enum name with words uppercase and word-separated by underscores, prefix stripped (e.g. THE_XENUM).
101 The enum value name currently being processed with words uppercase and word-separated by underscores,
  /external/icu4c/test/intltest/
punyref.c 72 /* nonzero, in which case the uppercase form is used. The behavior */
73 /* is undefined if flag is nonzero and digit d has no uppercase form. */
83 /* (uppercase). The behavior is undefined if bcp is not a */
89 /* if flag is zero, uppercase if flag is nonzero, and returns */
288 /* Case of last character determines uppercase flag: */
  /external/bluetooth/glib/docs/reference/gobject/
glib-mkenums.1 157 The enum name with words uppercase and word\-separated by underscores (e\&.g\&. PREFIX_THE_XENUM)\&.
162 The enum name with words uppercase and word\-separated by underscores, prefix stripped (e\&.g\&. THE_XENUM)\&.
167 The enum value name currently being processed with words uppercase and word\-separated by underscores, this is the assumed literal notation of enum values in the C sources (e\&.g\&. PREFIX_THE_XVALUE)\&.
glib-mkenums.xml 169 The enum name with words uppercase and word-separated by underscores
177 The enum name with words uppercase and word-separated by underscores,
185 The enum value name currently being processed with words uppercase and
  /development/samples/training/device-management-policy/res/values/
strings.xml 25 <string name="setup_password_uppercase">Set min. pw. uppercase</string>
  /external/icu4c/common/
uinvchar.h 53 * Get the ordinal number of an uppercase invariant character
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoder.java 184 * description if the phone number comes from this region. It is a two-letter uppercase ISO
227 * description if the phone number comes from this region. It is a two-letter uppercase ISO
245 * @param script four-letter titlecase (the first letter is uppercase and the rest of the letters
247 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
  /external/libvpx/examples/includes/geshi/geshi/
abap.php     [all...]
  /external/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 93 void setActivePasswordState(int quality, int length, int letters, int uppercase, int lowercase,
  /libcore/luni/src/main/java/java/util/
Formattable.java 37 * {@code FormattableFlags.UPPERCASE}, and {@code FormattableFlags.ALTERNATE}. If
FormattableFlags.java 49 public static final int UPPERCASE = 2;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 81 _STLP_STATIC_CONSTANT(int, uppercase = 0x4000);
297 inline ios_base& _STLP_CALL uppercase(ios_base& __s) function
298 { __s.setf(ios_base::uppercase); return __s;}
301 { __s.unsetf(ios_base::uppercase); return __s;}

Completed in 2556 milliseconds

12 3 4 5 6 7 8 91011>>