Home
last modified time | relevance | path

Searched refs:result5 (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcitrtest.cpp287 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local
330 test7c->getText(result5); in TestConstructionAndEqualityUChariter()
332 if(result != UnicodeString(testText) || result4 != result || result5 != result) in TestConstructionAndEqualityUChariter()
337 test5->getText(result5); in TestConstructionAndEqualityUChariter()
338 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
341 test5->getText(result5); in TestConstructionAndEqualityUChariter()
342 if(result == result5 || result4 != result5) in TestConstructionAndEqualityUChariter()
345 test5->getText(result5); in TestConstructionAndEqualityUChariter()
346 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
/external/v8/test/cctest/
Dtest-api.cc20546 Local<Value> result5 = CompileRun("Object.getPrototypeOf(hidden)"); in THREADED_TEST() local
20547 CHECK(result5->Equals( in THREADED_TEST()