/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
TextFormatter.java | 19 import java.text.MessageFormat; 27 private MessageFormat messageFormat; 32 if (useMessageFormat) messageFormat = new MessageFormat("", locale); 38 * {@link MessageFormat} is used to process the pattern, meaning that the actual arguments are properly localized with the 49 * It's worth noting that the rules for using single quotes within {@link MessageFormat} patterns have shown to be somewhat 52 * patterns. So, if you're used to MessageFormat's syntax, remember that with {@code TextFormatter} single quotes never need to 60 if (messageFormat != null) { 61 messageFormat.applyPattern(replaceEscapeChars(pattern)) [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
MessageFormat.java | 31 * {@icuenhanced java.text.MessageFormat}.{@icu _usage_} 33 * <p>MessageFormat produces concatenated messages in a language-neutral 37 * <p>A MessageFormat contains an array of <em>subformats</em> arranged 39 * template string determine how the MessageFormat will operate during 46 * <p>When formatting, MessageFormat takes a collection of arguments 51 * the MessageFormat to produce the final output string. 54 * <code>MessageFormat</code> differs from the other <code>Format</code> 55 * classes in that you create a <code>MessageFormat</code> object with one 57 * method). The factory methods aren't necessary because <code>MessageFormat</code> 63 * In ICU 3.8 MessageFormat supports named arguments. If a named argumen [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
OperationDialogFragment.java | 86 String messageFormat; 90 messageFormat = getString(R.string.copy_converted_warning_content); 96 messageFormat = getString(R.string.copy_failure_alert_content); 99 messageFormat = getString(R.string.delete_failure_alert_content); 102 messageFormat = getString(R.string.move_failure_alert_content); 118 builder.setMessage(Html.fromHtml(String.format(messageFormat, list.toString())));
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeUnitFormat.java | 277 MessageFormat pattern = (MessageFormat) (patternEntry.getValue())[styl]; 406 final MessageFormat messageFormat = new MessageFormat(pattern, locale); 416 pair[style] = messageFormat; 479 final MessageFormat messageFormat = new MessageFormat(pattern, locale); 485 pair[styl] = messageFormat; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeUnitFormat.java | 275 MessageFormat pattern = (MessageFormat) (patternEntry.getValue())[styl]; 404 final MessageFormat messageFormat = new MessageFormat(pattern, locale); 414 pair[style] = messageFormat; 477 final MessageFormat messageFormat = new MessageFormat(pattern, locale); 483 pair[styl] = messageFormat; [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/ |
JvmPlatform.java | 202 private static void checkConfiguration(boolean check, String messageFormat, Object... args) 205 throw new VirtualMachineException(String.format(messageFormat, args));
|
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbMessage.java | 144 public SmsCbMessage(int messageFormat, int geographicalScope, int serialNumber, 147 mMessageFormat = messageFormat;
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 133 protected String messageFormat; 285 log.debug("ANTLR: messageFormat : " + messageFormat); 323 tool.setMessageFormat(messageFormat);
|
/external/icu/icu4c/source/i18n/ |
tmutfmt.cpp | 202 // the value is a pair of MessageFormat* 203 MessageFormat** patterns = (MessageFormat**)valueTok.pointer; 206 MessageFormat* pattern = patterns[style]; 432 MessageFormat* messageFormat = new MessageFormat(pattern, getLocale(err), err); 434 MessageFormat** formatters = (MessageFormat**)countToPatterns->get(pluralCountUniStr); 436 formatters = (MessageFormat**)uprv_malloc(UTMUTFMT_FORMAT_STYLE_COUNT*sizeof(MessageFormat*)) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/ |
jdtCompilerAdapter.jar | |
/external/guice/core/src/com/google/inject/internal/ |
Errors.java | 415 public Errors errorInUserCode(Throwable cause, String messageFormat, Object... arguments) { 421 return addMessage(cause, messageFormat, arguments); 534 public Errors addMessage(String messageFormat, Object... arguments) { 535 return addMessage(null, messageFormat, arguments); 538 private Errors addMessage(Throwable cause, String messageFormat, Object... arguments) { 539 String message = format(messageFormat, arguments); 552 public static String format(String messageFormat, Object... arguments) { 556 return String.format(messageFormat, arguments);
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/ |
plexus-i18n-1.0-beta-7.jar | |
/external/replicaisland/src/com/replica/replicaisland/ |
MainMenuActivity.java | 356 String messageFormat = getResources().getString(R.string.control_setup_dialog_message); 357 String message = String.format(messageFormat, mSelectedControlsString);
|
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/ |
ThrowingProviderBinder.java | 488 String messageFormat, Object... args) { 490 binder.addError(messageFormat, args);
|
/external/dagger2/lib/ |
auto-factory-1.0-20150915.183854-35.jar | |
/prebuilts/tools/common/m2/repository/com/google/auto/factory/auto-factory/1.0-beta2/ |
auto-factory-1.0-beta2.jar | |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
sisu-guice-3.1.3-no_aop.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/ |
sisu-guice-3.1.0-no_aop.jar | |
sisu-guice-3.1.0.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7-noaop.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7-noaop.jar | |
/external/testng/lib-supplied/ |
guice-2.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-core.jar | |