Home | History | Annotate | Download | only in runtime

Lines Matching full:pchar

152 template <typename schar, typename pchar>
154 Vector<const pchar> pattern, int idx) {
159 if (sizeof(schar) == 1 && sizeof(pchar) > 1) {
168 pchar pattern_first_char = pattern[0];