Searched refs:lastEndIndex (Results 1 – 2 of 2) sorted by relevance
1924 int lastEndIndex = index + oldChar32Size; in replace() local1925 index = indexOf(source, oldChar32, lastEndIndex); in replace()1926 resultIndex += newChar32Size + index - lastEndIndex; in replace()1972 int lastEndIndex = index + oldStrSize; in replace() local1973 index = indexOf(source, oldStr, lastEndIndex); in replace()1974 resultIndex += newStrSize + index - lastEndIndex; in replace()
1991 int lastEndIndex = index + oldChar32Size; in replace() local1992 index = indexOf(source, oldChar32, lastEndIndex); in replace()1993 resultIndex += newChar32Size + index - lastEndIndex; in replace()2040 int lastEndIndex = index + oldStrSize; in replace() local2041 index = indexOf(source, oldStr, lastEndIndex); in replace()2042 resultIndex += newStrSize + index - lastEndIndex; in replace()