/external/parameter-framework/upstream/parameter/ |
FixedPointParameterType.cpp | 170 stream << std::hex << std::uppercase << std::setw(static_cast<int>(getSize()) * 2) 205 stream << "0x" << std::hex << std::uppercase
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/ |
swap.pass.cpp | 95 ios2.flags(std::ios::showpoint | std::ios::uppercase); 120 assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
|
/ndk/sources/host-tools/make-3.81/ |
acinclude.m4 | 97 dnl Make an uppercase version of a variable 98 dnl $1=uppercase($2)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 250 * - uppercase 305 /// Replaces certain lowercase letters with their uppercase equivalents 307 static const fmtflags uppercase = _S_uppercase; member in class:ios_base 873 /// Calls base.setf(ios_base::uppercase). 875 uppercase(ios_base& __base) function 877 __base.setf(ios_base::uppercase); 881 /// Calls base.unsetf(ios_base::uppercase). 885 __base.unsetf(ios_base::uppercase);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
ios_base.h | 250 * - uppercase 305 /// Replaces certain lowercase letters with their uppercase equivalents 307 static const fmtflags uppercase = _S_uppercase; member in class:ios_base 873 /// Calls base.setf(ios_base::uppercase). 875 uppercase(ios_base& __base) function 877 __base.setf(ios_base::uppercase); 881 /// Calls base.unsetf(ios_base::uppercase). 885 __base.unsetf(ios_base::uppercase);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
ios_base.h | 250 * - uppercase 305 /// Replaces certain lowercase letters with their uppercase equivalents 307 static const fmtflags uppercase = _S_uppercase; member in class:ios_base 873 /// Calls base.setf(ios_base::uppercase). 875 uppercase(ios_base& __base) function 877 __base.setf(ios_base::uppercase); 881 /// Calls base.unsetf(ios_base::uppercase). 885 __base.unsetf(ios_base::uppercase);
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
intconv.go | 56 // (lowercase hexadecimal), and 'X' (uppercase hexadecimal). 211 // 'd' (decimal), 'x' (lowercase hexadecimal), and 'X' (uppercase hexadecimal).
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
intconv.go | 53 // (lowercase hexadecimal), and 'X' (uppercase hexadecimal). 208 // 'd' (decimal), 'x' (lowercase hexadecimal), and 'X' (uppercase hexadecimal).
|
/prebuilts/go/darwin-x86/src/math/big/ |
intconv.go | 53 // (lowercase hexadecimal), and 'X' (uppercase hexadecimal). 208 // 'd' (decimal), 'x' (lowercase hexadecimal), and 'X' (uppercase hexadecimal).
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
intconv.go | 56 // (lowercase hexadecimal), and 'X' (uppercase hexadecimal). 211 // 'd' (decimal), 'x' (lowercase hexadecimal), and 'X' (uppercase hexadecimal).
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
intconv.go | 53 // (lowercase hexadecimal), and 'X' (uppercase hexadecimal). 208 // 'd' (decimal), 'x' (lowercase hexadecimal), and 'X' (uppercase hexadecimal).
|
/prebuilts/go/linux-x86/src/math/big/ |
intconv.go | 53 // (lowercase hexadecimal), and 'X' (uppercase hexadecimal). 208 // 'd' (decimal), 'x' (lowercase hexadecimal), and 'X' (uppercase hexadecimal).
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
ios_base.h | 250 * - uppercase 305 /// Replaces certain lowercase letters with their uppercase equivalents 307 static const fmtflags uppercase = _S_uppercase; member in class:ios_base 873 /// Calls base.setf(ios_base::uppercase). 875 uppercase(ios_base& __base) function 877 __base.setf(ios_base::uppercase); 881 /// Calls base.unsetf(ios_base::uppercase). 885 __base.unsetf(ios_base::uppercase);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
strop.so | |
/external/libcxx/include/ |
ios | 46 static constexpr fmtflags uppercase; 178 ios_base& uppercase (ios_base& str); 251 static const fmtflags uppercase = 0x4000; 884 uppercase(ios_base& __str) 886 __str.setf(ios_base::uppercase); 894 __str.unsetf(ios_base::uppercase);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ios | 46 static constexpr fmtflags uppercase; 178 ios_base& uppercase (ios_base& str); 251 static const fmtflags uppercase = 0x4000; 884 uppercase(ios_base& __str) 886 __str.setf(ios_base::uppercase); 894 __str.unsetf(ios_base::uppercase);
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ios | 46 static constexpr fmtflags uppercase; 178 ios_base& uppercase (ios_base& str); 251 static const fmtflags uppercase = 0x4000; 884 uppercase(ios_base& __str) 886 __str.setf(ios_base::uppercase); 894 __str.unsetf(ios_base::uppercase);
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 252 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ 253 case FieldDescriptor::CPPTYPE_##UPPERCASE : \ 654 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ 655 case FieldDescriptor::CPPTYPE_##UPPERCASE : \ 740 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ 741 case FieldDescriptor::CPPTYPE_##UPPERCASE : \ 786 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ 787 case FieldDescriptor::CPPTYPE_##UPPERCASE : \ 844 #define HANDLE_TYPE(UPPERCASE, LOWERCASE) \ 845 case FieldDescriptor::CPPTYPE_##UPPERCASE : [all...] |
/packages/apps/Email/res/values/ |
strings.xml | 145 <!-- On "Set up email" screen, hint for account email password text field, should be uppercase where applicable --> 151 <!-- Label for the authentication section, should be uppercase where applicable [CHAR LIMIT=20] --> 208 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 210 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 214 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 216 <!-- "Incoming server settings" screen, label for text field, should be uppercase where applicable --> 218 <!-- "Incoming server settings" screen, label for pop-up menu, should be uppercase where applicable --> 255 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> 257 <!-- On "Outgoing server settings" screen, label for text field, should be uppercase where applicable --> 259 <!-- On "Outgoing server settings" screen, label for pop-up menu, should be uppercase where applicable -- [all...] |
/external/icu/icu4c/source/common/ |
ucase.cpp | 292 /* skip the uppercase and titlecase strings */ 513 * The last preceding base character was an uppercase I, and there is no 524 * - In [CoreProps], C has one of the properties Uppercase, or Lowercase 715 * The last preceding base character was an uppercase I, and there is no [all...] |
/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 213 /* uppercase */ 300 /* uppercase/English */ 308 /* uppercase/Turkish */ 385 /* uppercase/English */ 387 /* uppercase/Turkish */
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-vax.texi | 86 @cindex symbols with uppercase, VAX/VMS 98 default mapping is to convert all lower case characters to uppercase and 101 characters are uppercase in the original symbol name.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UCharacterCaseTest.java | 65 * Testing the uppercase and lowercase function of UCharacter 205 // uppercase with root locale and in the same buffer 207 errln("Fail " + UPPER_BEFORE_ + " after uppercase should be " + 212 // uppercase with turkish locale and separate buffers 216 " after turkish-sensitive uppercase should be " + 221 // uppercase a short string with root locale [all...] |
/external/icu/icu4c/source/test/iotest/ |
strtst.c | 90 u_sprintf(uStringBuf, "Uppercase unsigned hexadecimal integer X: %X", *n); 92 u_sscanf(uStringBuf, "Uppercase unsigned hexadecimal integer X: %X", newValuePtr); 111 u_sprintf(uStringBuf, "Uppercase float E: %E", myFloat); 113 u_sscanf(uStringBuf, "Uppercase float E: %lE", newDoubleValuePtr); 125 u_sprintf(uStringBuf, "Uppercase float G: %G", myFloat); 127 u_sscanf(uStringBuf, "Uppercase float G: %lG", newDoubleValuePtr);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UCharacterCaseTest.java | 61 * Testing the uppercase and lowercase function of UCharacter 201 // uppercase with root locale and in the same buffer 203 errln("Fail " + UPPER_BEFORE_ + " after uppercase should be " + 208 // uppercase with turkish locale and separate buffers 212 " after turkish-sensitive uppercase should be " + 217 // uppercase a short string with root locale [all...] |