| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxmlparser.cpp | 866 TiXmlText* text = new TiXmlText( "" ); in Identify() local 574 ReadText( const char* p, TIXML_STRING * text, bool trimWhiteSpace, const char* endTag, bool caseInsensitive, TiXmlEncoding encoding ) ReadText() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_textwrap.py | 480 text = "Hello there, how are you this fine day? I'm glad to hear it!" global() variable in MaxLinesTestCase [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Host.cpp | 1347 } text; in getHostCPUFeatures() local
|
| /third_party/skia/third_party/externals/zlib/ |
| H A D | zlib.h | 115 int text; /* true if compressed data believed to be text */ member
|
| /third_party/skia/tools/ |
| H A D | ToolUtils.cpp | 196 add_to_text_blob_w_len(SkTextBlobBuilder* builder, const char* text, size_t len, SkTextEncoding encoding, const SkFont& font, SkScalar x, SkScalar y) add_to_text_blob_w_len() argument 211 add_to_text_blob(SkTextBlobBuilder* builder, const char* text, const SkFont& font, SkScalar x, SkScalar y) add_to_text_blob() argument 219 get_text_path(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding, SkPath* dst, const SkPoint pos[]) get_text_path() argument
|
| /third_party/skia/tools/skqp/src/ |
| H A D | skqp.cpp | 445 inline void write(SkWStream* wStream, const T& text) { in write() argument
|
| /third_party/skia/tools/viewer/ |
| H A D | SlideDir.cpp | 275 auto text = sksg::Text::Make(nullptr, txt); in MakeLabel() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | filteredbrk.cpp | 199 virtual void setText(UText *text, UErrorCode &status) { fDelegate->setText(text,status); } in setText() argument 202 virtual void setText(const UnicodeString &text) { fDelegate->setText(text); } in setText() argument
|
| /third_party/toybox/kconfig/ |
| H A D | expr.h | 117 const char *text; member
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_helpers.cc | 491 bool AllAscii(const std::string& text) { in AllAscii() argument
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | tokenizer.cc | 863 ParseInteger(const std::string& text, uint64 max_value, uint64* output) ParseInteger() argument 902 ParseFloat(const std::string& text) ParseFloat() argument 1035 ParseStringAppend(const std::string& text, std::string* output) ParseStringAppend() argument 1122 IsIdentifier(const std::string& text) IsIdentifier() argument [all...] |
| /third_party/python/Parser/ |
| H A D | pegen.c | 32 PyObject *text = PyUnicode_DecodeUTF8(str, col_offset, "replace"); in _PyPegen_byte_offset_to_character_offset() local
|
| /third_party/python/Modules/clinic/ |
| H A D | _elementtree.c.h | 728 PyObject *text = Py_None; in _elementtree_TreeBuilder_pi() local
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | TextFormatTest.java | 721 private void assertParseError(String error, String text) { in assertParseError() argument 740 private void assertParseErrorWithUnknownFields(String error, String text) { in assertParseErrorWithUnknownFields() argument 750 private TestAllTypes assertParseSuccessWithUnknownFields(String text) in assertParseSuccessWithUnknownFields() argument 757 private void assertParseErrorWithUnknownExtensions(String error, String text) { in assertParseErrorWithUnknownExtensions() argument 767 private TestAllTypes assertParseSuccessWithUnknownExtensions(String text) in assertParseSuccessWithUnknownExtensions() argument 774 assertParseErrorWithOverwriteForbidden(String error, String text) assertParseErrorWithOverwriteForbidden() argument 784 assertParseSuccessWithOverwriteForbidden(String text) assertParseSuccessWithOverwriteForbidden() argument [all...] |
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | strutil.h | 926 inline bool EndsWith(StringPiece text, StringPiece suffix) { in EndsWith() argument
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | text_format_unittest.cc | 164 std::string text; in TEST_F() local 346 std::string text; in TEST_F() local 388 std::string text; TEST_F() local 401 std::string text; TEST_F() local 423 std::string text; TEST_F() local 469 std::string text; TEST_F() local 491 std::string text; TEST_F() local 554 std::string text; TEST_F() local 602 std::string text; TEST_F() local 639 std::string text; TEST_F() local 710 std::string text; TEST_F() local 758 std::string text; TEST_F() local 785 std::string text; TEST_F() local 1063 RemoveRedundantZeros(std::string text) RemoveRedundantZeros() argument 1334 std::string text; TEST_F() local [all...] |
| H A D | text_format.h | 115 void PrintLiteral(const char (&text)[n]) { in PrintLiteral() argument [all...] |
| /third_party/skia/modules/skparagraph/src/ |
| H A D | OneLineShaper.cpp | 192 auto text = resolvedBlock.fText; in finish() local [all...] |
| H A D | TextLine.h | 92 TextRange text() const { return fText; } in text() function in skia::textlayout::TextLine
|
| H A D | ParagraphImpl.h | 144 SkSpan<const char> text() const { return SkSpan<const char>(fText.c_str(), fText.size()); } in text() function in skia::textlayout::final
|
| /third_party/skia/experimental/sktext/include/ |
| H A D | Types.h | 14 namespace text { namespace
|
| /third_party/zlib/ |
| H A D | zlib.h | 115 int text; /* true if compressed data believed to be text */ member
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | SimpleDateFormat.java | 2397 parse(String text, Calendar cal, ParsePosition parsePos) parse() argument 2832 matchLiteral(String text, int pos, Object[] items, int itemIndex, boolean[] complete) matchLiteral() argument 2930 matchAlphaMonthStrings(String text, int start, String[] wideData, String[] shortData, Calendar cal) matchAlphaMonthStrings() argument 2988 matchString(String text, int start, int field, String[] data, Calendar cal) matchString() argument 3014 matchString(String text, int start, int field, String[] data, String monthPattern, Calendar cal) matchString() argument 3070 regionMatchesWithOptionalDot(String text, int start, String data, int length) regionMatchesWithOptionalDot() argument 3100 matchQuarterString(String text, int start, int field, String[] data, Calendar cal) matchQuarterString() argument 3134 matchDayPeriodString(String text, int start, String[] data, int dataLength, Output<DayPeriodRules.DayPeriod> dayPeriod) matchDayPeriodString() argument 3179 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal) subParse() argument 3189 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) subParse() argument 3222 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, Output<DayPeriodRules.DayPeriod> dayPeriod) subParse() argument 3895 parseInt(String text, ParsePosition pos, boolean allowNegative, NumberFormat fmt) parseInt() argument 3905 parseInt(String text, int maxDigits, ParsePosition pos, boolean allowNegative, NumberFormat fmt) parseInt() argument 3958 countDigits(String text, int start, int end) countDigits() argument [all...] |
| H A D | DateFormat.java | 743 parse(String text) parse() argument 794 parse(String text, Calendar cal, ParsePosition pos) parse() argument 828 parse(String text, ParsePosition pos) parse() argument [all...] |
| H A D | DecimalFormat.java | 827 parse(String text, ParsePosition parsePosition) parse() argument 869 parseCurrency(CharSequence text, ParsePosition parsePosition) parseCurrency() argument [all...] |