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

  /external/icu4c/extra/scrptrun/
scrptrun.h 75 int32_t charLimit;
141 charLimit = start + length;
scrptrun.cpp 118 if (scriptEnd >= charLimit) {
124 for (scriptStart = scriptEnd; scriptEnd < charLimit; scriptEnd += 1) {
130 if (high >= 0xD800 && high <= 0xDBFF && scriptEnd < charLimit - 1)

Completed in 233 milliseconds