Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dselfmts.cpp54 UnicodeString formatArgs[NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local
157 selFmt->format( formatArgs[j], result , ignore , status); in selectFormatUnitTest()
159 …ln("ERROR: SelectFormat Unit test failed in format() with argument: "+ formatArgs[j] + " and error… in selectFormatUnitTest()
162 …it test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result … in selectFormatUnitTest()
/external/icu4c/test/intltest/
Dselfmts.cpp55 UnicodeString formatArgs[NUM_OF_FORMAT_ARGS] = { in selectFormatUnitTest() local
155 selFmt->format( formatArgs[j], result , ignore , status); in selectFormatUnitTest()
157 …ln("ERROR: SelectFormat Unit test failed in format() with argument: "+ formatArgs[j] + " and error… in selectFormatUnitTest()
160 …it test failed in format() with unexpected result\n with argument: "+ formatArgs[j] + "\n result … in selectFormatUnitTest()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowResources.java87 public String getString(int id, Object... formatArgs) throws Resources.NotFoundException { in getString() argument
89 return String.format(Locale.ENGLISH, raw, formatArgs); in getString()
93 …public String getQuantityString(int id, int quantity, Object... formatArgs) throws Resources.NotFo… in getQuantityString() argument
95 return String.format(Locale.ENGLISH, raw, formatArgs); in getQuantityString()
DShadowFragment.java122 public final String getString(int resId, Object... formatArgs) { in getString() argument
126 return activity.getString(resId, formatArgs); in getString()
DShadowContext.java55 public String getString(int resId, Object... formatArgs) { in getString() argument
56 return realContext.getResources().getString(resId, formatArgs); in getString()
/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