Searched refs:versionID1 (Results 1 – 2 of 2) sorted by relevance
280 char *versionID1 = new char[1+strlen(version1)]; // + 1 for zero byte in TestConstruction() local283 …strcpy(versionID1, "44.0"); // hardcoded, please change if the default.txt file or ResourceBundle… in TestConstruction()290 if (strcmp(version1, versionID1) != 0 || strcmp(version2, versionID2) != 0) in TestConstruction()293 delete[] versionID1; in TestConstruction()
281 char *versionID1 = new char[1 + strlen(U_ICU_VERSION) + strlen(version1)]; // + 1 for zero byte in TestConstruction() local284 …strcpy(versionID1, "44.0"); // hardcoded, please change if the default.txt file or ResourceBundle… in TestConstruction()288 …getVersionNumber on default.txt returned ") + version1 + UnicodeString(" Expect: " ) + versionID1); in TestConstruction()291 if (strcmp(version1, versionID1) != 0) { in TestConstruction()292 errln("getVersionNumber(version1) failed. %s != %s", version1, versionID1); in TestConstruction()297 delete[] versionID1; in TestConstruction()