HomeSort by relevance Sort by last modified time
    Searched defs:str2 (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium/third_party/icu/source/test/iotest/
stream.cpp 61 UnicodeString str2 = UNICODE_STRING_SIMPLE(" <<"); local
101 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
  /external/grub/stage2/
boot.c 47 char *str = 0, *str2 = 0; local
89 str2 = "Multiboot";
128 str2 = "NetBSD";
133 str2 = "FreeBSD";
195 str2 = "FreeBSD";
203 str2 = "NetBSD";
490 printf (" [%s-%s", str2, str);
smp-imps.c 572 char str1[16], str2[16]; local
575 memcpy (str2, local_cth_ptr->prod_id, 12);
576 str2[12] = 0;
577 KERNEL_PRINT ((" OEM id: %s Product id: %s\n", str1, str2));
  /external/icu4c/test/intltest/
dtifmtts.cpp 937 UnicodeString str, str2; local
1214 UnicodeString str, str2; local
    [all...]
rbbiapts.cpp 247 UnicodeString str2="Second string."; local
258 CharacterIterator* text2= new StringCharacterIterator(str2);
259 CharacterIterator* text3= new StringCharacterIterator(str2, 3, 10, 3); // "ond str"
271 wordIter1->setText(str2);
280 TEST_ASSERT(tstr == str2);
    [all...]
caltest.cpp 45 UnicodeString str2; local
46 out += cal.getTimeZone().getDisplayName(str2);
1428 UnicodeString str, str2; local
    [all...]
tzregts.cpp 129 UnicodeString str, str2; local
186 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
190 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
194 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
    [all...]
dtfmttst.cpp 1681 UnicodeString str, str2; local
1785 UnicodeString str, str2; local
3149 UnicodeString str2; local
    [all...]
wbnf.cpp 1540 const char str2[] = "$p2 =(\\\\\\\\ $s $string $s)? 25%;"; local
    [all...]
  /external/icu4c/test/iotest/
stream.cpp 62 UnicodeString str2 = UNICODE_STRING_SIMPLE(" <<"); local
102 outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
  /external/libxml2/
error.c 429 * @str2: extra string info
445 const char *str2, const char *str3, int int1, int col,
581 if (str2 != NULL)
582 to->str2 = (char *) xmlStrdup((const xmlChar *) str2);
874 if (err->str2 != NULL)
875 xmlFree(err->str2);
946 char *message, *file, *str1, *str2, *str3; local
954 str2 = (char *) xmlStrdup ((xmlChar *) from->str2);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
PushbackInputStreamTest.java 295 String str2 = "0123456789"; local
296 byte[] buf2 = str2.getBytes();
309 assertEquals("Incorrect bytes read", str2, new String(readBuf));
344 String str2 = "0123456789"; local
345 byte[] buf2 = (str2 + str2 + str2).getBytes();
PushbackReaderTest.java 377 String str2 = "0123456789"; local
378 char[] buf2 = str2.toCharArray();
390 assertEquals("Incorrect bytes read", str2, new String(readBuf));
508 String str2 = "0123456789"; local
509 char[] buf2 = (str2 + str2 + str2).toCharArray();
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessTest.java 96 String str2 = "More data that serves the same purpose.\n"; local
  /dalvik/tests/074-gc-thrash/src/
Main.java 256 String str2; local
274 funStr = str2 = makeString(iteration);
  /external/v8/src/
flags.cc 139 const char* str2 = string_default(); local
140 if (str2 == NULL) return str1 == NULL;
141 if (str1 == NULL) return str2 == NULL;
142 return strcmp(str1, str2) == 0;
  /external/chromium/third_party/icu/source/test/intltest/
rbbiapts.cpp 252 UnicodeString str2="Second string."; local
263 CharacterIterator* text2= new StringCharacterIterator(str2);
264 CharacterIterator* text3= new StringCharacterIterator(str2, 3, 10, 3); // "ond str"
276 wordIter1->setText(str2);
285 TEST_ASSERT(tstr == str2);
    [all...]
caltest.cpp 44 UnicodeString str2; local
45 out += cal.getTimeZone().getDisplayName(str2);
1383 UnicodeString str, str2; local
    [all...]
tzregts.cpp 129 UnicodeString str, str2; local
186 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
190 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
194 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE"));
    [all...]
dtfmttst.cpp 1629 UnicodeString str, str2; local
1730 UnicodeString str, str2; local
3088 UnicodeString str2; local
    [all...]
wbnf.cpp 1540 const char str2[] = "$p2 =(\\\\\\\\ $s $string $s)? 25%;"; local
    [all...]
  /external/stlport/test/unit/
string_test.cpp 256 string const ref_short_str1("str1"), ref_short_str2("str2");
513 string str2("2345");
514 str0.insert(str0.size(), str2, 1, 2);
867 static string str2; local
872 str2 = "1234567890123456789012345678901234567890";
875 CPPUNIT_ASSERT(str2[29] == '0');
907 string str2; local
909 str2 = "abcdef";
910 CPPUNIT_ASSERT( str1.compare(str2) == 0 );
911 str2 = "abcde"
    [all...]
  /ndk/sources/android/stlport/test/unit/
string_test.cpp 256 string const ref_short_str1("str1"), ref_short_str2("str2");
513 string str2("2345");
514 str0.insert(str0.size(), str2, 1, 2);
867 static string str2; local
872 str2 = "1234567890123456789012345678901234567890";
875 CPPUNIT_ASSERT(str2[29] == '0');
907 string str2; local
909 str2 = "abcdef";
910 CPPUNIT_ASSERT( str1.compare(str2) == 0 );
911 str2 = "abcde"
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 1327 const uc16 str2[] = {'b', 'a', 'r', 'f', 'o', 'o'}; local
    [all...]
  /external/openssl/apps/
ca.c 1687 ASN1_STRING *str,*str2; local
    [all...]

Completed in 1441 milliseconds

12 3