Home | History | Annotate | Download | only in Format

Lines Matching refs:Delimiter

924       StringRef Delimiter =
927 Postfix = Text.substr(Text.size() - 2 - Delimiter.size());
929 Postfix.substr(1).startswith(Delimiter);