Searched refs:IsUpper (Results 1 – 19 of 19) sorted by relevance
38 EXPECT_FALSE(unilib.IsUpper(')')); in TEST()39 EXPECT_TRUE(unilib.IsUpper('A')); in TEST()40 EXPECT_TRUE(unilib.IsUpper('Z')); in TEST()59 EXPECT_FALSE(unilib.IsUpper(0x0211)); // SMALL R WITH DOUBLE GRAVE in TEST()60 EXPECT_TRUE(unilib.IsUpper(0x0212)); // CAPITAL R WITH DOUBLE GRAVE in TEST()61 EXPECT_TRUE(unilib.IsUpper(0x0391)); // GREEK CAPITAL ALPHA in TEST()62 EXPECT_TRUE(unilib.IsUpper(0x03AB)); // GREEK CAPITAL UPSILON W DIAL in TEST()63 EXPECT_FALSE(unilib.IsUpper(0x03AC)); // GREEK SMALL ALPHA WITH TONOS in TEST()
42 bool IsUpper(char32 codepoint) const;
59 bool UniLib::IsUpper(char32 codepoint) const { return u_isupper(codepoint); } in IsUpper() function in libtextclassifier2::UniLib
60 const bool starts_new_word = IsUpper(*p) || in ConvertIdentifierNameToWords()
112 const bool is_upper = unilib_.IsUpper(*token_unicode.begin()); in ExtractDenseFeatures()
396 function IsUpper(const C: Char): Boolean;426 function IsUpper(const C: Char): Boolean;
288 isCap = char.IsUpper(input[i]); in ToCamelCase()
1531 inline bool IsUpper(char ch) {
1539 inline bool IsUpper(char ch) {
1582 inline bool IsUpper(char ch) {
1674 inline bool IsUpper(char ch) {
1949 inline bool IsUpper(char ch) {
1678 inline bool IsUpper(char ch) {
2270 inline bool IsUpper(char ch) {
2315 inline bool IsUpper(char ch) {
2279 inline bool IsUpper(char ch) {
2781 inline bool IsUpper(char ch) {