HomeSort by relevance Sort by last modified time
    Searched full:messageformatter (Results 1 - 17 of 17) sorted by null

  /external/icu4c/test/intltest/
msfmrgts.cpp 91 MessageFormat *messageFormatter = new MessageFormat("", status);
97 messageFormatter->applyPattern(pattern[1], status);
106 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
112 messageFormatter->applyPattern(pattern[0], status);
113 failure(status, "messageFormatter->applyPattern");
122 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
124 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, pos, status);
131 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
147 delete messageFormatter;
180 MessageFormat *messageFormatter = new MessageFormat("", status)
    [all...]
  /development/tools/glesv2debugger/test/com/android/glesv2debugger/
MessageParserExTest.java 89 /** loopback testing of typical generated MessageFormatter and MessageParser */
103 String formatted = MessageFormatter.format(msg, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
MessageParserExTest.java 23 import com.android.ide.eclipse.gldebugger.MessageFormatter;
93 /** loopback testing of typical generated MessageFormatter and MessageParser */
107 String formatted = MessageFormatter.format(msg, false);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
CodeGen.java 47 s = MessageFormatter.format(msg, true).replace("arg7", "texData");
52 s = MessageFormatter.format(msg, true).replace("arg8", "texData");
56 code.write(MessageFormatter.format(msg, true));
61 s = "//" + MessageFormatter.format(msg, true) + "\n";
70 code.write(MessageFormatter.format(msg, true));
75 s = "//" + MessageFormatter.format(msg, true) + "\n";
126 final String s = MessageFormatter.format(msg, true);
199 s = MessageFormatter.format(msg, true);
420 code.write(MessageFormatter.format(msg, true));
644 String call = MessageFormatter.format(msg, true)
    [all...]
Context.java 343 objStr = MessageFormatter.format((Message) entry.obj, false);
431 MessageFormatter.format(val, false));
443 + MessageFormatter.format(msg, false));
MessageData.java 62 columns[2] += MessageFormatter.format(msg, false);
BreakpointOption.java 126 String call = MessageFormatter.format(msg, false);
GLServerState.java 179 System.out.println(MessageFormatter.format(msg, false));
MessageFormatter.java 23 public class MessageFormatter {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 47 s = MessageFormatter.format(msg, true).replace("arg7", "texData");
52 s = MessageFormatter.format(msg, true).replace("arg8", "texData");
56 code.write(MessageFormatter.format(msg, true));
61 s = "//" + MessageFormatter.format(msg, true) + "\n";
70 code.write(MessageFormatter.format(msg, true));
75 s = "//" + MessageFormatter.format(msg, true) + "\n";
126 final String s = MessageFormatter.format(msg, true);
199 s = MessageFormatter.format(msg, true);
420 code.write(MessageFormatter.format(msg, true));
644 String call = MessageFormatter.format(msg, true)
    [all...]
Context.java 343 objStr = MessageFormatter.format((Message) entry.obj, false);
427 MessageFormatter.format(val, false));
439 + MessageFormatter.format(msg, false));
MessageData.java 62 columns[2] += MessageFormatter.format(msg, false);
BreakpointOption.java 123 String call = MessageFormatter.format(msg, false);
GLServerState.java 179 System.out.println(MessageFormatter.format(msg, false));
MessageFormatter.java 23 public class MessageFormatter {
    [all...]
  /development/tools/glesv2debugger/
generate_MessageFormatter_java.py 33 output = open("src/com/android/glesv2debugger/MessageFormatter.java", "w")
59 public class MessageFormatter {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
generate_MessageFormatter_java.py 33 output = open("src/com/android/glesv2debugger/MessageFormatter.java", "w")
59 public class MessageFormatter {

Completed in 357 milliseconds