HomeSort by relevance Sort by last modified time
    Searched full:uppercase (Results 1 - 25 of 418) 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/>
  /system/media/mca/filterpacks/text/java/
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/llvm/tools/llvmc/examples/mcc16/
Hooks.cpp 58 std::string UpperCase;
60 UpperCase.push_back(std::toupper(Partname[i]));
63 return "__" + 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...]
  /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;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
ios 23 using _STLP_NEW_IO_NAMESPACE::uppercase;
  /prebuilt/ndk/android-ndk-r6/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) {
  /prebuilt/linux-x86/toolchain/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. */
  /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/icu4c/tools/gencase/
gencase.h 76 UChar lowerCase[32], upperCase[32], titleCase[32];
88 UChar32 code, lowerCase, upperCase, titleCase;

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>