Home
last modified time | relevance | path

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

/external/icu/icu4j/samples/src/main/java/com/ibm/icu/samples/text/messagepattern/
DMessagePatternDemo.java75 private static final void printFormat(String s, Object... args) { in printFormat() method in MessagePatternDemo
96 printFormat("a'{bc''de'f"); in main()
113 printFormat("Hello {0}!", "Alice"); in main()
117 printFormat(msg, "female", "Alice"); in main()
118 printFormat(msg, "male", "Bob"); in main()
119 printFormat(msg, "unknown", "sushifan3"); in main()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp295 const char *printDashes, const char *printFormat) { in darwinPrintSymbol() argument
356 format(printFormat, NValue).print(Str, sizeof(Str)); in darwinPrintSymbol()
628 const char *printBlanks, *printDashes, *printFormat; in sortAndPrintSymbolList() local
634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()
637 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList()
640 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList()
647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
650 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in sortAndPrintSymbolList()
653 printFormat = OutputFormat == posix ? "%" PRId64 : "%08" PRId64; in sortAndPrintSymbolList()
687 format(printFormat, I->Address) in sortAndPrintSymbolList()
[all …]
/external/skia/tests/
DEncodeTest.cpp571 auto printFormat = [](int f) { in DEF_TEST() local
581 ERRORF(r, "Failed to encode. Expected %s", printFormat(expected)); in DEF_TEST()
588 ERRORF(r, "Encode had an error %i. Expected %s", status, printFormat(expected)); in DEF_TEST()
593 ERRORF(r, "Expected %s encode, but got format %s", printFormat(expected), in DEF_TEST()
594 printFormat(features.format)); in DEF_TEST()