HomeSort by relevance Sort by last modified time
    Searched refs:getCodepoint (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/common/unicode/
usetiter.h 54 * processCodepointRange(it.getCodepoint(), it.getCodepointEnd());
132 * <tt>getCodepoint()</tt>.
133 * For ranges, <tt>getCodepoint()</tt> returns the starting codepoint
145 inline UChar32 getCodepoint() const;
179 * <tt>getCodepoint()</tt>
197 * range of one or more code points from <tt>getCodepoint()</tt> to
307 inline UChar32 UnicodeSetIterator::getCodepoint() const {
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp 49 start=iter.getCodepoint();
bitset.cpp 106 start=iter.getCodepoint();
  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 90 temp += uit.getCodepoint();
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 629 UChar32 c = usi.getCodepoint();
644 UChar32 c = usi.getCodepoint();
663 UChar32 c = usi.getCodepoint();
705 UChar32 c = usi.getCodepoint();
710 UChar32 d = usi2.getCodepoint();
758 srcStr = (UnicodeString)usi.getCodepoint();
821 UChar32 c = usi.getCodepoint();
833 UChar32 d = usi2.getCodepoint();
    [all...]
tstnorm.cpp     [all...]
colldata.cpp 422 hanString.append(hanIter.getCodepoint());
transtst.cpp     [all...]
usettest.cpp 759 int32_t codePoint = it.getCodepoint();
    [all...]
collationtest.cpp 234 UChar32 c = iter->getCodepoint();
    [all...]
  /external/icu/icu4c/source/i18n/
collationdatabuilder.cpp     [all...]
alphaindex.cpp 745 if ((it.getCodepoint() & 0x7) != 0) {
746 exemplars.remove(it.getCodepoint());
    [all...]
collationbuilder.cpp     [all...]
rulebasedcollator.cpp 282 h ^= data->getCE32(iter.getCodepoint());
    [all...]
  /external/icu/icu4c/source/common/
caniter.cpp 455 UChar32 cp2 = iter.getCodepoint();

Completed in 1952 milliseconds