Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DUnicode.cpp159 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
165 if (next_index == NULL) { in utf32_from_utf8_at()
166 next_index = &dummy_index; in utf32_from_utf8_at()
171 *next_index = index + num_read; in utf32_from_utf8_at()
DString8.cpp443 int32_t String8::getUtf32At(size_t index, size_t *next_index) const in getUtf32At()
445 return utf32_from_utf8_at(mString, length(), index, next_index); in getUtf32At()
/frameworks/native/include/utils/
DUnicode.h102 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
DString8.h86 size_t *next_index) const;