HomeSort by relevance Sort by last modified time
    Searched defs:utf16_length (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/renderer/
render_view_browsertest.cc 1979 const size_t utf16_length = 8UL; local
    [all...]
  /external/chromium_org/v8/src/
unicode.cc 270 unsigned utf16_length = 0; local
278 utf16_length += is_two_characters ? 2 : 1;
279 // Don't need to write to the buffer, but still need utf16_length.
283 if (utf16_length <= buffer_length) {
290 if (utf16_length == buffer_length) {
304 utf16_length_ = utf16_length;
    [all...]
factory.cc 243 int utf16_length = decoder->Utf16Length(); local
244 DCHECK(utf16_length > 0);
249 NewRawTwoByteString(non_ascii_start + utf16_length, pretenure),
258 decoder->WriteUtf16(data, utf16_length);
    [all...]
objects.cc 8962 int utf16_length = 0; local
    [all...]
  /art/runtime/
class_linker.cc 5624 uint32_t utf16_length; local
    [all...]

Completed in 478 milliseconds