Lines Matching defs:character
1292 /** Returns string with UTF8 character for current test case
1294 * @return String with UTF8 character
1296 const GLchar* Utils::getUtf8Character(Utils::UTF8_CHARACTERS character)
1307 switch (character)
3054 result = "as last character in source string, without null termination";
3060 result = "just before last character in part of source";
3063 result = "as last character in part string, without null termination";
3066 result = "just before last character in part string, without null termination";
3583 : GLSLTestBase(context, "utf8_characters", "UTF8 character used in comment or preprocessor")
3650 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Test case: utf8 character: "
4006 result = "as last character";
4057 << "Test case: utf8 character: " << Utils::getUtf8Character(m_character)