Searched refs:iStr (Results 1 – 1 of 1) sorted by relevance
70 size_t iStr = l1 - l2; in endsWith() local72 for(; iStr < l1; iStr++) { in endsWith()73 if (data[iStr] != other[iOther]) { in endsWith()