Searched refs:bozo (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/mjsunit/regress/ |
D | regress-2193.js | 30 function bozo() {}; function 34 return [1,2,3,3,4,5,6,7,8,9,bozo]; 44 var expected = [1,2,3,3,4,5,6,7,8,9,bozo];
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTest.java | 326 String bozo = (String)service.get(id, actualID); in TestAPI() local 327 if (bozo != null) { in TestAPI() 329 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI() 333 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.cpp | 780 UnicodeString* bozo = (UnicodeString*)service.get(id, &actualID, status); in testAPI_Two() local 781 if (bozo != NULL) { in testAPI_Two() 784 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two() 788 logln("found actual: " + *bozo + " with display name: " + displayName); in testAPI_Two() 791 delete bozo; in testAPI_Two()
|