OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestUCharIterator
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
citrtest.cpp
152
case 4: name = "
TestUCharIterator
"; if (exec)
TestUCharIterator
(); break;
764
void CharIterTest::
TestUCharIterator
(UCharIterator *iter, CharacterIterator &ci,
841
void CharIterTest::
TestUCharIterator
() {
859
TestUCharIterator
(&sIter, compareCI, moves, "uiter_setString");
861
TestUCharIterator
(&cIter, compareCI, moves, "uiter_setCharacterIterator");
863
TestUCharIterator
(&rIter, compareCI, moves, "uiter_setReplaceable");
[
all
...]
/external/icu4c/test/cintltst/
custrtst.c
39
static void
TestUCharIterator
(void);
53
addTest(root, &
TestUCharIterator
, "tsutil/custrtst/
TestUCharIterator
");
[
all
...]
Completed in 800 milliseconds