Searched defs:IsRepeat (Results 1 – 4 of 4) sorted by relevance
780 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
785 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
11113 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
7527 bool IsRepeat = false; in resolveTargetShuffleInputsAndMask() local