Home
last modified time | relevance | path

Searched refs:utf8_check (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_map_field.cc235 bool utf8_check = string_key || string_value; in GenerateSerializeWithCachedSizesToArray() local
236 if (utf8_check) { in GenerateSerializeWithCachedSizesToArray()
Dcpp_message.cc1043 auto utf8_check = GetUtf8CheckMode(descriptor_->field(0), options_); in GenerateClassDefinition() local
1045 utf8_check != NONE) { in GenerateClassDefinition()
1046 if (utf8_check == STRICT) { in GenerateClassDefinition()
1055 GOOGLE_CHECK(utf8_check == VERIFY); in GenerateClassDefinition()
1072 utf8_check != NONE) { in GenerateClassDefinition()
1073 if (utf8_check == STRICT) { in GenerateClassDefinition()
1082 GOOGLE_CHECK(utf8_check = VERIFY); in GenerateClassDefinition()
/third_party/protobuf/src/google/protobuf/
Dwire_format.cc895 bool utf8_check = false; in _InternalParseAndMergeField() local
975 utf8_check = true; in _InternalParseAndMergeField()
984 if (utf8_check) { in _InternalParseAndMergeField()
/third_party/ffmpeg/libavcodec/
Ddecode.c797 static int utf8_check(const uint8_t *str) in utf8_check() function
871 sub->rects[i]->ass && !utf8_check(sub->rects[i]->ass)) { in avcodec_decode_subtitle2()