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

  /external/v8/src/
scanner.h 195 position_ += kUC16Size;
245 int new_content_size = position_ * kUC16Size;
json-parser.h 473 if (sizeof(SinkChar) == kUC16Size ||
515 if (sizeof(SinkChar) == kUC16Size || value <= kMaxAsciiCharCode) {
globals.h 276 const int kUC16Size = sizeof(uc16); // NOLINT
heap-inl.h 168 str.start(), str.length() * kUC16Size);

Completed in 723 milliseconds