/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
move.pass.cpp | 86 ios2.flags(std::ios::showpoint | std::ios::uppercase); 111 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
|
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
PrefixFileReader.java | 108 * @param script four-letter titlecase (the first letter is uppercase and the rest of the letters 110 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
|
/external/parameter-framework/upstream/parameter/ |
BitParameterType.cpp | 138 << "0x" << std::hex << std::uppercase; member in class:std 167 strStream << "0x" << std::hex << std::uppercase; member in class:std
|
/external/pdfium/core/src/fxge/freetype/ |
fx_freetype.c | 85 /* Exit if a non-uppercase hexadecimal character was found */ 104 /* If the name begins with `u', followed by four to six uppercase */
|
/external/protobuf/src/google/protobuf/ |
extension_set_heavy.cc | 320 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ 321 case FieldDescriptor::CPPTYPE_##UPPERCASE: \ 403 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ 404 case FieldDescriptor::TYPE_##UPPERCASE: \ 436 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, LOWERCASE) \ 437 case FieldDescriptor::TYPE_##UPPERCASE: \ 467 #define HANDLE_TYPE(UPPERCASE, CAMELCASE, VALUE) \ 468 case FieldDescriptor::TYPE_##UPPERCASE: \
|
/external/valgrind/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"
|
/frameworks/base/docs/html/ |
support.jd | 17 uppercase;border-bottom: 1px solid #CCC;margin: 0 0 20px;"> 55 uppercase;border-bottom: 1px solid #CCC;margin: 0 0 20px;">
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
IntegralToString.java | 450 public static StringBuilder appendByteAsHex(StringBuilder sb, byte b, boolean upperCase) { 451 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS; 457 public static String byteToHexString(byte b, boolean upperCase) { 458 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS; 465 public static String bytesToHexString(byte[] bytes, boolean upperCase) { 466 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS; 476 public static String intToHexString(int i, boolean upperCase, int minWidth) { 481 char[] digits = upperCase ? UPPER_CASE_DIGITS : DIGITS;
|
/frameworks/minikin/tools/ |
mk_hyb_file.py | 286 # lowercase maps to multi-character uppercase sequence, ignore uppercase for now 438 uppercase = [ch for ch in chs if not ch.islower()] 439 # print(val, `lowercase`, `uppercase`) 441 assert 0 <= len(uppercase) <= 1, 'expected 0 or 1 uppercase character' 443 result.append(''.join(lowercase + uppercase)) 531 # EXCEPTION for Armenian (hy), we don't really deal with the uppercase form of U+0587
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 133 ios2.flags(std::ios::showpoint | std::ios::uppercase); 167 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
|
move.pass.cpp | 84 ios2.flags(std::ios::showpoint | std::ios::uppercase); 109 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
PunycodeReference.java | 81 /* nonzero, in which case the uppercase form is used. The behavior */ 82 /* is undefined if flag is nonzero and digit d has no uppercase form. */ 92 /* (uppercase). The behavior is undefined if bcp is not a */ 100 /* if flag is zero, uppercase if flag is nonzero, and returns */ 371 /* Case of last character determines uppercase flag: */
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
PunycodeReference.java | 80 /* nonzero, in which case the uppercase form is used. The behavior */ 81 /* is undefined if flag is nonzero and digit d has no uppercase form. */ 91 /* (uppercase). The behavior is undefined if bcp is not a */ 99 /* if flag is zero, uppercase if flag is nonzero, and returns */ 370 /* Case of last character determines uppercase flag: */
|
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 433 * Returns a copy of the input string in which all {@linkplain #isUpperCase(char) uppercase ASCII 456 * uppercase ASCII characters} have been converted to lowercase. All other characters are copied 474 * If the argument is an {@linkplain #isUpperCase(char) uppercase ASCII character} returns the 483 * characters} have been converted to uppercase. All other characters are copied without 505 * lowercase ASCII characters} have been converted to uppercase. All other characters are copied 524 * uppercase equivalent. Otherwise returns the argument. 542 * Indicates whether {@code c} is one of the twenty-six uppercase ASCII alphabetic characters
|
/external/icu/icu4c/source/common/ |
punycode.cpp | 89 * range 0 to BASE-1. The lowercase form is used unless the uppercase flag is 90 * nonzero, in which case the uppercase form is used. 93 digitToBasic(int32_t digit, UBool uppercase) { 97 if(uppercase) { 140 asciiCaseMap(char b, UBool uppercase) { 141 if(uppercase) { 570 /* Case of last character determines uppercase flag: */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
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/curl/lib/ |
setup-vms.h | 188 /* Bug - VMS OpenSSL and Kerberos universal symbols are in uppercase only */ 189 /* VMS libraries should have universal symbols in exact and uppercase */ 369 /* VAX symbols are always in uppercase */
|
/external/guava/guava/src/com/google/common/net/ |
PercentEscaper.java | 42 * "%XX", where "XX" is the two-digit, uppercase, hexadecimal representation 49 * <p><b>Note:</b> This escaper produces uppercase hexadecimal sequences. From 51 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
PercentEscaper.java | 42 * where "XY" is the two-digit, uppercase, hexadecimal representation of the 60 * <b>Note</b>: This escaper produces uppercase hexidecimal sequences. From <a 62 * <i>"URI producers and normalizers should use uppercase hexadecimal digits for
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
PercentEscaper.java | 43 * "%XY", where "XY" is the two-digit, uppercase, hexadecimal representation 57 * <p><b>Note</b>: This escaper produces uppercase hexadecimal sequences. From 59 * <i>"URI producers and normalizers should use uppercase hexadecimal digits
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/ |
ctype.h | 50 _ISupper = _ISbit (0), /* UPPERCASE. */ 128 /* Return the uppercase version of C. */ 292 /* Return the uppercase version of C. */
|