Searched refs:VALID_MIDPOINT (Results 1 - 4 of 4) 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.cc47 : VALID_MIDPOINT;
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);
/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc394 (state == StreamingUtf8Validator::VALID_MIDPOINT && fin)) {
919 (state == StreamingUtf8Validator::VALID_MIDPOINT && final)) {

Completed in 1578 milliseconds