Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DU16StringPiece.h46 inline U16StringPiece substr(const Range& range) const { in substr() function
/frameworks/minikin/libs/minikin/
DStringPiece.h41 inline StringPiece substr(size_t from, size_t length) const { in substr() function
DLayout.cpp204 U16StringPiece substr = textBuf.substr(range); in doLayout() local
DLayoutCore.cpp295 U16StringPiece substr = textBuf.substr(range); in LayoutPiece() local
/frameworks/minikin/tests/unittest/
DStringPieceTest.cpp86 TEST(StringPieceTest, substr) { in TEST() argument
/frameworks/base/tools/validatekeymaps/
DMain.cpp35 static bool containsSubstringCaseInsensitive(std::string_view str, std::string_view substr) { in containsSubstringCaseInsensitive()
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp158 const StringPiece16 substr = text.substr(cursor, span->first_char - cursor); in PseudolocalizeStyledString() local
185 const StringPiece16 substr = text.substr(cursor, parent_span->last_char - cursor + 1); in PseudolocalizeStyledString() local
/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
DBackgroundDexOptServiceIntegrationTests.java175 final String substr = "[status="; in getCompilerFilter() local
/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.cpp303 std::string substr; in getPreferredBrightnessLevels() local