Searched refs:next_index (Results 1 – 6 of 6) sorted by relevance
122 int next_index = classPathString.indexOf(separator, index); in classPath() local123 if (next_index < 0) in classPath()125 next_index = classPathString.length(); in classPath()130 new ClassPathEntry(new File(classPathString.substring(index, next_index)), in classPath()136 index = next_index + 1; in classPath()
747 size_t next_index = source_index + 1; // return value = item after source in RemoveSubsequentMatchesOf() local766 if (static_cast<size_t>(next - matches->begin()) < next_index) in RemoveSubsequentMatchesOf()767 next_index--; in RemoveSubsequentMatchesOf()769 return next_index; in RemoveSubsequentMatchesOf()
445 static guint next_index = 0; in g_static_private_set() local470 private_key->index = ++next_index; in g_static_private_set()
571 next_index = i + 1572 if next_index < end and parts[next_index].name == '::':
2610 int next_index = i + 1; in ParseReplacementPattern() local2611 if (next_index == length) { // No next character! in ParseReplacementPattern()2614 Char c2 = characters[next_index]; in ParseReplacementPattern()2619 parts->Add(ReplacementPart::ReplacementSubString(last, next_index)); in ParseReplacementPattern()2620 last = next_index + 1; // Continue after the second "$". in ParseReplacementPattern()2623 last = next_index; in ParseReplacementPattern()2625 i = next_index; in ParseReplacementPattern()2632 i = next_index; in ParseReplacementPattern()2640 i = next_index; in ParseReplacementPattern()2648 i = next_index; in ParseReplacementPattern()[all …]
568 int next_index() const;825 int TileSet::next_index() const {1252 newIndex = tileSet_->next_index();