OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf16_length_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
unicode-decoder.h
19
inline size_t Utf16Length() const { return
utf16_length_
; }
22
// This reads all characters and sets the
utf16_length_
.
30
size_t
utf16_length_
;
member in class:unibrow::Utf8DecoderBase
53
utf16_length_
(0),
80
if (length >
utf16_length_
) length =
utf16_length_
;
/art/runtime/
intern_table.h
146
: hash_(hash),
utf16_length_
(utf16_length), utf8_data_(utf8_data) { }
149
uint32_t GetUtf16Length() const { return
utf16_length_
; }
154
uint32_t
utf16_length_
;
member in class:art::InternTable::Utf8String
Completed in 61 milliseconds