Searched refs:IndexFormatSpecifier (Results 1 – 1 of 1) sorted by relevance
54 const char *const IndexFormatSpecifier = "%i"; variable94 current = source.find(IndexFormatSpecifier, last); in Format()99 last = current + strlen(IndexFormatSpecifier); in Format()114 std::string::size_type pos = source.find(IndexFormatSpecifier); in IsValid()118 pos = source.find(IndexFormatSpecifier, pos + 1); in IsValid()