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()
90 size_t lastpos, pos; in Text() local94 for (lastpos = pos = 0; pos < length; pos++) { in Text()117 size_t size = nextpos - lastpos; in Text()119 std::string chunk = text.substr(lastpos, size).to_string(); in Text()122 } else if (str[lastpos] == kArgStart && str[nextpos - 1] == kArgEnd) { in Text()132 lastpos = nextpos; in Text()