Home | History | Annotate | Download | only in Basic

Lines Matching defs:TEST

17 TEST(CharInfoTest, validateInfoTable) {
43 TEST(CharInfoTest, isASCII) {
54 TEST(CharInfoTest, isIdentifierHead) {
74 TEST(CharInfoTest, isIdentifierBody) {
94 TEST(CharInfoTest, isHorizontalWhitespace) {
116 TEST(CharInfoTest, isVerticalWhitespace) {
138 TEST(CharInfoTest, isWhitespace) {
160 TEST(CharInfoTest, isDigit) {
181 TEST(CharInfoTest, isHexDigit) {
202 TEST(CharInfoTest, isLetter) {
224 TEST(CharInfoTest, isLowercase) {
246 TEST(CharInfoTest, isUppercase) {
268 TEST(CharInfoTest, isAlphanumeric) {
290 TEST(CharInfoTest, isPunctuation) {
315 TEST(CharInfoTest, isPrintable) {
341 TEST(CharInfoTest, isPreprocessingNumberBody) {
362 TEST(CharInfoTest, isRawStringDelimBody) {
383 TEST(CharInfoTest, toLowercase) {
400 TEST(CharInfoTest, toUppercase) {
417 TEST(CharInfoTest, isValidIdentifier) {