Searched defs:VALID_MIDPOINT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator.h25 // VALID_MIDPOINT. If it encounters an invalid byte or UTF-8 sequence the
29 VALID_MIDPOINT, enumerator in enum:base::StreamingUtf8Validator::State
39 // string, returns VALID_MIDPOINT. If an invalid byte or UTF-8 sequence was
H A Dstreaming_utf8_validator_unittest.cc45 const StreamingUtf8Validator::State VALID_MIDPOINT = member in namespace:base::__anon2293
46 StreamingUtf8Validator::VALID_MIDPOINT;
328 CheckRange(PartialIterator(), PartialIterator::end(), VALID_MIDPOINT); local
341 PartialIterator(), PartialIterator::end(), VALID_MIDPOINT); local
357 VALID_MIDPOINT);

Completed in 85 milliseconds