HomeSort by relevance Sort by last modified time
    Searched refs:stringStartsWith (Results 1 - 8 of 8) sorted by null

  /frameworks/base/tools/aapt2/xml/
XmlUtil.cpp 27 if (util::stringStartsWith<char16_t>(namespaceUri, kSchemaPublicPrefix)) {
36 } else if (util::stringStartsWith<char16_t>(namespaceUri, kSchemaPrivatePrefix)) {
  /frameworks/base/tools/aapt2/util/
Util_test.cpp 38 TEST(UtilTest, StringStartsWith) {
39 EXPECT_TRUE(util::stringStartsWith<char>("hello.xml", "he"));
Util.h 41 bool stringStartsWith(const BasicStringPiece<T>& str, const BasicStringPiece<T>& prefix) {
Util.cpp 470 if (!stringStartsWith<char16_t>(path, u"res/")) {
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 130 return util::stringStartsWith<char>(filename, ".");
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 410 util::stringStartsWith<char16_t>(str, u"res/")) {
  /frameworks/base/tools/aapt2/link/
Link.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/2.0.0/
assertj-core-2.0.0.jar 

Completed in 259 milliseconds