Home
last modified time | relevance | path

Searched defs:_text (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/email/mime/
Dtext.py17 def __init__(self, _text, _subtype='plain', _charset=None, *, policy=None): argument
/third_party/flatbuffers/src/
Didl_gen_text.cpp353 const StructDef &struct_def, std::string *_text) { in GenerateTextImpl()
362 const std::string &table_name, std::string *_text) { in GenerateTextFromTable()
371 std::string *_text) { in GenerateText()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DStringTokenIterator.java12 private String _text; field in StringTokenIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DStringTokenIterator.java16 private String _text; field in StringTokenIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DTextTrieMap.java132 private CharSequence _text; field in TextTrieMap.CharIterator
247 private char[] _text; field in TextTrieMap.Node
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTextTrieMap.java124 private CharSequence _text; field in TextTrieMap.CharIterator
238 private char[] _text; field in TextTrieMap.Node
/third_party/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc218 std::string *_text) { in Parse()
/third_party/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js243 _text: text, property
/third_party/skia/modules/canvaskit/npm_build/
Dtextapi_utils.js254 _text: text, property
/third_party/flatbuffers/include/flatbuffers/
Dutil.h584 inline bool EscapeString(const char *s, size_t length, std::string *_text, in EscapeString()