Searched refs:Runeerror (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dcld_utf.h18 Runeerror = 0xFFFD, // decoding error in UTF enumerator in enum:__anon11722
/external/chromium_org/third_party/re2/util/
H A Dutf.h31 Runeerror = 0xFFFD, /* decoding error in UTF */ enumerator in enum:re2::__anon14909
H A Drune.cc45 Bad = Runeerror,
157 c = Runeerror;
/external/regex-re2/util/
H A Dutf.h31 Runeerror = 0xFFFD, /* decoding error in UTF */ enumerator in enum:re2::__anon30319
H A Drune.cc45 Bad = Runeerror,
157 c = Runeerror;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunilib.cc54 // We want to accept Runeerror == U+FFFD as a valid char, but it is used
57 if ((rune == Runeerror && bytes_consumed == 1) ||
H A Dutf.h31 Runeerror = 0xFFFD, /* decoding error in UTF */ enumerator in enum:__anon12804
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.
H A Drune.c44 Bad = Runeerror,
245 return *rune != Runeerror || *consumed == 3;
281 c = Runeerror;
/external/libutf/
H A Drune.c44 Bad = Runeerror,
245 return *rune != Runeerror || *consumed == 3;
281 c = Runeerror;
H A Dutf.h13 Runeerror = 0xFFFD, /* decoding error in UTF */ enumerator in enum:__anon24733
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/chromium_org/third_party/re2/re2/
H A Dparse.cc1191 if (!(n == 1 && *r == Runeerror)) { // no decoding error
/external/regex-re2/re2/
H A Dparse.cc1191 if (!(n == 1 && *r == Runeerror)) { // no decoding error

Completed in 1191 milliseconds