Searched refs:IsUpper (Results 1 - 18 of 18) sorted by relevance

/external/libtextclassifier/util/utf8/
H A Dunilib_test.cc38 EXPECT_FALSE(unilib.IsUpper(')'));
39 EXPECT_TRUE(unilib.IsUpper('A'));
40 EXPECT_TRUE(unilib.IsUpper('Z'));
59 EXPECT_FALSE(unilib.IsUpper(0x0211)); // SMALL R WITH DOUBLE GRAVE
60 EXPECT_TRUE(unilib.IsUpper(0x0212)); // CAPITAL R WITH DOUBLE GRAVE
61 EXPECT_TRUE(unilib.IsUpper(0x0391)); // GREEK CAPITAL ALPHA
62 EXPECT_TRUE(unilib.IsUpper(0x03AB)); // GREEK CAPITAL UPSILON W DIAL
63 EXPECT_FALSE(unilib.IsUpper(0x03AC)); // GREEK SMALL ALPHA WITH TONOS
H A Dunilib-icu.h42 bool IsUpper(char32 codepoint) const;
H A Dunilib-icu.cc59 bool UniLib::IsUpper(char32 codepoint) const { return u_isupper(codepoint); } function in class:libtextclassifier2::UniLib
/external/google-breakpad/src/testing/src/
H A Dgmock-internal-utils.cc60 const bool starts_new_word = IsUpper(*p) ||
/external/googletest/googlemock/src/
H A Dgmock-internal-utils.cc60 const bool starts_new_word = IsUpper(*p) ||
/external/v8/testing/gmock/src/
H A Dgmock-internal-utils.cc60 const bool starts_new_word = IsUpper(*p) ||
/external/libtextclassifier/
H A Dtoken-feature-extractor.cc112 const bool is_upper = unilib_.IsUpper(*token_unicode.begin());
/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs288 isCap = char.IsUpper(input[i]);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas396 function IsUpper(const C: Char): Boolean;
426 function IsUpper(const C: Char): Boolean;
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1582 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1539 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1674 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1531 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1949 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2315 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h2279 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2270 inline bool IsUpper(char ch) { function in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2781 inline bool IsUpper(char ch) { function in namespace:std::tr1

Completed in 625 milliseconds