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

  /external/chromium_org/base/i18n/
streaming_utf8_validator.h 25 // VALID_MIDPOINT. If it encounters an invalid byte or UTF-8 sequence the
29 VALID_MIDPOINT,
39 // string, returns VALID_MIDPOINT. If an invalid byte or UTF-8 sequence was
streaming_utf8_validator.cc 47 : VALID_MIDPOINT;
streaming_utf8_validator_unittest.cc 45 const StreamingUtf8Validator::State VALID_MIDPOINT =
46 StreamingUtf8Validator::VALID_MIDPOINT;
328 CheckRange(PartialIterator(), PartialIterator::end(), VALID_MIDPOINT);
341 PartialIterator(), PartialIterator::end(), VALID_MIDPOINT);
357 VALID_MIDPOINT);
  /external/chromium_org/net/websockets/
websocket_channel.cc 394 (state == StreamingUtf8Validator::VALID_MIDPOINT && fin)) {
    [all...]

Completed in 73 milliseconds