HomeSort by relevance Sort by last modified time
    Searched refs:print_utf8 (Results 1 - 9 of 9) sorted by null

  /external/libcups/cups/
testi18n.c 107 static void print_utf8(const char *msg, const cups_utf8_t *src);
284 print_utf8(" utf8latin", utf8latin);
285 print_utf8(" utf8dest", utf8dest);
291 print_utf8(" utf8latin", utf8latin);
292 print_utf8(" utf8dest", utf8dest);
335 print_utf8(" utf8greek", utf8greek);
336 print_utf8(" utf8dest", utf8dest);
342 print_utf8(" utf8greek", utf8greek);
343 print_utf8(" utf8dest", utf8dest);
381 print_utf8(" utf8japan", utf8japan)
587 print_utf8(const char *msg, \/* I - Message String *\/ function
    [all...]
  /external/googletest/googletest/src/
gtest-printers.cc 426 if (GTEST_FLAG(print_utf8)) {
435 if (GTEST_FLAG(print_utf8)) {
gtest-internal-inl.h 90 const char kPrintUTF8Flag[] = "print_utf8";
171 print_utf8_ = GTEST_FLAG(print_utf8);
193 GTEST_FLAG(print_utf8) = print_utf8_;
    [all...]
gtest.cc 280 print_utf8,
281 internal::BoolFromGTestEnv("print_utf8", true),
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-printers.cc 427 if (GTEST_FLAG(print_utf8)) {
436 if (GTEST_FLAG(print_utf8)) {
gtest-internal-inl.h 89 const char kPrintUTF8Flag[] = "print_utf8";
170 print_utf8_ = GTEST_FLAG(print_utf8);
192 GTEST_FLAG(print_utf8) = print_utf8_;
    [all...]
gtest.cc 293 print_utf8,
294 internal::BoolFromGTestEnv("print_utf8", true),
    [all...]
  /external/googletest/googletest/include/gtest/
gtest.h 140 GTEST_DECLARE_bool_(print_utf8);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 136 GTEST_DECLARE_bool_(print_utf8);
    [all...]

Completed in 836 milliseconds