Searched refs:strSecond (Results 1 – 3 of 3) sorted by relevance
164 let strSecond = date.getSeconds() + ''; variable172 if (strSecond.length === 1) {173 strSecond = '0' + strSecond;175 this.curTime = strHour + ' : ' + strMin + ' : ' + strSecond;
387 string strSecond = "test for strsametext"; variable388 bool result = IsSameTextStr(strFirst, strSecond);391 strSecond = "test for strsametex";392 result = IsSameTextStr(strFirst, strSecond);
463 string strSecond = "test for strsametext"; in BENCHMARK_F() local464 bool result = IsSameTextStr(strFirst, strSecond); in BENCHMARK_F()467 strSecond = "test for strsametex"; in BENCHMARK_F()468 result = IsSameTextStr(strFirst, strSecond); in BENCHMARK_F()