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

  /external/chromium_org/v8/src/
scanner.h 176 position_ += kUC16Size;
231 int new_content_size = position_ * kUC16Size;
globals.h 292 const int kUC16Size = sizeof(uc16); // NOLINT
json-parser.h 627 if (sizeof(SinkChar) == kUC16Size ||
669 if (sizeof(SinkChar) == kUC16Size ||
heap-inl.h 196 str.start(), str.length() * kUC16Size);
  /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 116 milliseconds