Searched refs:teststr (Results 1 – 6 of 6) sorted by relevance
/external/chromium/base/ |
D | pickle_unittest.cc | 16 const std::string teststr("Hello world"); // note non-aligned string length variable 33 EXPECT_EQ(teststr, outstr); in VerifyResult() 65 EXPECT_TRUE(pickle.WriteString(teststr)); in TEST()
|
/external/stlport/test/unit/ |
D | string_test.cpp | 891 string teststr("shortest"); in short_string_optim_bug() local 893 bool short_string_optim_bug_helper(string teststr); in short_string_optim_bug() 895 CPPUNIT_ASSERT(true == short_string_optim_bug_helper(teststr)); in short_string_optim_bug() 898 bool short_string_optim_bug_helper(string teststr) in short_string_optim_bug_helper() argument 900 size_t ss = teststr.size(); in short_string_optim_bug_helper()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | capitst.c | 455 UChar teststr[10]; in TestRuleBasedColl() local 514 teststr[0] = 0x0e40; in TestRuleBasedColl() 515 teststr[1] = 0x0e01; in TestRuleBasedColl() 516 teststr[2] = 0x0e2d; in TestRuleBasedColl() 527 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl() 528 iter2 = ucol_openElements(col2, teststr, 3, &status); in TestRuleBasedColl() 559 u_uastrcpy(teststr, "z"); in TestRuleBasedColl() 561 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) { in TestRuleBasedColl()
|
D | citertst.c | 949 UChar teststr[500]; in TestSmallBuffer() local 957 teststr[count ++] = 0x300; in TestSmallBuffer() 960 teststr[count ++] = 0x31A; in TestSmallBuffer() 966 testiter = ucol_openElements(coll, teststr, 500, &status); in TestSmallBuffer()
|
/external/icu4c/test/cintltst/ |
D | capitst.c | 465 UChar teststr[10]; in TestRuleBasedColl() local 524 teststr[0] = 0x0e40; in TestRuleBasedColl() 525 teststr[1] = 0x0e01; in TestRuleBasedColl() 526 teststr[2] = 0x0e2d; in TestRuleBasedColl() 537 iter1 = ucol_openElements(col1, teststr, 3, &status); in TestRuleBasedColl() 538 iter2 = ucol_openElements(col2, teststr, 3, &status); in TestRuleBasedColl() 569 u_uastrcpy(teststr, "z"); in TestRuleBasedColl() 571 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) { in TestRuleBasedColl()
|
D | citertst.c | 949 UChar teststr[500]; in TestSmallBuffer() local 957 teststr[count ++] = 0x300; in TestSmallBuffer() 960 teststr[count ++] = 0x31A; in TestSmallBuffer() 966 testiter = ucol_openElements(coll, teststr, 500, &status); in TestSmallBuffer()
|