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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_utf.h 18 Runeerror = 0xFFFD, // decoding error in UTF
  /external/chromium_org/third_party/re2/util/
utf.h 31 Runeerror = 0xFFFD, /* decoding error in UTF */
rune.cc 45 Bad = Runeerror,
157 c = Runeerror;
  /external/regex-re2/util/
utf.h 31 Runeerror = 0xFFFD, /* decoding error in UTF */
rune.cc 45 Bad = Runeerror,
157 c = Runeerror;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unilib.cc 54 // We want to accept Runeerror == U+FFFD as a valid char, but it is used
57 if ((rune == Runeerror && bytes_consumed == 1) ||
utf.h 31 Runeerror = 0xFFFD, /* decoding error in UTF */
60 // to Runeerror and return 1.
72 // charntorune will set *r to Runeerror and return 0. If it is complete
73 // but not in UTF format, it will set *r to Runeerror and return 1.
rune.c 44 Bad = Runeerror,
245 return *rune != Runeerror || *consumed == 3;
281 c = Runeerror;
  /external/chromium_org/third_party/re2/re2/
parse.cc     [all...]
  /external/regex-re2/re2/
parse.cc     [all...]

Completed in 1138 milliseconds