Home | History | Annotate | Download | only in dumpce

Lines Matching full:usetiter

42 #include <unicode/usetiter.h>
1000 UnicodeSetIterator* usetiter = new UnicodeSetIterator(*uniset);
1004 while (usetiter -> next()) {
1005 if (usetiter -> isString()) {
1006 UnicodeString strItem = usetiter -> getString();
1016 codepoint = usetiter -> getCodepoint();