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

  /external/icu4c/common/
utrie2.h 631 trie(t), codePointStart(p), codePointLimit(p), codePoint(U_SENTINEL) {}
634 const UChar *codePointStart, *codePointLimit;
    [all...]
normalizer2impl.h 190 void setIterator() { codePointStart=limit; }
191 void skipPrevious(); // Requires start<codePointStart.
194 UChar *codePointStart, *codePointLimit;

Completed in 1645 milliseconds