Searched refs:Utf8LengthHelper (Results 1 – 2 of 2) sorted by relevance
894 static int Utf8LengthHelper(const char* s) { in Utf8LengthHelper() function1363 int kPrefixLen = Utf8LengthHelper(source_data[i].outer_prefix); in TEST()1364 int kInnerLen = Utf8LengthHelper(source_data[i].inner_source); in TEST()1365 int kSuffixLen = Utf8LengthHelper(source_data[i].outer_suffix); in TEST()3342 i::ScopedVector<char> program(Utf8LengthHelper(src) + 1); in TEST()3392 i::ScopedVector<char> program(Utf8LengthHelper(src) + 1); in TEST()3512 int prefix_len = Utf8LengthHelper(prefix); in TEST()3513 int midfix_len = Utf8LengthHelper(midfix); in TEST()3514 int suffix_len = Utf8LengthHelper(suffix); in TEST()3517 int outer_len = Utf8LengthHelper(outer); in TEST()[all …]
4684 class Utf8LengthHelper : public i::AllStatic { class4861 DISALLOW_IMPLICIT_CONSTRUCTORS(Utf8LengthHelper);4870 Utf8LengthHelper::Visitor::VisitFlat(str, &length, &state); in Utf8Length()4872 return Utf8LengthHelper::Calculate(cons_string); in Utf8Length()