Searched refs:UTFmax (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_utf.h15 UTFmax = 4, // maximum bytes per rune enumerator in enum:__anon11722
/external/chromium_org/third_party/re2/util/
H A Dutf.h28 UTFmax = 4, /* maximum bytes per rune */ enumerator in enum:re2::__anon14909
/external/regex-re2/util/
H A Dutf.h28 UTFmax = 4, /* maximum bytes per rune */ enumerator in enum:re2::__anon30319
/external/chromium_org/third_party/re2/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1];
107 char buf[UTFmax+1];
H A Dexhaustive3_test.cc30 char buf[UTFmax+1];
/external/regex-re2/re2/testing/
H A Ddump.cc99 char buf[UTFmax+1];
107 char buf[UTFmax+1];
H A Dexhaustive3_test.cc30 char buf[UTFmax+1];
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutf.h28 UTFmax = 4, /* maximum bytes per rune */ enumerator in enum:__anon12804
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
H A Dunicodetext.cc364 char buf[UTFmax];
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcldutil.cc459 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/libutf/
H A Dutf.h10 UTFmax = 4, /* maximum bytes per rune */ enumerator in enum:__anon24733
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/chromium_org/third_party/re2/re2/
H A Dcompile.cc463 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];
H A Dregexp.cc650 prefix->resize(re->nrunes_ * UTFmax);
667 char buf[UTFmax];
H A Dprefilter.cc387 char buf[UTFmax];
H A Dparse.cc1940 char buf[UTFmax];
/external/regex-re2/re2/
H A Dcompile.cc462 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];
H A Dregexp.cc650 prefix->resize(re->nrunes_ * UTFmax);
667 char buf[UTFmax];
H A Dprefilter.cc395 char buf[UTFmax];
H A Dparse.cc1940 char buf[UTFmax];

Completed in 6424 milliseconds