Home
last modified time | relevance | path

Searched refs:chariter (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ditercoll.cpp317 CharacterIterator* chariter = new StringCharacterIterator(test1); in TestSetText() local
318 iter2->setText(*chariter, status); in TestSetText()
335 ((StringCharacterIterator *)chariter)->setText(empty); in TestSetText()
336 iter1->setText(*chariter, status); in TestSetText()
341 delete chariter; in TestSetText()
550 StringCharacterIterator chariter(test1); in TestConstructors() local
552 coll->createCollationElementIterator(chariter); in TestConstructors()
573 chariter.setText(empty); in TestConstructors()
574 iter2 = coll->createCollationElementIterator(chariter); in TestConstructors()
Dsrchtest.cpp630 StringCharacterIterator chariter(text); in TestOpenClose() local
639 chariter.setText(text); in TestOpenClose()
641 result = new StringSearch(pattern, chariter, NULL, NULL, status); in TestOpenClose()
655 chariter.setText(text); in TestOpenClose()
657 result = new StringSearch(pattern, chariter, NULL, NULL, status); in TestOpenClose()
672 chariter.setText(text); in TestOpenClose()
674 result = new StringSearch(pattern, chariter, NULL, NULL, status); in TestOpenClose()
688 chariter.setText(text); in TestOpenClose()
690 result = new StringSearch(pattern, chariter, NULL, NULL, status); in TestOpenClose()
704 result = new StringSearch(pattern, chariter, m_en_us_, NULL, status); in TestOpenClose()
[all …]
Dapicoll.cpp634 CharacterIterator *chariter=new StringCharacterIterator(testString1); in TestElemIter() local
635 …ationElementIterator *coliter=((RuleBasedCollator*)col)->createCollationElementIterator(*chariter); in TestElemIter()
788 coliter->setText(*chariter, success); in TestElemIter()
797 delete chariter; in TestElemIter()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
DSearchTest.java1446 StringCharacterIterator chariter= new StringCharacterIterator(text); in TestOpenClose() local
1456 chariter.setText(text); in TestOpenClose()
1458 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1472 chariter.setText(text); in TestOpenClose()
1474 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1489 chariter.setText(text); in TestOpenClose()
1491 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1505 chariter.setText(text); in TestOpenClose()
1507 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1520 result = new StringSearch(pattern, chariter, m_en_us_, null); in TestOpenClose()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java1445 StringCharacterIterator chariter= new StringCharacterIterator(text); in TestOpenClose() local
1455 chariter.setText(text); in TestOpenClose()
1457 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1471 chariter.setText(text); in TestOpenClose()
1473 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1488 chariter.setText(text); in TestOpenClose()
1490 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1504 chariter.setText(text); in TestOpenClose()
1506 result = new StringSearch(pattern, chariter, null, null); in TestOpenClose()
1519 result = new StringSearch(pattern, chariter, m_en_us_, null); in TestOpenClose()
[all …]
/external/icu/icu4c/source/test/hdrtst/
Dcxxfiles.txt26 chariter.h
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java433 CharacterIterator chariter = new StringCharacterIterator(test1); in TestSetText() local
435 iter2.setText(chariter); in TestSetText()
DCollationAPITest.java291 CharacterIterator chariter=new StringCharacterIterator(testString1); in TestElemIter() local
293 …ollationElementIterator iterator2 = ((RuleBasedCollator)col).getCollationElementIterator(chariter); in TestElemIter()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java434 CharacterIterator chariter = new StringCharacterIterator(test1); in TestSetText() local
436 iter2.setText(chariter); in TestSetText()
DCollationAPITest.java292 CharacterIterator chariter=new StringCharacterIterator(testString1); in TestElemIter() local
294 …ollationElementIterator iterator2 = ((RuleBasedCollator)col).getCollationElementIterator(chariter); in TestElemIter()
/external/icu/icu4c/source/common/
DAndroid.bp117 "chariter.cpp",
DMakefile.in101 chariter.o schriter.o uchriter.o uiter.o \
/external/icu/icu4c/source/test/depstest/
Ddependencies.txt341 chariter
343 group: chariter
344 chariter.o
/external/skia/third_party/icu/
DBUILD.gn38 "../externals/icu/source/common/chariter.cpp",