OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestUCharIterator
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/intltest/
citrtest.h
39
void
TestUCharIterator
();
40
void
TestUCharIterator
(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
citrtest.cpp
154
case 4: name = "
TestUCharIterator
"; if (exec)
TestUCharIterator
(); break;
766
void CharIterTest::
TestUCharIterator
(UCharIterator *iter, CharacterIterator &ci,
843
void CharIterTest::
TestUCharIterator
() {
861
TestUCharIterator
(&sIter, compareCI, moves, "uiter_setString");
863
TestUCharIterator
(&cIter, compareCI, moves, "uiter_setCharacterIterator");
865
TestUCharIterator
(&rIter, compareCI, moves, "uiter_setReplaceable");
[
all
...]
/external/icu/icu4c/source/test/cintltst/
custrtst.c
38
static void
TestUCharIterator
(void);
50
addTest(root, &
TestUCharIterator
, "tsutil/custrtst/
TestUCharIterator
");
[
all
...]
Completed in 865 milliseconds