reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
554 for ( ; I != E; ++I) { 554 for ( ; I != E; ++I) { 555 if (Depth == 0 && *I == Target) return I; 555 if (Depth == 0 && *I == Target) return I; 556 if (Depth != 0 && *I == '}') Depth--; 558 if (*I == '%') { 559 I++; 560 if (I == E) break; 565 if (!isDigit(*I) && !isPunctuation(*I)) { 565 if (!isDigit(*I) && !isPunctuation(*I)) { 566 for (I++; I != E && !isDigit(*I) && *I != '{'; I++) ; 566 for (I++; I != E && !isDigit(*I) && *I != '{'; I++) ; 566 for (I++; I != E && !isDigit(*I) && *I != '{'; I++) ; 566 for (I++; I != E && !isDigit(*I) && *I != '{'; I++) ; 566 for (I++; I != E && !isDigit(*I) && *I != '{'; I++) ; 567 if (I == E) break; 568 if (*I == '{')