HomeSort by relevance Sort by last modified time
    Searched defs:gotError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 891 UBool gotError = U_FAILURE(status);
893 desc.append(gotError ? " -> error" : " -> no error");
894 if (gotError) {
900 if (gotError == DATA[i].containsErrors) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 890 UBool gotError = U_FAILURE(status);
892 desc.append(gotError ? " -> error" : " -> no error");
893 if (gotError) {
899 if (gotError == DATA[i].containsErrors) {
    [all...]

Completed in 66 milliseconds