Home | History | Annotate | Download | only in src

Lines Matching refs:is_ascii

151   static ByteArray* IrregexpByteCode(FixedArray* re, bool is_ascii);
152 static Code* IrregexpNativeCode(FixedArray* re, bool is_ascii);
158 static bool CompileIrregexp(Handle<JSRegExp> re, bool is_ascii);
159 static inline bool EnsureCompiledIrregexp(Handle<JSRegExp> re, bool is_ascii);
257 void AddCaseEquivalents(ZoneList<CharacterRange>* ranges, bool is_ascii);
815 void MakeCaseIndependent(bool is_ascii);
1332 Analysis(bool ignore_case, bool is_ascii)
1334 is_ascii_(is_ascii),
1397 bool is_ascii);