OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTFmax
(Results
1 - 4
of
4
) sorted by null
/external/libtextclassifier/lang_id/
custom-tokenizer.cc
72
char lower_buf[
UTFmax
];
81
// Using lower_num_bytes below is safe, because, by definition of
UTFmax
,
82
SAFTM_DCHECK_GE(
UTFmax
, 4);
/external/libutf/
utf.h
10
UTFmax
= 4, /* maximum bytes per rune */
34
//
UTFmax
bytes starting at s and returns the number of bytes generated.
39
// chartorune copies (decodes) at most
UTFmax
bytes starting at s to
/external/protobuf/src/google/protobuf/stubs/
strutil.h
[
all
...]
/external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.cc
459
char buf[
UTFmax
];
Completed in 434 milliseconds