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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.h 37 int UTF8SequenceLength(char);
UTF8.cpp 55 int UTF8SequenceLength(char b0)
264 int utf8SequenceLength = inlineUTF8SequenceLength(*source);
265 if (sourceEnd - source < utf8SequenceLength) {
270 if (!isLegalUTF8(reinterpret_cast<const unsigned char*>(source), utf8SequenceLength)) {
275 UChar32 character = readUTF8Sequence(source, utf8SequenceLength);
278 source -= utf8SequenceLength; // Back up source pointer!
287 source -= utf8SequenceLength; // return to the illegal value itself
297 source -= utf8SequenceLength; // Back up source pointer!
305 source -= utf8SequenceLength; // return to the start
334 int utf8SequenceLength = inlineUTF8SequenceLengthNonASCII(*data)
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObjectFunctions.cpp 89 const int sequenceLen = UTF8SequenceLength(b0);

Completed in 76 milliseconds