Home
last modified time | relevance | path

Searched defs:text1 (Results 1 – 23 of 23) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dreapits.c407 UChar text1[50]; in TestRegexCAPI() local
461 UChar text1[50]; in TestRegexCAPI() local
498 UChar text1[50]; in TestRegexCAPI() local
553 UChar text1[50]; in TestRegexCAPI() local
634 UChar text1[80]; in TestRegexCAPI() local
828 UChar text1[80]; in TestRegexCAPI() local
900 UChar text1[80]; /* "Replace xaax x1x x...x." */ in TestRegexCAPI() local
1559 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1606 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1666 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/
DinstantiateTemplateTagTypeParameterOnVariableStatement.ts13 const text1 = "hello"; constant
/third_party/typescript/tests/baselines/reference/
DinstantiateTemplateTagTypeParameterOnVariableStatement.js9 const text1 = "hello"; constant
Dparserharness.js146 export function noDiff(text1, text2) { argument
2209 function noDiff(text1, text2) { argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java136 CharacterIterator text1 = new StringCharacterIterator(str1); in TestGetSetText() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBIAPITest.java139 CharacterIterator text1 = new StringCharacterIterator(str1); in TestGetSetText() local
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts345 const text1 = ` constant
/third_party/flutter/skia/tests/
DSkParagraphTest.cpp246 const char* text1 = "Red Roboto"; // [0:10) in DEF_TEST() local
387 StyleType::kAllAttributes, [&](TextRange text1, TextStyle style, SkScalar) { in DEF_TEST()
430 StyleType::kAllAttributes, [&](TextRange text1, TextStyle style, SkScalar) { in DEF_TEST()
2515 const char* text1 = "AVAVAWAH A0 V0 VA To The Lo"; in DEF_TEST() local
2786 const char* text1 = "fluttser "; in DEF_TEST() local
3011 const char* text1 = "Roboto 字典 "; // Roboto + unresolved in DEF_TEST() local
3766 bool expectedToBeFound) { in DEF_TEST()
DTextBlobTest.cpp319 const char text1[] = "Foo"; in DEF_TEST() local
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c2668 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n"; in START_TEST() local
2737 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local
3263 const char *text1 = "<doc>Hello "; in START_TEST() local
3982 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_param() local
4229 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_valuer() local
4319 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_not_standalone() local
4367 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_value_aborter() local
4557 const char *text1 = (const char *)XML_GetUserData(parser); in external_entity_public() local
6989 const char *text1 in START_TEST() local
7004 const char *text1 = "<foo:e xmlns:foo='http://example.org/'" in START_TEST() local
[all …]
/third_party/skia/tests/
DTextBlobTest.cpp313 const char text1[] = "Foo"; in DEF_TEST() local
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp722 const std::u16string text1 = u"\u202EFED"; in bidi() local
759 const std::u16string text1 = in onDrawContent() local
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp209 const char* text1 = "RaisedButton"; in drawCode() local
727 const std::u16string text1 = u"\u202EFED"; in bidi() local
765 const std::u16string text1 = in onDrawContent() local
1908 const char* text1 = "Go to device settings "; in onDrawContent() local
3228 const char* text1 = "אאא בבב גגג דדד ההה"; in onDrawContent() local
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp5026 UText text1 = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local
5074 UChar text1[80]; in PreAllocatedUTextCAPI() local
5122 UChar text1[80]; in PreAllocatedUTextCAPI() local
5173 UChar text1[80]; in PreAllocatedUTextCAPI() local
Drbbiapts.cpp273 CharacterIterator* text1= new StringCharacterIterator(str1); in TestGetSetAdoptText() local
Dregcoll.cpp1115 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local
Ditrbnf.cpp95 UChar text1[] = { in TestHebrewFraction() local
Dnumfmtst.cpp6980 UnicodeString text1, text2; in TestCurrencyFractionDigits() local
/third_party/elfio/tests/
DELFIOTest.cpp1026 const section* text1 = reader_no_compression.sections[1]; in TEST() local
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1024 const char* text1 = "Red Roboto"; // [0:10) in UNIX_ONLY_TEST() local
2096 const char* text1 = "This text should be"; in UNIX_ONLY_TEST() local
2217 const char* text1 = "No italic "; in UNIX_ONLY_TEST() local
3735 const char* text1 = "AVAVAWAH A0 V0 VA To The Lo"; in UNIX_ONLY_TEST() local
4006 const char* text1 = "fluttser "; in UNIX_ONLY_TEST() local
4231 const char* text1 = "Roboto 字典 "; // Roboto + unresolved in UNIX_ONLY_TEST() local
5056 bool expectedToBeFound) { in UNIX_ONLY_TEST()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3691 String text1 = cfmt.format(value); in TestCurrencyFractionDigits() local
3715 String text1 = df.format(-0.01); in TestNegZeroRounding() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java3694 String text1 = cfmt.format(value); in TestCurrencyFractionDigits() local
3718 String text1 = df.format(-0.01); in TestNegZeroRounding() local
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc1151 const char* text1 = "Red Roboto"; in TEST_F() local
4303 const char* text1 = "fluttser "; in TEST_F() local