Home
last modified time | relevance | path

Searched defs:substr (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/compile/
H A DPseudolocaleGenerator.cpp154 const StringPiece16 substr = text.substr(cursor, span->first_char - cursor); in PseudolocalizeStyledString() local
181 const StringPiece16 substr = text.substr(cursor, parent_span->last_char - cursor + 1); in PseudolocalizeStyledString() local
/aosp14/frameworks/base/tools/validatekeymaps/
H A DMain.cpp35 static bool containsSubstringCaseInsensitive(std::string_view str, std::string_view substr) { in containsSubstringCaseInsensitive()
/aosp14/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java175 final String substr = "[status="; in getCompilerFilter() local