Lines Matching defs:TEST
16 TEST(CharInfoTest, validateInfoTable) { in TEST() function
42 TEST(CharInfoTest, isASCII) { in TEST() function
53 TEST(CharInfoTest, isAsciiIdentifierStart) { in TEST() function
73 TEST(CharInfoTest, isAsciiIdentifierContinue) { in TEST() function
93 TEST(CharInfoTest, isHorizontalWhitespace) { in TEST() function
115 TEST(CharInfoTest, isVerticalWhitespace) { in TEST() function
137 TEST(CharInfoTest, isWhitespace) { in TEST() function
159 TEST(CharInfoTest, isDigit) { in TEST() function
180 TEST(CharInfoTest, isHexDigit) { in TEST() function
201 TEST(CharInfoTest, isLetter) { in TEST() function
223 TEST(CharInfoTest, isLowercase) { in TEST() function
245 TEST(CharInfoTest, isUppercase) { in TEST() function
267 TEST(CharInfoTest, isAlphanumeric) { in TEST() function
289 TEST(CharInfoTest, isPunctuation) { in TEST() function
314 TEST(CharInfoTest, isPrintable) { in TEST() function
340 TEST(CharInfoTest, isPreprocessingNumberBody) { in TEST() function
361 TEST(CharInfoTest, isRawStringDelimBody) { in TEST() function
382 TEST(CharInfoTest, toLowercase) { in TEST() function
399 TEST(CharInfoTest, toUppercase) { in TEST() function
416 TEST(CharInfoTest, isValidAsciiIdentifier) { in TEST() function