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

  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 70 std::string expected_string, arg_string;
71 expected->GetAsString(&expected_string);
74 << "' (expected '" << expected_string << "')"; local
  /external/icu4c/test/cintltst/
crestst.c 256 UChar* expected_string = NULL; local
385 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
386 u_strcpy(expected_string,base);
391 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
392 u_strcpy(expected_string,kERROR);
396 CONFIRM_EQ(string, expected_string);
398 free(expected_string);
    [all...]
creststn.c 1599 UChar* expected_string = NULL; local
    [all...]

Completed in 71 milliseconds