HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 576 - 600 of 7947) sorted by null

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/text/
MessageFormat.java 38 * inserts the formatted strings into the pattern at the appropriate places.
113 * comments in resource bundle source files) which strings will be processed by
115 * translated strings where the original version doesn't have them. <br>
338 transient private String[] strings; field in class:MessageFormat
430 this.strings = localStrings.toArray(new String[localStrings.size()]);
488 && Arrays.equals(strings, format.strings)
557 buffer.append(strings[i]);
600 if (maxOffset + 1 < strings.length) {
601 buffer.append(strings[maxOffset + 1])
    [all...]
  /external/icu/icu4c/source/test/cintltst/
bocu1tst.c 951 } strings[]={ variable in typeref:struct:__anon10063
992 /* text 1: each of strings[] once */
994 for(i=0; i<UPRV_LENGTHOF(strings); ++i) {
995 u_memcpy(text+length, strings[i].s, strings[i].length);
996 length+=strings[i].length;
1000 /* text 2: each of strings[] twice */
1002 for(i=0; i<UPRV_LENGTHOF(strings); ++i) {
1003 u_memcpy(text+length, strings[i].s, strings[i].length)
    [all...]
  /art/runtime/arch/mips/
memcmp16_mips.S 27 beq $a0,$a1,done /* strings are identical */
  /art/runtime/base/
to_str.h 25 // format strings.
  /art/test/021-string2/src/junit/framework/
ComparisonFailure.java 4 * Thrown when an assert equals for Strings failed.
  /art/test/082-inline-execute/src/junit/framework/
ComparisonFailure.java 4 * Thrown when an assert equals for Strings failed.
  /bionic/libc/bionic/
ffs.cpp 29 #include <strings.h>
  /cts/libs/vogar-expect/src/vogar/util/
Log.java 42 * Warns, and also puts a list of strings afterwards.
  /cts/tests/app/res/values/
arrays.xml 21 <string-array name="strings">
  /cts/tests/tests/content/res/values/
arrays.xml 21 <string-array name="strings">
  /cts/tests/tests/graphics/res/values/
arrays.xml 21 <string-array name="strings">
  /cts/tests/tests/provider/res/values/
arrays.xml 21 <string-array name="strings">
  /cts/tests/tests/view/res/values/
arrays.xml 21 <string-array name="strings">
  /cts/tests/tests/widget/res/values/
arrays.xml 21 <string-array name="strings">
  /cts/tools/signature-tools/src/signature/model/
IPrimitiveType.java 26 * strings:
  /dalvik/tools/dexdeps/
README.txt 24 and argument types are shown as descriptor strings.
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/res/values/
base-strings.xml 25 \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
  /development/samples/ApiDemos/src/com/example/android/apis/content/
_index.html 10 <dd>Demonstrates loading styled strings from a resource file, and extracting the raw text. </dd>
  /development/samples/HoneycombGallery/res/values/
strings.xml 29 <!-- Menu strings -->
  /development/samples/Obb/res/values/
strings.xml 17 <!-- This file contains resource definitions for displayed strings, allowing
  /development/samples/Spinner/res/values/
strings.xml 19 The string array "Planets" defines an array of 9 strings. The application loads
  /development/samples/browseable/BasicContactables/res/values/
base-strings.xml 25 \n\nQuery strings sent to the Contactables table will match both contact names and phone numbers,
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
Localizable.java 23 * Interface for localizable strings.
  /external/apache-xml/src/main/java/org/apache/xalan/res/
package.html 22 <p>Contains strings that require internationalization.<p>
  /external/apache-xml/src/main/java/org/apache/xpath/res/
package.html 22 <p>Contains strings for XPath support that require internationalization.<p>

Completed in 342 milliseconds

<<21222324252627282930>>