Searched refs:new_substr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp156 std::string new_substr = util::Utf16ToUtf8(substr); local
158 new_substr = localizer.Text(new_substr);
160 new_cursor += utf8_to_utf16_length(reinterpret_cast<const uint8_t*>(new_substr.data()),
161 new_substr.size(), false);
162 new_string += new_substr;
183 std::string new_substr = util::Utf16ToUtf8(substr); local
185 new_substr = localizer.Text(new_substr);
187 new_cursor += utf8_to_utf16_length(reinterpret_cast<const uint8_t*>(new_substr
[all...]

Completed in 121 milliseconds