Searched refs:stringDecodeAt (Results 1 – 2 of 2) sorted by relevance
575 base::expected<StringPiece, NullOrIOError> stringDecodeAt(
865 auto decodedString = stringDecodeAt(idx, u8str, *u8len); in stringAt()965 return stringDecodeAt(idx, str, *u8len); in string8At()986 base::expected<StringPiece, NullOrIOError> ResStringPool::stringDecodeAt( in stringDecodeAt() function in android::ResStringPool