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

  /external/icu4c/test/intltest/
dadrcal.cpp 291 UnicodeString thisString = (UnicodeString)"#"+n+" "+(forward ? "forward"
308 errln((UnicodeString)"FAIL: "+thisString
312 errln("FAIL: "+thisString+" SOURCE calendar Failed to match: "
315 logln("PASS: "+thisString+" SOURCE calendar match.");
330 errln((UnicodeString)"FAIL: "+thisString
334 errln("FAIL: "+thisString+" SET SOURCE calendar Failed to match: "
337 logln("PASS: "+thisString+" SET SOURCE calendar match.");
350 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs
358 errln("FAIL: "+thisString+" Failed to match: "+u_errorName(status));
360 logln("PASS: "+thisString+" match.")
    [all...]
  /external/icu4c/common/
bytestriebuilder.cpp 113 StringPiece thisString=getString(strings);
115 int32_t lengthDiff=thisString.length()-otherString.length();
118 commonLength=thisString.length();
122 int32_t diff=uprv_memcmp(thisString.data(), otherString.data(), commonLength);
  /dalvik/vm/
Jni.cpp 881 char thisString[32] = { 0 };
884 sprintf(thisString, "this=0x%08x ", *sp++);
904 ALOGI("-> %s %s%s %s(%s)", className.c_str(), method->name, signature, thisString, argsString);
    [all...]

Completed in 179 milliseconds