Searched refs:next_index (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/ |
D | Unicode.cpp | 160 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 166 if (next_index == nullptr) { in utf32_from_utf8_at() 167 next_index = &dummy_index; in utf32_from_utf8_at() 172 *next_index = index + num_read; in utf32_from_utf8_at()
|
D | String8.cpp | 482 int32_t String8::getUtf32At(size_t index, size_t *next_index) const in getUtf32At() 484 return utf32_from_utf8_at(mString, length(), index, next_index); in getUtf32At()
|
/system/core/libutils/include/utils/ |
D | Unicode.h | 98 int32_t utf32_from_utf8_at(const char *src, size_t src_len, size_t index, size_t *next_index);
|
D | String8.h | 102 size_t *next_index) const;
|