Home
last modified time | relevance | path

Searched defs:byte_length (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/utils/utf8/
Dunicodetext.cc85 void UnicodeText::Repr::append(const char* bytes, int byte_length) { in append()
120 UnicodeText& UnicodeText::PointToUTF8(const char* buffer, int byte_length) { in PointToUTF8()
125 UnicodeText& UnicodeText::CopyUTF8(const char* buffer, int byte_length) { in CopyUTF8()
/external/ukey2/src/main/cpp/src/securegcm/
Dukey2_handshake.cc191 std::unique_ptr<string> UKey2Handshake::GetVerificationString(int byte_length) { in GetVerificationString()
/external/puffin/src/
Dutils.cc39 uint64_t byte_length; member
/external/tcpdump/
Dprint-eigrp.c215 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; in eigrp_print() local
Dprint-isoclns.c2057 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; in isis_print_extd_ip_reach() local
/external/google-breakpad/src/processor/
Dminidump.cc338 size_t byte_length = word_length * sizeof(utf16_data[0]); in ConvertUTF16BufferToUTF8String() local