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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/samples/case/
case.cpp 46 /* uppercase = "LATIN CAPITAL I WITH DOT ABOVE STANBUL" */
47 UChar uppercase[] = {0x0130, 0x53, 0x54, 0x41, 0x4e, 0x42, 0x55, 0x4C, 0}; local
49 UnicodeString upper(uppercase);
61 u_fprintf(out, "\n\nlowercase=%S, uppercase=%S\n", lowercase, uppercase);
72 uppercase */
  /external/webkit/LayoutTests/fast/encoding/
utf-32-big-endian-bom-expected.txt 3 This is an em dash, ?, this is is a delta symbol, ?, this is an uppercase pi, ?, and this is a lowercase pi, ?.
utf-32-big-endian-nobom-expected.txt 3 This is an em dash, ?, this is is a delta symbol, ?, this is an uppercase pi, ?, and this is a lowercase pi, ?.
utf-32-little-endian-bom-expected.txt 3 This is an em dash, ?, this is is a delta symbol, ?, this is an uppercase pi, ?, and this is a lowercase pi, ?.
utf-32-little-endian-nobom-expected.txt 3 This is an em dash, ?, this is is a delta symbol, ?, this is an uppercase pi, ?, and this is a lowercase pi, ?.
xml-utf-8-default-expected.txt 3 This is an em dash, ?, this is is a delta symbol, ?, this is an uppercase pi, ?, and this is a lowercase pi, ?.
xml-utf-8-default.xml 6 <p>This is an em dash, ?, this is is a delta symbol, ?, this is an uppercase pi, ?, and this is a lowercase pi, ?.</p>
  /external/icu4c/data/unidata/
DerivedCoreProperties.txt     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
HexNumber.h 29 Uppercase
44 inline void appendByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase)
52 inline void placeByteAsHexCompressIfPossible(unsigned char byte, T& destination, unsigned& index, HexConversionMode mode = Uppercase)
61 inline void placeByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase)
69 inline void appendUnsignedAsHex(unsigned number, T& destination, HexConversionMode mode = Uppercase)
83 inline void appendUnsignedAsHexFixedSize(unsigned number, T& destination, unsigned desiredDigits, HexConversionMode mode = Uppercase)
  /external/webkit/Source/WebCore/manual-tests/wml/
input-format.wml 11 Uppercase+non-numeric(AAA;size=8):<input name="upper" size="8" format="AAA"/><br/>
15 Uppercase+numeric+symbols(XXX):<input name="upper+" format="XXX"/><br/>
17 Uppercase+numeric+symbols(MMM):<input name="def_upper+" format="MMM"/><br/>
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
ToUpperCase.java 41 addOutputPort("uppercase", mOutputFormat);
52 pushOutput("uppercase", output);
  /external/svox/pico/lib/
picobase.h 91 * Converts the content of 'utf8str' to upperrcase and stores it on 'uppercase'
93 * @param uppercase : string converted to uppercase (output)
94 * @param uppercaseMaxLen : maximal number of bytes available in 'uppercase'
98 picoos_int32 picobase_uppercase_utf8_str (picoos_uchar utf8str[], picoos_char uppercase[], int uppercaseMaxLen, picoos_uint8 * done);
150 * returns TRUE if the input string is UTF8 and uppercase
153 * @return TRUE if string is UTF8 and uppercase
  /external/protobuf/src/google/protobuf/
extension_set.cc 214 #define PRIMITIVE_ACCESSORS(UPPERCASE, LOWERCASE, CAMELCASE) \
222 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, UPPERCASE); \
233 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
236 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, UPPERCASE); \
245 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \
253 GOOGLE_DCHECK_TYPE(iter->second, REPEATED, UPPERCASE); \
263 GOOGLE_DCHECK_EQ(cpp_type(extension->type), WireFormatLite::CPPTYPE_##UPPERCASE); \
268 GOOGLE_DCHECK_TYPE(*extension, REPEATED, UPPERCASE); \
600 #define HANDLE_TYPE(UPPERCASE, LOWERCASE, REPEATED_TYPE) \
601 case WireFormatLite::CPPTYPE_##UPPERCASE:
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
first-letter-text-transform-causes-crash.html 5 dt:first-letter{text-transform:uppercase;}
first-letter-block-form-controls-crash.html 6 text-transform: uppercase;
  /external/stlport/stlport/using/
ios 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
  /ndk/sources/cxx-stl/stlport/stlport/using/
ios 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
ios 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
ios 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/using/
ios 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
  /external/icu4c/test/intltest/
punyref.h 73 /* the corresponding Unicode character be forced to uppercase */
77 /* to uppercase or lowercase according to the corresponding */
78 /* uppercase flags. If case_flags is a null pointer then ASCII */
80 /* treated as if their uppercase flags were zero. The return */
102 /* the corresponding Unicode character be forced to uppercase */
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
EnglishInputProcessor.java 30 boolean upperCase, boolean realAction) {
42 if (upperCase) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wctype.h 74 __ISwupper = 0, /* UPPERCASE. */
87 _ISwupper = _ISwbit (__ISwupper), /* UPPERCASE. */
149 /* Test for any wide character that corresponds to an uppercase letter
194 /* Converts an uppercase letter to the corresponding lowercase letter. */
197 /* Converts an lowercase letter to the corresponding uppercase letter. */
268 /* Test for any wide character that corresponds to an uppercase letter
298 /* Converts an uppercase letter to the corresponding lowercase letter. */
301 /* Converts an lowercase letter to the corresponding uppercase letter. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h 74 __ISwupper = 0, /* UPPERCASE. */
87 _ISwupper = _ISwbit (__ISwupper), /* UPPERCASE. */
149 /* Test for any wide character that corresponds to an uppercase letter
194 /* Converts an uppercase letter to the corresponding lowercase letter. */
197 /* Converts an lowercase letter to the corresponding uppercase letter. */
268 /* Test for any wide character that corresponds to an uppercase letter
298 /* Converts an uppercase letter to the corresponding lowercase letter. */
301 /* Converts an lowercase letter to the corresponding uppercase letter. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
wctype.h 74 __ISwupper = 0, /* UPPERCASE. */
87 _ISwupper = _ISwbit (__ISwupper), /* UPPERCASE. */
149 /* Test for any wide character that corresponds to an uppercase letter
194 /* Converts an uppercase letter to the corresponding lowercase letter. */
197 /* Converts an lowercase letter to the corresponding uppercase letter. */
268 /* Test for any wide character that corresponds to an uppercase letter
298 /* Converts an uppercase letter to the corresponding lowercase letter. */
301 /* Converts an lowercase letter to the corresponding uppercase letter. */

Completed in 2231 milliseconds

1 2 3 4 5 6 7 8 91011>>