HomeSort by relevance Sort by last modified time
    Searched defs:findCodePoint (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
bmpset.cpp 37 list4kStarts[0]=findCodePoint(0x800, 0, listLength-1);
40 list4kStarts[i]=findCodePoint(i<<12, list4kStarts[i-1], listLength-1);
233 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const {
235 findCodePoint(c)
uniset.cpp 417 int32_t i = findCodePoint(c);
430 int32_t UnicodeSet::findCodePoint(UChar32 c) const {
432 findCodePoint(c)
478 int32_t i = findCodePoint(start);
541 int32_t i = findCodePoint(start);
877 int32_t i = findCodePoint(pinCodePoint(c));
    [all...]

Completed in 1405 milliseconds