OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTFmax
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf.h
15
UTFmax
= 4, // maximum bytes per rune
/external/chromium_org/third_party/re2/util/
utf.h
28
UTFmax
= 4, /* maximum bytes per rune */
/external/regex-re2/util/
utf.h
28
UTFmax
= 4, /* maximum bytes per rune */
/external/chromium_org/third_party/re2/re2/testing/
dump.cc
99
char buf[
UTFmax
+1];
107
char buf[
UTFmax
+1];
exhaustive3_test.cc
30
char buf[
UTFmax
+1];
/external/regex-re2/re2/testing/
dump.cc
99
char buf[
UTFmax
+1];
107
char buf[
UTFmax
+1];
exhaustive3_test.cc
30
char buf[
UTFmax
+1];
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h
28
UTFmax
= 4, /* maximum bytes per rune */
52
//
UTFmax
bytes starting at s and returns the number of bytes generated.
57
// chartorune copies (decodes) at most
UTFmax
bytes starting at s to
unicodetext.cc
365
char buf[
UTFmax
];
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc
459
if (
UTFmax
<= usrclen) {
464
if ((
UTFmax
* 3) <= usrclen) {
471
if ((
UTFmax
* 7) <= usrclen) {
510
const uint8* usrclimit1 = usrc + srclen -
UTFmax
;
567
const char* srclimit7 = src + srclen - (
UTFmax
* 7);
568
const char* srclimit15 = src + srclen - (
UTFmax
* 15);
/external/chromium_org/third_party/re2/re2/
compile.cc
463
int b; // number of Rune bits in len-byte UTF-8 sequence (len <
UTFmax
)
617
for (int i = 1; i <
UTFmax
; i++) {
633
for (int i = 1; i <
UTFmax
; i++) {
650
uint8 ulo[
UTFmax
], uhi[
UTFmax
];
702
uint8 buf[
UTFmax
];
[
all
...]
regexp.cc
650
prefix->resize(re->nrunes_ *
UTFmax
);
667
char buf[
UTFmax
];
prefilter.cc
395
char buf[
UTFmax
];
parse.cc
[
all
...]
/external/regex-re2/re2/
compile.cc
462
int b; // number of Rune bits in len-byte UTF-8 sequence (len <
UTFmax
)
616
for (int i = 1; i <
UTFmax
; i++) {
632
for (int i = 1; i <
UTFmax
; i++) {
649
uint8 ulo[
UTFmax
], uhi[
UTFmax
];
701
uint8 buf[
UTFmax
];
[
all
...]
regexp.cc
650
prefix->resize(re->nrunes_ *
UTFmax
);
667
char buf[
UTFmax
];
prefilter.cc
395
char buf[
UTFmax
];
parse.cc
[
all
...]
Completed in 367 milliseconds