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

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_utf.h17 Runeself = 0x80, // rune and UTF sequences are the same (<) enumerator in enum:__anon11722
/external/chromium_org/third_party/re2/util/
H A Dutf.h30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator in enum:re2::__anon14909
H A Drune.cc219 if(c < Runeself) {
242 if(c1 < Runeself) { /* one byte rune */
/external/libutf/
H A Dutflen.c29 if(c < Runeself) {
H A Dutfnlen.c30 if(c < Runeself){
H A Dutfrrune.c33 if(c1 < Runeself) { /* one byte rune */
H A Dutfrune.c32 if(c1 < Runeself) { /* one byte rune */
H A Dutf.h12 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator in enum:__anon24733
/external/regex-re2/util/
H A Dutf.h30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator in enum:re2::__anon30319
H A Drune.cc219 if(c < Runeself) {
242 if(c1 < Runeself) { /* one byte rune */
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dutf.h30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */ enumerator in enum:__anon12804
/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc562 // for the rune range 80-10FFFF (Runeself-Runemax).
627 if (hi < Runeself) {
700 if (r < Runeself) // Make common case fast.
H A Dregexp.cc654 if (r < Runeself)
664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) {
H A Dprefilter.cc172 if (r < Runeself) {
H A Dparse.cc1257 if (c < Runeself && !isalpha(c) && !isdigit(c)) {
/external/regex-re2/re2/
H A Dcompile.cc561 // for the rune range 80-10FFFF (Runeself-Runemax).
626 if (hi < Runeself) {
699 if (r < Runeself) // Make common case fast.
H A Dregexp.cc654 if (r < Runeself)
664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) {
H A Dprefilter.cc172 if (r < Runeself) {
H A Dparse.cc1257 if (c < Runeself && !isalpha(c) && !isdigit(c)) {

Completed in 2320 milliseconds