Lines Matching refs:ToOneByteVector
3608 content.ToOneByteVector(), in Compile()
3757 Vector<const uint8_t> subject_vector = subject_content.ToOneByteVector(); in FindStringIndicesDispatch()
3760 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch()
3784 pattern_content.ToOneByteVector(); in FindStringIndicesDispatch()
4241 Vector<const uint8_t> pat_vector = seq_pat.ToOneByteVector(); in StringMatch()
4244 seq_sub.ToOneByteVector(), in StringMatch()
4256 seq_sub.ToOneByteVector(), in StringMatch()
4351 Vector<const uint8_t> pat_vector = pat_content.ToOneByteVector(); in RUNTIME_FUNCTION()
4353 position = StringMatchBackwards(sub_content.ToOneByteVector(), in RUNTIME_FUNCTION()
4364 position = StringMatchBackwards(sub_content.ToOneByteVector(), in RUNTIME_FUNCTION()
6399 isolate->unicode_cache(), flat.ToOneByteVector(), radix); in RUNTIME_FUNCTION()
6685 reinterpret_cast<const char*>(flat_content.ToOneByteVector().start()), in ConvertCase()
6909 Vector<const uint8_t> chars = content.ToOneByteVector(); in RUNTIME_FUNCTION()
7738 Vector<const uint8_t> x_chars = x_content.ToOneByteVector(); in RUNTIME_FUNCTION()
7740 Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in RUNTIME_FUNCTION()
7749 Vector<const uint8_t> y_chars = y_content.ToOneByteVector(); in RUNTIME_FUNCTION()
9755 result = DateParser::Parse(str_content.ToOneByteVector(), in RUNTIME_FUNCTION()