Searched refs:testSwitch (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dstatements.js25 function testSwitch(v) { function
41 shouldBe("testSwitch(0)", "'abcd'");
42 shouldBe("testSwitch(1)", "'bcd'"); // IE agrees, NS disagrees
43 shouldBe("testSwitch(2)", "'d'");
44 shouldBe("testSwitch(false)", "''");
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c896 static uint32_t testSwitch(tst_strcoll* func, void *collator, int opts, uint32_t strength, const UChar *first, const UChar *second, const char* msg, UBool error) { function
991 UCAdiff += testSwitch(&ucaTest, (void *)UCA, 0, strength, first, second, refName, error);
992 /*Windiff += testSwitch(&winTest, (void *)lcid, 0, strength, first, second, "Win32");*/

Completed in 144 milliseconds