HomeSort by relevance Sort by last modified time
    Searched refs:Runeself (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf.h 17 Runeself = 0x80, // rune and UTF sequences are the same (<)
  /external/chromium_org/third_party/re2/util/
utf.h 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
rune.cc 219 if(c < Runeself) {
242 if(c1 < Runeself) { /* one byte rune */
  /external/libutf/
utflen.c 29 if(c < Runeself) {
utfnlen.c 30 if(c < Runeself){
utfrrune.c 33 if(c1 < Runeself) { /* one byte rune */
utfrune.c 32 if(c1 < Runeself) { /* one byte rune */
utf.h 12 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
  /external/regex-re2/util/
utf.h 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
rune.cc 219 if(c < Runeself) {
242 if(c1 < Runeself) { /* one byte rune */
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
  /external/chromium_org/third_party/re2/re2/
compile.cc 562 // for the rune range 80-10FFFF (Runeself-Runemax).
627 if (hi < Runeself) {
700 if (r < Runeself) // Make common case fast.
    [all...]
regexp.cc 654 if (r < Runeself)
664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) {
prefilter.cc 172 if (r < Runeself) {
parse.cc     [all...]
  /external/regex-re2/re2/
compile.cc 561 // for the rune range 80-10FFFF (Runeself-Runemax).
626 if (hi < Runeself) {
699 if (r < Runeself) // Make common case fast.
    [all...]
regexp.cc 654 if (r < Runeself)
664 if ((re->parse_flags() & Latin1) || re->rune_ < Runeself) {
prefilter.cc 172 if (r < Runeself) {
parse.cc     [all...]

Completed in 298 milliseconds