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

  /external/icu4c/common/
normalizer2impl.h 156 * which stops previousCC() before it reads that character and looks up its cc.
157 * previousCC() is normally only called from insert().
187 uint8_t previousCC(); // Returns 0 if there is no previous character.
normalizer2impl.cpp 50 lastCC=previousCC();
53 while(previousCC()>1) {}
208 uint8_t ReorderingBuffer::previousCC() {
229 for(setIterator(), skipPrevious(); previousCC()>cc;) {}
    [all...]

Completed in 51 milliseconds