Home
last modified time | relevance | path

Searched defs:Text (Results 1 – 25 of 72) sorted by relevance

123

/third_party/rust/crates/regex/bench/src/ffi/
Dtcl.rs18 pub struct Text { struct
24 // normally disqualify a Send bound. However, we don't permit Text to be used argument
28 unsafe impl Send for Text {} implementation
30 impl Drop for Text { implementation
40 impl Text { impl
41 pub fn new(text: String) -> Text { in new()
101 fn find_at(&self, text: &Text, start: usize) -> Option<(usize, usize)> { in find_at()
/third_party/rust/crates/regex/src/
Dre_trait.rs106 type Text: ?Sized + fmt::Debug; typedef
122 fn next_after_empty(&self, text: &Self::Text, i: usize) -> usize; in next_after_empty()
127 text: &Self::Text, in shortest_match_at()
132 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool; in is_match_at()
137 text: &Self::Text, in find_at()
146 text: &Self::Text, in captures_read_at()
182 pub fn text(&self) -> &'t R::Text { in text()
246 pub fn text(&self) -> &'t R::Text { in text()
/third_party/skia/modules/skplaintexteditor/include/
Deditor.h37 struct Text { struct
38 const std::vector<TextLine>& fLines; argument
53 Text text() const { return Text{fLines}; } in text() argument
/third_party/typescript/tests/baselines/reference/
DtsxDynamicTagName8.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
DtsxDynamicTagName9.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
DtsxDynamicTagName5.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
DtsxDynamicTagName7.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DText.java10 public class Text { class
14 public Text(String text) { in Text() method in Text
/third_party/icu/docs/userguide/strings/
Dutext.md302 #### Cloning
326 #### Thread Safety
/third_party/elfutils/libelf/
Dexttypes.h55 #define TYPE_EXTRA(Text) Text argument
56 #define TYPE_XLATE(Text) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLocale.cpp9 int columnWidth(StringRef Text) { in columnWidth()
DUnicode.cpp342 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
/third_party/typescript/tests/cases/compiler/
DconditionalTypeRelaxingConstraintAssignability.ts7 export type Text = string; alias
/third_party/python/Lib/importlib/
Dabc.py316 def open_resource(self, resource: Text) -> BinaryIO:
328 def resource_path(self, resource: Text) -> Text:
341 def is_resource(self, path: Text) -> bool:
/third_party/zlib/contrib/ada/
Dbuffer_demo.adb27 Text : constant String constant
/third_party/skia/third_party/externals/oboe/include/oboe/
DVersion.h82 static constexpr const char * Text = OBOE_VERSION_TEXT; member
/third_party/skia/modules/svg/include/
DSkSVGText.h95 SVG_ATTR(Text, SkSVGStringType, SkSVGStringType()) in SVG_ATTR() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations()
/third_party/skia/resources/particles/
Dtext.json32 "Text": "SKIA", string
Dwriting.json37 "Text": "HELLO WORLD", string
/third_party/gn/src/gn/
Dxml_element_writer.cc53 void XmlElementWriter::Text(std::string_view content) { in Text() function in XmlElementWriter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2DataModel.java233 public static class Text implements Part { class in Mf2DataModel
241 private Text(Builder builder) { in Text() method in Mf2DataModel.Text
263 public Text(String value) { in Text() method in Mf2DataModel.Text
/third_party/typescript/tests/cases/fourslash/etslib/
Dtext.d.ts92 declare const Text: TextInterface; constant
/third_party/parse5/packages/parse5-html-rewriting-stream/lib/
Dindex.ts7 type Text, alias
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlayWidgets.h33 Text, enumerator

123