Searched refs:lastpos (Results 1 – 2 of 2) sorted by relevance
43 size_t lastpos, pos; in text() local47 for (lastpos = pos = 0; pos < length; pos++) { in text()70 size_t size = nextpos - lastpos; in text()72 String16 chunk = String16(text, size, lastpos); in text()75 } else if (str[lastpos] == k_arg_start && in text()86 lastpos = nextpos; in text()
85 size_t lastpos, pos; in text() local89 for (lastpos = pos = 0; pos < length; pos++) { in text()112 size_t size = nextpos - lastpos; in text()114 std::u16string chunk = text.substr(lastpos, size).toString(); in text()117 } else if (str[lastpos] == k_arg_start && str[nextpos - 1] == k_arg_end) { in text()127 lastpos = nextpos; in text()