Home
last modified time | relevance | path

Searched defs:utf8_length (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api-strings.cpp68 jerry_length_t cesu8_length, utf8_length; variable
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h286 int utf8_length() const { return repr_.size_; } in utf8_length() function
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestime.c365 size_t utf8_length(unsigned char c) in utf8_length() function
/third_party/openssl/crypto/x509/
Dv3_ncons.c315 int utf8_length; in cn2dnsid() local
/third_party/jerryscript/jerry-core/lit/
Dlit-strings.c349 ecma_length_t utf8_length = 0; in lit_get_utf8_length_of_cesu8_string() local
/third_party/python/Include/cpython/
Dunicodeobject.h226 Py_ssize_t utf8_length; /* Number of bytes in utf8, excluding the member
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c692 lit_utf8_size_t utf8_length = 1, decoded_length = 1, char_count = 1; in lexer_parse_identifier() local
/third_party/cJSON/
DcJSON.c658 unsigned char utf8_length = 0; in utf16_literal_to_utf8() local