Lines Matching refs:ToUC16Vector
3615 content.ToUC16Vector(), in Compile()
3775 pattern_content.ToUC16Vector(), in FindStringIndicesDispatch()
3781 Vector<const uc16> subject_vector = subject_content.ToUC16Vector(); in FindStringIndicesDispatch()
3800 Vector<const uc16> pattern_vector = pattern_content.ToUC16Vector(); in FindStringIndicesDispatch()
4249 seq_sub.ToUC16Vector(), in StringMatch()
4253 Vector<const uc16> pat_vector = seq_pat.ToUC16Vector(); in StringMatch()
4261 seq_sub.ToUC16Vector(), in StringMatch()
4357 position = StringMatchBackwards(sub_content.ToUC16Vector(), in RUNTIME_FUNCTION()
4362 Vector<const uc16> pat_vector = pat_content.ToUC16Vector(); in RUNTIME_FUNCTION()
4368 position = StringMatchBackwards(sub_content.ToUC16Vector(), in RUNTIME_FUNCTION()
6402 isolate->unicode_cache(), flat.ToUC16Vector(), radix); in RUNTIME_FUNCTION()
7743 Vector<const uc16> y_chars = y_content.ToUC16Vector(); in RUNTIME_FUNCTION()
7747 Vector<const uc16> x_chars = x_content.ToUC16Vector(); in RUNTIME_FUNCTION()
7752 Vector<const uc16> y_chars = y_content.ToUC16Vector(); in RUNTIME_FUNCTION()
9760 result = DateParser::Parse(str_content.ToUC16Vector(), in RUNTIME_FUNCTION()