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

  /external/regex-re2/util/
utf.h 31 Runeerror = 0xFFFD, /* decoding error in UTF */
rune.cc 45 Bad = Runeerror,
157 c = Runeerror;
  /external/libutf/
rune.c 44 Bad = Runeerror,
245 return *rune != Runeerror || *consumed == 3;
281 c = Runeerror;
utf.h 13 Runeerror = 0xFFFD, /* decoding error in UTF */
42 // to Runeerror and return 1.
54 // charntorune will set *r to Runeerror and return 0. If it is complete
55 // but not in UTF format, it will set *r to Runeerror and return 1.
  /external/regex-re2/re2/
parse.cc     [all...]

Completed in 2841 milliseconds