/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf.h | 19 Runemax = 0x10FFFF, // maximum rune value
|
/external/chromium_org/third_party/re2/util/ |
utf.h | 32 Runemax = 0x10FFFF, /* maximum rune value */
|
rune.cc | 156 if (c > Runemax)
|
/external/regex-re2/util/ |
utf.h | 32 Runemax = 0x10FFFF, /* maximum rune value */
|
rune.cc | 156 if (c > Runemax)
|
/external/chromium_org/third_party/re2/re2/testing/ |
charclass_test.cc | 53 { { { 0, Runemax }, {-1} }, -1, 54 { { 0, Runemax }, {-1} } }, 59 { { { 50, Runemax }, {-1} }, -1, 60 { { 50, Runemax }, {-1} } }, 63 { { { 50, Runemax }, {-1} }, 255, 66 { { { 50, Runemax }, {-1} }, 65535, 69 { { { 50, Runemax }, {-1} }, Runemax, 70 { { 50, Runemax }, {-1} } }, 161 j = Runemax; [all...] |
exhaustive3_test.cc | 54 for (int i = 512; i < Runemax; i <<= 1) 58 // The codes near Runemax, including Runemax itself, are interesting. 60 v.push_back(UTF8(Runemax + j));
|
/external/regex-re2/re2/testing/ |
charclass_test.cc | 53 { { { 0, Runemax }, {-1} }, -1, 54 { { 0, Runemax }, {-1} } }, 59 { { { 50, Runemax }, {-1} }, -1, 60 { { 50, Runemax }, {-1} } }, 63 { { { 50, Runemax }, {-1} }, 255, 66 { { { 50, Runemax }, {-1} }, 65535, 69 { { { 50, Runemax }, {-1} }, Runemax, 70 { { 50, Runemax }, {-1} } }, 161 j = Runemax; [all...] |
exhaustive3_test.cc | 54 for (int i = 512; i < Runemax; i <<= 1) 58 // The codes near Runemax, including Runemax itself, are interesting. 60 v.push_back(UTF8(Runemax + j));
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
utf.h | 32 Runemax = 0x10FFFF, /* maximum rune value */
|
rune.c | 280 if (c > Runemax)
|
/external/chromium_org/third_party/re2/re2/ |
regexp.cc | 739 if (hi < Runemax) { 793 if (r >= Runemax) 812 iterator it = ranges_.find(RuneRange(r + 1, Runemax)); 836 v.push_back(RuneRange(0, Runemax)); 847 if (nextlo <= Runemax) 848 v.push_back(RuneRange(nextlo, Runemax)); 857 nrunes_ = Runemax+1 - nrunes_; 885 cc->nrunes_ = Runemax + 1 - nrunes_; 896 if (nextlo <= Runemax) 897 cc->ranges_[n++] = RuneRange(nextlo, Runemax); [all...] |
regexp.h | 247 bool full() { return nrunes_ == Runemax+1; } 587 bool full() { return nrunes_ == Runemax+1; }
|
parse.cc | 174 rune_max_ = Runemax; [all...] |
compile.cc | 562 // for the rune range 80-10FFFF (Runeself-Runemax). 784 AddRuneRange(0, Runemax, false); [all...] |
/external/regex-re2/re2/ |
regexp.cc | 739 if (hi < Runemax) { 793 if (r >= Runemax) 812 iterator it = ranges_.find(RuneRange(r + 1, Runemax)); 836 v.push_back(RuneRange(0, Runemax)); 847 if (nextlo <= Runemax) 848 v.push_back(RuneRange(nextlo, Runemax)); 857 nrunes_ = Runemax+1 - nrunes_; 885 cc->nrunes_ = Runemax + 1 - nrunes_; 896 if (nextlo <= Runemax) 897 cc->ranges_[n++] = RuneRange(nextlo, Runemax); [all...] |
regexp.h | 247 bool full() { return nrunes_ == Runemax+1; } 587 bool full() { return nrunes_ == Runemax+1; }
|
parse.cc | 174 rune_max_ = Runemax; [all...] |
compile.cc | 561 // for the rune range 80-10FFFF (Runeself-Runemax). 783 AddRuneRange(0, Runemax, false); [all...] |