Searched refs:versionID1 (Results 1 – 2 of 2) sorted by relevance
304 char *versionID1 = new char[1+strlen(version1)]; // + 1 for zero byte in TestConstruction() local307 …strcpy(versionID1, "44.0"); // hardcoded, please change if the default.txt file or ResourceBundle… in TestConstruction()314 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()317 delete[] versionID1; in TestConstruction()
323 char *versionID1 = new char[1 + strlen(U_ICU_VERSION) + strlen(version1)]; // + 1 for zero byte in TestConstruction() local326 …strcpy(versionID1, "44.0"); // hardcoded, please change if the default.txt file or ResourceBundle… in TestConstruction()330 …getVersionNumber on default.txt returned ") + version1 + UnicodeString(" Expect: " ) + versionID1); in TestConstruction()333 if (strcmp(version1, versionID1) != 0) { in TestConstruction()334 errln("getVersionNumber(version1) failed. %s != %s", version1, versionID1); in TestConstruction()339 delete[] versionID1; in TestConstruction()