Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:utf8_check
(Results
1 - 4
of
4
) sorted by relevance
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H
A
D
cpp_map_field.cc
235
bool
utf8_check
= string_key || string_value;
in GenerateSerializeWithCachedSizesToArray()
local
236
if (
utf8_check
) {
in GenerateSerializeWithCachedSizesToArray()
H
A
D
cpp_message.cc
1043
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/
H
A
D
wire_format.cc
895
bool
utf8_check
= false;
in _InternalParseAndMergeField()
975
utf8_check
= true;
in _InternalParseAndMergeField()
984
if (
utf8_check
) {
in _InternalParseAndMergeField()
/third_party/ffmpeg/libavcodec/
H
A
D
decode.c
797
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()
Completed in 10 milliseconds