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

  /frameworks/base/tools/aapt2/text/
Unicode_test.cpp 44 TEST(UnicodeTest, IsJavaIdentifier) {
45 EXPECT_TRUE(IsJavaIdentifier("FøøBar_12"));
46 EXPECT_TRUE(IsJavaIdentifier("Føø$Bar"));
48 EXPECT_FALSE(IsJavaIdentifier("12FøøBar"));
49 EXPECT_FALSE(IsJavaIdentifier("_FøøBar"));
50 EXPECT_FALSE(IsJavaIdentifier("$Føø$Bar"));
54 EXPECT_TRUE(IsJavaIdentifier("FøøBar"));
Unicode.h 49 bool IsJavaIdentifier(const android::StringPiece& str);
Unicode.cpp 80 bool IsJavaIdentifier(const StringPiece& str) {

Completed in 1302 milliseconds