HomeSort by relevance Sort by last modified time
    Searched refs:Uppercase (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
CommonLib.h 105 IN BOOLEAN Uppercase
CommonLib.c 429 IN BOOLEAN Uppercase
442 Uppercase - If use upper case.
462 if (Uppercase) {
  /external/v8/src/parsing/
func-name-inferrer.cc 29 if (!name->IsEmpty() && unibrow::Uppercase::Is(name->FirstCharacter())) {
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/testingpkg/
tests_test.go 56 func TestOKSuffix(*testing.T) {} // OK because first char after "Test" is Uppercase.
58 func TestÜnicodeWorks(*testing.T) {} // OK because the first char after "Test" is Uppercase.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/testingpkg/
tests_test.go 56 func TestOKSuffix(*testing.T) {} // OK because first char after "Test" is Uppercase.
58 func TestÜnicodeWorks(*testing.T) {} // OK because the first char after "Test" is Uppercase.
  /system/tools/hidl/utils/include/hidl-util/
StringHelper.h 43 // UPPERCASE
44 static std::string Uppercase(const std::string &in);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.h 144 IN BOOLEAN Uppercase
CommonLib.c 493 IN BOOLEAN Uppercase
506 Uppercase - If use upper case.
526 if (Uppercase) {
  /system/tools/hidl/utils/
StringHelper.cpp 25 #define UPPERCASE "[A-Z0-9]+"
28 static const std::regex kStartUppercase("^" UPPERCASE);
34 std::string StringHelper::Uppercase(const std::string &in) {
129 components[i] = Uppercase(components[i]);
  /external/v8/src/
unicode.h 172 struct Uppercase {
unicode.cc 379 // Uppercase: point.category == 'Lu'
528 bool Uppercase::Is(uchar c) {
    [all...]
  /system/tools/hidl/
generateCpp.cpp 86 guard += StringHelper::Uppercase(mPackage.tokenName());
88 guard += StringHelper::Uppercase(baseName);
    [all...]
main.cpp     [all...]

Completed in 2445 milliseconds