Searched refs:kExpectedText (Results 1 – 1 of 1) sorted by relevance
1214 static constexpr const char* kExpectedText[kPageCount] = { in TEST_F() local1246 int expected_char_count = strlen(kExpectedText[i]); in TEST_F()1256 check_unsigned_shorts(kExpectedText[i], buffer, expected_char_count)); in TEST_F()1469 constexpr char kExpectedText[] = "A1\r\nA2\r\nA3"; in TEST_F() local1470 constexpr size_t kExpectedTextSize = FX_ArraySize(kExpectedText); in TEST_F()1507 check_unsigned_shorts(kExpectedText, buffer, kExpectedTextSize)); in TEST_F()