Searched refs:stringDecodeAt (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 544 const char* stringDecodeAt(size_t idx, const uint8_t* str, const size_t encLen,
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 757 if (stringDecodeAt(idx, u8str, u8len, &u8len) == NULL) { in stringAt() 841 return stringDecodeAt(idx, str, encLen, outLen); in string8At() 863 const char* ResStringPool::stringDecodeAt(size_t idx, const uint8_t* str, in stringDecodeAt() function in android::ResStringPool
|