Home
last modified time | relevance | path

Searched defs:Substr (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dstring_view_template.h199 StringViewTemplate Substr(size_t offset) const { in Substr() function
205 StringViewTemplate Substr(size_t first, size_t count) const { in Substr() function
H A Dbytestring.cpp479 ByteString ByteString::Substr(size_t offset) const { in Substr() function in fxcrt::ByteString
484 ByteString ByteString::Substr(size_t first, size_t count) const { in Substr() function in fxcrt::ByteString
H A Dwidestring.cpp720 WideString WideString::Substr(size_t offset) const { in Substr() function in fxcrt::WideString
725 WideString WideString::Substr(size_t first, size_t count) const { in Substr() function in fxcrt::WideString
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dsql_source.cc144 SqlSource SqlSource::Substr(uint32_t offset, uint32_t len) const { in Substr() function in perfetto::trace_processor::SqlSource
219 SqlSource::Node SqlSource::Node::Substr(uint32_t offset, uint32_t len) const { in Substr() function in perfetto::trace_processor::SqlSource::Node
H A Dsql_source_unittest.cc39 TEST(SqlSourceTest, Substr) { in TEST() argument
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/tokenizer/
H A Dsqlite_tokenizer.cc60 SqlSource SqliteTokenizer::Substr(const Token& start, in Substr() function in perfetto::trace_processor::SqliteTokenizer
/aosp_15_r20/external/llvm/unittests/ADT/
H A DSmallStringTest.cpp100 TEST_F(SmallStringTest, Substr) { in TEST_F() argument
H A DStringRefTest.cpp108 TEST(StringRefTest, Substr) { in TEST() argument
/aosp_15_r20/art/tools/veridex/
H A Dveridex.cc89 static const char* Substr(const char* str, int index) { in Substr() function
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_piece_unittest.cc849 TEST(StringPieceTest, Substr) { in TEST() argument
H A Dcstring_view_unittest.cc484 TEST(CStringViewTest, Substr) { in TEST() argument
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context_embeddertest.cpp876 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Substr) { argument
H A Dcfxjse_formcalc_context.cpp4039 void CFXJSE_FormCalcContext::Substr( in Substr() function in CFXJSE_FormCalcContext
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go49808 func Substr(scope *Scope, input tf.Output, pos tf.Output, len tf.Output, optional ...SubstrAttr) (o… func