Home
last modified time | relevance | path

Searched refs:u_c (Results 1 – 3 of 3) sorted by relevance

/external/googletest/googletest/src/
Dgtest-printers.cc155 const char32_t u_c = ToChar32(c); in PrintAsCharLiteralTo() local
156 switch (u_c) { in PrintAsCharLiteralTo()
188 if (IsPrintableAscii(u_c)) { in PrintAsCharLiteralTo()
193 *os << "\\x" << std::hex << std::uppercase << static_cast<int>(u_c); in PrintAsCharLiteralTo()
/external/icu/icu4c/source/common/
Dmessagepattern.cpp60 static const UChar u_c=0x63; variable
1044 ((c=msg.charAt(index++))==u_c || c==u_C) && in isChoice()
1048 ((c=msg.charAt(index++))==u_c || c==u_C) && in isChoice()
1072 ((c=msg.charAt(index++))==u_c || c==u_C) && in isSelect()
/external/icu/icu4c/source/test/intltest/
Ducharstrietest.cpp418 u_c=0x63, enumerator
716 trie->next(u_c); in TestTruncatingIteratorFromLinearMatchLong()