Home
last modified time | relevance | path

Searched defs:formatArgs (Results 1 – 6 of 6) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java87 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException { in getString()
93 …public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFo… in getQuantityString()
DShadowFragment.java122 public final String getString(int resId, Object... formatArgs) { in getString()
DShadowContext.java55 public String getString(int resId, Object... formatArgs) { in getString()
/external/chromium_org/third_party/icu/source/test/intltest/
Dselfmts.cpp54 UnicodeString formatArgs[NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local
/external/icu4c/test/intltest/
Dselfmts.cpp55 UnicodeString formatArgs[NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
Dimage_editor.js1123 ImageEditor.Prompt.prototype.show = function(text, timeout, formatArgs) { argument
1135 ImageEditor.Prompt.prototype.showAt = function(pos, text, timeout, formatArgs) { argument