Home
last modified time | relevance | path

Searched defs:text2 (Results 1 – 24 of 24) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dreapits.c409 UChar text2[50]; in TestRegexCAPI() local
463 UChar text2[50]; in TestRegexCAPI() local
830 UChar text2[80]; in TestRegexCAPI() local
902 UChar text2[80]; /* "No match Here" */ in TestRegexCAPI() local
1064 UChar text2[80]; in TestRegexCAPI() local
1561 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1608 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1827 UChar text2[80]; in TestUTextAPI() local
1876 UChar text2[80]; in TestUTextAPI() local
1959 UChar text2[80]; in TestUTextAPI() local
Dcbiditst.c1827 static const char* const text2 = "\\u05d0 1-2\\u001c\\u0630 1-2\\u001c1-2"; in testMultipleParagraphs() local
/third_party/typescript/tests/cases/conformance/jsdoc/
DinstantiateTemplateTagTypeParameterOnVariableStatement.ts14 const text2 = "world"; constant
/third_party/typescript/tests/baselines/reference/
DinstantiateTemplateTagTypeParameterOnVariableStatement.js10 const text2 = "world"; 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/bidi/
DTestMultipleParagraphs.java55 private static final String text2 = "\u05d0 1-2\u001c\u0630 1-2\u001c1-2"; field in TestMultipleParagraphs
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
DTestMultipleParagraphs.java58 private static final String text2 = "\u05d0 1-2\u001c\u0630 1-2\u001c1-2"; field in TestMultipleParagraphs
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts351 const text2 = ` constant
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITest.java80 char text2[] = { in TestThaiDictionaryBreakIterator() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
DRBBITest.java77 char text2[] = { in TestThaiDictionaryBreakIterator() local
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c2669 const char *text2 = "<doc>&entity;</doc>"; in START_TEST() local
2739 const char *text2 = "<doc>&entity;</doc>"; in START_TEST() local
3264 const char *text2 = " World</doc>"; in START_TEST() local
4041 const char *text2 = "<!ELEMENT el EMPTY>\n" in external_entity_param() local
4377 const char *text2 = "<!ATTLIST doc a1 CDATA 'value'>"; in external_entity_not_standalone() local
4426 const char *text2 = "<?xml version='1.0' encoding='utf-8'?>"; in external_entity_value_aborter() local
4613 const char *text2 = "<!ATTLIST doc a CDATA 'value'>"; in external_entity_public() local
7046 const char *text2 in START_TEST() local
7061 const char *text2 in START_TEST() local
7120 const char *text2 in START_TEST() local
[all …]
/third_party/skia/tests/
DTextBlobTest.cpp314 const char text2[] = "Bar"; in DEF_TEST() local
/third_party/icu/icu4c/source/test/intltest/
Drbbiapts.cpp275 CharacterIterator* text2= new StringCharacterIterator(str2); in TestGetSetAdoptText() local
Dregcoll.cpp1124 static const UChar text2[][CollationRegressionTest::MAX_TOKEN_LEN] = { in TestT7189() local
Dregextst.cpp4918 UText text2 = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local
5014 UChar text2[80]; in PreAllocatedUTextCAPI() local
5065 UChar text2[80]; in PreAllocatedUTextCAPI() local
Dconvtest.cpp765 static const char *text2 = "a��"; // U+1F6B2 bicycle: 4 bytes in TestUTF8ToUTF8Overflow() local
Ditrbnf.cpp104 UChar text2[] = { in TestHebrewFraction() local
Dnumrgts.cpp2950 …static const UChar text2[] = { 0x6E, 0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0 }; // n1234567… local
Dnumfmtst.cpp6985 UnicodeString text1, text2; in TestCurrencyFractionDigits() local
/third_party/elfio/tests/
DELFIOTest.cpp1030 const section* text2 = reader.sections[1]; in TEST() local
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp210 const char* text2 = "(\n"; in drawCode() local
728 const std::u16string text2 = u"\u202Dghi"; in bidi() local
1909 const char* text2 = "and set up a passcode."; in onDrawContent() local
3229 const char* text2 = "ששש תתת"; in onDrawContent() local
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1069 const char* text2 = "big Greeen Default"; // [10:28) in UNIX_ONLY_TEST() local
2148 const char* text2 = " decorated even when"; in UNIX_ONLY_TEST() local
2269 const char* text2 = "Yes Italic "; in UNIX_ONLY_TEST() local
3787 const char* text2 = " Dialog Text List lots of words to see " in UNIX_ONLY_TEST() local
4058 const char* text2 = "mdje"; in UNIX_ONLY_TEST() local
4283 const char* text2 = "Homemade Apple 字典"; // Homemade Apple + Noto Sans... in UNIX_ONLY_TEST() local
5107 bool expectedToBeFound) { in UNIX_ONLY_TEST()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3695 String text2 = cfmt.format(value); in TestCurrencyFractionDigits() local
3718 String text2 = df.format(-0.01); in TestNegZeroRounding() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java3698 String text2 = cfmt.format(value); in TestCurrencyFractionDigits() local
3721 String text2 = df.format(-0.01); in TestNegZeroRounding() local