/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
WebAssemblyInstPrinter.cpp | 74 buf, /*hexDigits=*/0, /*upperCase=*/false, APFloat::rmNearestTiesToEven);
|
/external/toybox/kconfig/lxdialog/ |
dialog.h | 222 * -- uppercase chars are used to invoke the button (M_EVENT + 'O')
|
/external/v8/src/ |
unicode.h | 160 struct Uppercase {
|
/frameworks/base/core/java/android/content/pm/ |
VerifierDeviceIdentity.java | 157 /* Lowercase letters should be the same as uppercase for Base32 */
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
VerifierDeviceIdentityTest.java | 230 assertEquals("Lowercase should parse to be the same as uppercase", id1, id2);
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMimeTest.java | 100 assertNoActivityHandles("AUDIO/MP3"); // <--- look uppercase
|
/libcore/ojluni/src/main/java/java/util/ |
Formattable.java | 135 * FormattableFlags#UPPERCASE}, and {@link
|
/ndk/build/awk/ |
extract-debuggable.awk | 75 XML_TAG = toupper(XML_TAG); # uppercase it
|
extract-minsdkversion.awk | 72 XML_TAG = toupper(XML_TAG); # uppercase it
|
extract-package-name.awk | 76 XML_TAG = toupper(XML_TAG); # uppercase it
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
printf.h | 173 the format specifier is a uppercase character powers of 1000 are
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
printf.h | 173 the format specifier is a uppercase character powers of 1000 are
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
vcs_test.go | 94 // User names cannot have uppercase letters
|
/prebuilts/go/darwin-x86/src/encoding/hex/ |
hex_test.go | 41 // Case for decoding uppercase hex characters, since
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
xml_test.go | 111 <?xml version="1.0" encoding="x-testing-uppercase"?> 116 ProcInst{"xml", []byte(`version="1.0" encoding="x-testing-uppercase"`)}, 252 if charset != "x-testing-uppercase" { 276 const encoding = "x-testing-uppercase"
|
/prebuilts/go/linux-x86/src/cmd/go/ |
vcs_test.go | 94 // User names cannot have uppercase letters
|
/prebuilts/go/linux-x86/src/encoding/hex/ |
hex_test.go | 41 // Case for decoding uppercase hex characters, since
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
xml_test.go | 111 <?xml version="1.0" encoding="x-testing-uppercase"?> 116 ProcInst{"xml", []byte(`version="1.0" encoding="x-testing-uppercase"`)}, 252 if charset != "x-testing-uppercase" { 276 const encoding = "x-testing-uppercase"
|
/system/sepolicy/ |
README | 86 for the user, it is convention to specify tags and options in all uppercase
|
/system/tools/aidl/ |
generate_cpp.cpp | 90 string UpperCase(const std::string& s) { 299 "%s::%s", i_name.c_str(), UpperCase(method.GetName()).c_str()); 528 StatementBlock* b = s->AddCase("Call::" + UpperCase(method->GetName())); 693 UpperCase(method->GetName()),
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UCaseProps.java | 343 /* skip the uppercase and titlecase strings */ 532 * The last preceding base character was an uppercase I, and there is no 543 * - In [CoreProps], C has one of the properties Uppercase, or Lowercase 704 * The last preceding base character was an uppercase I, and there is no [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UCaseProps.java | 339 /* skip the uppercase and titlecase strings */ 528 * The last preceding base character was an uppercase I, and there is no 539 * - In [CoreProps], C has one of the properties Uppercase, or Lowercase 700 * The last preceding base character was an uppercase I, and there is no [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 543 *--suffix = flags & ios_base::uppercase ? 'E' : 'e'; 647 buf += inf_or_nan[flags & ios_base::uppercase ? 1 : 0]; 729 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'E' : 'e'; 735 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'F' : 'f'; 739 fmtbuf[i++] = (flags & ios_base::uppercase) ? 'G' : 'g'; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
UCharacter.java | 118 * - upper: isUUppercase(c) or hasBinaryProperty(c, UProperty.UPPERCASE) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Encodings.java | 151 * A fast and cheap way to uppercase a String that is 169 // a cheap and fast way to uppercase that is good enough
|