Searched defs:printFormat (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/messagepattern/
H A DMessagePatternDemo.java73 private static final void printFormat(String s, Object... args) { method in class:MessagePatternDemo
94 printFormat("a'{bc''de'f");
111 printFormat("Hello {0}!", "Alice");
115 printFormat(msg, "female", "Alice");
116 printFormat(msg, "male", "Bob");
117 printFormat(msg, "unknown", "sushifan3");
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp239 const char *printDashes, const char *printFormat) {
304 format(printFormat, NValue).print(Str, sizeof(Str));
569 const char *printBlanks, *printDashes, *printFormat; local
573 printFormat = "%016" PRIx64;
577 printFormat = "%08" PRIx64;
618 format(printFormat, I->Address)
621 format(printFormat, I->Size).print(SymbolSizeStr, sizeof(SymbolSizeStr));
631 printFormat);
237 darwinPrintSymbol(SymbolicFile &Obj, SymbolListT::iterator I, char *SymbolAddrStr, const char *printBlanks, const char *printDashes, const char *printFormat) argument

Completed in 4959 milliseconds