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