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

12 3 4 5 6

  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/
alphanumeric.js 90 s = 'abcd*&^%$$';
94 String([s , 'abcd' , '%$$']), String(s.match(/(\w+)...(\W+)/)));
  /cts/tests/tests/text/src/android/text/method/cts/
QwertyKeyListenerTest.java 356 QwertyKeyListener.markAsReplaced(content, 0, content.length(), "abcd");
363 QwertyKeyListener.markAsReplaced(content, 1, 2, "abcd");
371 QwertyKeyListener.markAsReplaced(null, 1, 2, "abcd");
BaseKeyListenerTest.java 233 KeyEvent event = new KeyEvent(SystemClock.uptimeMillis(), "abcd",
NumberKeyListenerTest.java 132 str = new SpannableString("ABCD");
  /external/icu4c/test/intltest/
reptest.cpp 215 {0x0041, 0x0042, 0x0043, 0x0044, 0x0000, 0x0000}, // ABCD
216 {0x0061, 0x0062, 0x0063, 0x0064, 0x00DF, 0x0000}, // abcd\u00DF
217 {0x0061, 0x0042, 0x0043, 0x0044, 0x0000, 0x0000}, // aBCD
itercoll.cpp 123 source = "abcd";
347 UnicodeString source("abcd");
415 UnicodeString source("abcd");
  /dalvik/tools/
deadcode.py 49 # |[abcd] com/example/app/Class.method:(args)return
  /external/v8/test/mjsunit/
regexp-static.js 134 assertEquals('abcd', 'abcd'.replace(re, f));
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmAlphabetTest.java 251 GsmAlphabet.stringToGsm8BitUnpackedField("abcd", unpacked,
290 GsmAlphabet.stringToGsm8BitUnpackedField("abcd", unpacked,
  /packages/apps/Email/tests/src/com/android/email/
UtilityUnitTests.java 45 assertEquals("\"abcd\"", Utility.imapQuoted("abcd"));
  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 180 assertEquals("YWJjZA==\n", encodeToString("abcd", 0));
181 assertEquals("YWJjZA==", encodeToString("abcd", Base64.NO_WRAP));
182 assertEquals("YWJjZA\n", encodeToString("abcd", Base64.NO_PADDING));
183 assertEquals("YWJjZA", encodeToString("abcd", Base64.NO_PADDING | Base64.NO_WRAP));
184 assertEquals("YWJjZA==\r\n", encodeToString("abcd", Base64.CRLF));
185 assertEquals("YWJjZA\r\n", encodeToString("abcd", Base64.CRLF | Base64.NO_PADDING));
  /dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetTest.java 906 ByteBuffer bb = c1.encode(CharBuffer.wrap("abcd\u5D14efg"));
907 assertEquals(new String(bb.array(), "iso8859-1"), "abcd"
986 ByteBuffer bb = c1.encode("abcd\u5D14efg");
987 assertEquals(new String(bb.array(), "iso8859-1"), "abcd"
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StringBufferTest.java 150 assertSame(sb, sb.append((CharSequence) "abcd", 0, 2));
153 assertSame(sb, sb.append((CharSequence) "abcd", 2, 4));
160 sb.append((CharSequence) "abcd", -1, 2);
544 result = new StringBuffer("abcd").offsetByCodePoints(3, -1);
CharacterTest.java 644 result = Character.offsetByCodePoints("abcd", 3, -1);
715 .offsetByCodePoints("abcd".toCharArray(), 0, 4, 3, -1);
719 .offsetByCodePoints("abcd".toCharArray(), 1, 2, 3, -2);
753 Character.offsetByCodePoints("abcd".toCharArray(), -1, 4, 1, 1);
759 Character.offsetByCodePoints("abcd".toCharArray(), 0, -1, 1, 1);
765 Character.offsetByCodePoints("abcd".toCharArray(), 2, 4, 1, 1);
771 Character.offsetByCodePoints("abcd".toCharArray(), 1, 3, 0, 1);
777 Character.offsetByCodePoints("abcd".toCharArray(), 1, 1, 3, 1);
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays_byte.sgml 34 g_byte_array_append (gbarray, (guint8*) "abcd", 4);
  /external/icu4c/common/unicode/
ucnv_cb.h 41 * of SOURCE. For example, Suppose the string "ABCD" was being converted
  /external/sqlite/android/
PhoneNumberUtilsTest.cpp 137 EXPECT_NE("abcd", "bcde");
  /external/webkit/WebCore/icu/unicode/
ucnv_cb.h 41 * of SOURCE. For example, Suppose the string "ABCD" was being converted
  /external/icu4c/test/iotest/
strtst.c 338 Test_u_snprintf(0, "%s", "abcd", 4, "xxxxxxxxxxxxxx");
339 Test_u_snprintf(3, "%s", "abcd", 4, "abcxxxxxxxxxxx");
340 Test_u_snprintf(4, "%s", "abcd", 4, "abcdxxxxxxxxxx");
341 Test_u_snprintf(5, "%s", "abcd", 4, "abcd");
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
GeneralName.java 761 // 010a:020b:3337:1000:FFFA:ABCD:9999:0000
763 // 010a:020b:3337:1000:FFFA:ABCD:9999:0000/010a:020b:3337:1000:FFFA:ABCD:9999:1111
783 // (it is the situation like: ...ABCD:A:ABCD...)
788 // (it is the situation like: ... ABDC:AB:ABCD ...)
    [all...]
  /dalvik/libcore/json/src/test/java/org/json/
JSONTokenerTest.java 177 JSONTokener abcdTokener = new JSONTokener("ABCD");
428 assertEquals("ABCD", new JSONTokener("AB\\CDC").nextString('C'));
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureTest.java 81 MySignature1 s2 = new MySignature1("ABCD@#&^%$)(*&");
82 assertEquals("ABCD@#&^%$)(*&", s2.getAlgorithm());
  /external/icu4c/test/testdata/
ssearch.xml 338 <pre>abcd\r</pre><m>\u0301</m>
344 <pre>abcd\u0301</pre>
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
PrivateCredentialPermissionTest.java 123 PrivateCredentialPermission p4 = new PrivateCredentialPermission("C1 P1 \"abc\" P2 \"abcd\"", "read");
  /external/icu4c/i18n/
rbt.cpp 212 * e|abcd match rule 1 - change text & adjust start

Completed in 751 milliseconds

12 3 4 5 6