HomeSort by relevance Sort by last modified time
    Searched full:strings (Results 26 - 50 of 3020) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/common/
usetiter.cpp 43 * <br>You are guaranteed that the codepoints are in sorted order, and the strings are in sorted order,
44 * and that all code points are returned before any strings are returned.
62 string = (const UnicodeString*) set->strings->elementAt(nextString++);
70 * <br>Note that the codepoints are in sorted order, and the strings are in sorted order,
71 * and that all code points are returned before any strings are returned.
72 * <br>You are guaranteed that the ranges are in sorted order, and the strings are in sorted order,
73 * and that all ranges are returned before any strings are returned.
95 string = (const UnicodeString*) set->strings->elementAt(nextString++);
117 stringCount = set->strings->size();
  /development/tools/findunused/
findunusedtranslations 4 print STDERR "Usage: findunusedtranslations values/strings.xml\n";
6 print STDERR "Will read values/strings.xml and rewrite\n";
7 print STDERR "values-xx/strings.xml and values-xx-rYY/strings.xml\n";
8 print STDERR "files to remove strings that no longer appear in the\n";
9 print STDERR "base strings file.\n";
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 22 * Strings are comparable, and this comparator allows
25 * is used to sort Strings by an encoding scheme such
27 * handy if one need to sort Strings by an encoded
56 * Compares two strings based not on the strings
58 * strings using the StringEncoder this Comparator
  /dalvik/libcore/text/src/main/java/java/text/
DateFormatSymbols.java 90 * Locale, necessary to lazily load time zone strings. We force the time
97 * Gets zone strings, initializing them if necessary. Does not create
225 // Quick check that may keep us from having to load the zone strings.
230 // Make sure zone strings are loaded.
252 * Returns the array of strings which represent AM and PM. Use the
256 * @return an array of strings.
263 * Returns the array of strings which represent BC and AD. Use the
267 * @return an array of strings.
284 * Returns the array of strings containing the full names of the months. Use
288 * @return an array of strings
    [all...]
  /cts/tools/dex-tools/src/dex/structure/
DexMethod.java 27 * Returns a list of strings representing the types of the parameters of
30 * @return a list of strings representing the types of the parameters of
  /development/samples/Compass/res/values/
strings.xml 17 <!-- This file contains resource definitions for displayed strings, allowing
21 <!-- Simple strings. -->
  /external/dbus/test/data/valid-messages/
emptiness.message 1 # Empty arrays and strings
10 BYTE 0 # Strings need to be NULL-terminated
  /frameworks/base/opengl/tests/gl2_java/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /frameworks/base/opengl/tests/gl2_jni/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /frameworks/base/opengl/tests/gl_jni/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /frameworks/base/opengl/tests/gldual/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /frameworks/base/opengl/tests/testPauseResume/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /ndk/samples/hello-gl2/res/values/
strings.xml 21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /dalvik/libcore/luni/src/main/java/java/io/
package.html 11 data streams as streams of chars, strings or even objects.
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArraysTest.java 511 String[] strings = new String[] { "a", "B", "c", "D" }; local
512 Arrays.sort(strings, String.CASE_INSENSITIVE_ORDER);
513 assertEquals(0, Arrays.binarySearch(strings, "a",
515 assertEquals(0, Arrays.binarySearch(strings, "A",
517 assertEquals(1, Arrays.binarySearch(strings, "b",
519 assertEquals(1, Arrays.binarySearch(strings, "B",
521 assertEquals(2, Arrays.binarySearch(strings, "c",
523 assertEquals(2, Arrays.binarySearch(strings, "C",
525 assertEquals(3, Arrays.binarySearch(strings, "d",
527 assertEquals(3, Arrays.binarySearch(strings, "D"
    [all...]
  /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>
  /external/qemu/android/utils/
misc.h 19 ** prints a list of strings in row/column format
23 extern void print_tabular( const char** strings, int count,
28 ** converts one character into another in strings
39 /** TEMP CHAR STRINGS
  /external/webkit/WebKit/gtk/po/
POTFILES 1 # List of source files which contain translatable strings.
  /frameworks/base/tools/localize/testdata/
config.xml 11 <reject file="samples/NotePad/res/values/strings.xml" name="string:menu_delete">
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERUTF8String.java 5 import org.bouncycastle.util.Strings;
66 this.string = Strings.fromUTF8ByteArray(string);
102 out.writeEncoded(UTF8_STRING, Strings.toUTF8ByteArray(string));
  /external/freetype/src/sfnt/
ttbdf.c 55 bdf->strings = NULL;
87 FT_ULong strings = FT_NEXT_ULONG ( p ); local
93 strings < 8 ||
94 ( strings - 8 ) / 4 < num_strikes ||
95 strings + 1 > length )
101 bdf->strings = bdf->table + strings;
102 bdf->strings_size = length - strings;
122 if ( strike > bdf->strings )
205 (const char*)bdf->strings + name_offset
    [all...]
  /external/quake/res/values/
strings.xml 3 /* //device/apps/Quake/res/strings.xml
21 <!-- This file contains resource definitions for displayed strings, allowing
25 <!-- Simple strings. -->
  /external/skia/include/views/
SkSystemEventTypes.h 21 The goal of these strings is two-fold:
22 1) make funny strings (containing at least one char < 32) to avoid colliding with "user" strings
  /system/core/libacc/tests/
runtimeTest.cpp 91 char** strings = new char*[numPragmaStrings]; local
92 accGetPragmas(script, NULL, numPragmaStrings, strings);
94 fprintf(stderr, "#pragma %s(%s)\n", strings[i], strings[i+1]);
96 delete[] strings;
  /external/stlport/test/unit/
istmit_test.cpp 101 vector<string> strings; local
109 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
110 CPPUNIT_ASSERT( strings.size() == 2 );
111 CPPUNIT_ASSERT( strings[0] == "AA" );
112 CPPUNIT_ASSERT( strings[1] == "BB" );
113 strings.clear();
123 * again it fails as int can be converted to strings.
130 copy_n(istream_string_ite(istr), 2, back_inserter(strings));
131 CPPUNIT_ASSERT( strings.size() == 2 );
132 CPPUNIT_ASSERT( strings[0] == "CC" )
    [all...]

Completed in 184 milliseconds

12 3 4 5 6 7 8 91011>>