HomeSort by relevance Sort by last modified time
    Searched refs:TestString (Results 1 - 10 of 10) sorted by null

  /external/stlport/test/eh/
test_string.cpp 30 typedef EH_STD::basic_string<char, EH_STD::char_traits<char>, eh_allocator(char) > TestString;
33 container_category(const TestString&)
39 TestString testString, testString2;
42 while ( testString.size() < ropeSize ) {
43 TestString::value_type x = TestString::value_type(random_number(random_base)) ; // initialize before use
44 testString.append(1, x );
45 testString2.append(1, TestString::value_type() );
47 WeakCheck( testString, test_insert_one<TestString>(testString) )
    [all...]
  /external/icu4c/test/intltest/
tsmthred.h 42 void TestString();
utxttest.h 44 void TestString(const UnicodeString &s);
utxttest.cpp 82 // being carried out in another function, TestString().
87 TestString("abcd\\U00010001xyz");
88 TestString("");
91 TestString("\\U00010001");
92 TestString("abc\\U00010001");
93 TestString("\\U00010001abc");
106 TestString(s);
117 TestString(s);
151 TestString(s);
156 // TestString() Run a suite of UText tests on a string
    [all...]
tsmthred.cpp 179 name = "TestString";
181 TestString();
    [all...]
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.h 51 void TestString();
json_schema_validator_unittest_base.cc 78 TestString();
400 void JSONSchemaValidatorTestBase::TestString() {
  /external/skia/tests/
StringTest.cpp 37 static void TestString(skiatest::Reporter* reporter) {
142 DEFINE_TESTCLASS("String", StringTestClass, TestString)
  /external/icu4c/test/cintltst/
putiltst.c 490 static void TestString(void)
520 addTest(root, &TestString, "putiltst/TestString");
  /external/icu4c/test/iotest/
strtst.c 21 static void TestString(void) {
788 addTest(root, &TestString, "string/TestString");

Completed in 377 milliseconds