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

  /external/icu4c/i18n/
ucol_tok.h 136 UChar32 currentRangeCp; /* Current code point in the range. */
ucol_tok.cpp 881 * src->currentRangeCp: The current code point to process.
883 * Pre-requisite: src->currentRangeCp <= src->lastRangeCp.
893 uint32_t nChars = U16_LENGTH(src->currentRangeCp);
897 U16_APPEND_UNSAFE(buff, i, src->currentRangeCp);
900 ++src->currentRangeCp;
901 if (src->currentRangeCp > src->lastRangeCp) {
908 src->previousCp = src->currentRangeCp;
    [all...]

Completed in 75 milliseconds