Home
last modified time | relevance | path

Searched refs:TestText (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Ducnvseltst.c188 typedef struct TestText { struct
192 } TestText; argument
195 text_reset(TestText *tt) { in text_reset()
201 text_nextString(TestText *tt, int32_t *pLength) { in text_nextString()
226 text_open(TestText *tt) { in text_open()
230 uprv_memset(tt, 0, sizeof(TestText)); in text_open()
258 text_close(TestText *tt) { in text_close()
381 TestText text; in TestSelector()
Dusrchtst.c1119 static void TestText(void) in TestText() function
3064 addTest(root, &TestText, "tscoll/usrchtst/TestText"); in addSearchTest()
/third_party/flutter/flutter/packages/flutter/test/material/
Dexpansion_tile_test.dart26 class TestText extends StatefulWidget {
27 const TestText(this.text, {Key key}) : super(key: key);
35 class TestTextState extends State<TestText> {
180 title: TestText('Expanded', key: expandedTitleKey),
187 title: TestText('Collapsed', key: collapsedTitleKey),
Dlist_tile_test.dart30 class TestText extends StatefulWidget {
31 const TestText(this.text, { Key key }) : super(key: key);
39 class TestTextState extends State<TestText> {
282 title: TestText('title', key: titleKey),
283 subtitle: TestText('subtitle', key: subtitleKey),
/third_party/icu/icu4c/source/test/intltest/
Dsrchtest.h65 void TestText();
Dsrchtest.cpp140 CASE(10, TestText) in runIndexedTest()
1208 void StringSearchTest::TestText() in TestText() function in StringSearchTest
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java1868 public void TestText() { in TestText() method in SearchTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
DSearchTest.java1871 public void TestText() { in TestText() method in SearchTest