Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DUtil.cpp127 size_t next_index; in ModifiedUtf8ToUtf8() local
/aosp14/system/core/libutils/
H A 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()