Home
last modified time | relevance | path

Searched refs:next_index (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DUnicode.cpp128 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index) in utf32_from_utf8_at() argument
134 if (next_index == nullptr) { in utf32_from_utf8_at()
135 next_index = &unused_index; in utf32_from_utf8_at()
140 *next_index = index + num_read; in utf32_from_utf8_at()
/system/core/libutils/include/utils/
DUnicode.h93 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);