Home
last modified time | relevance | path

Searched refs:charLimit (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/extra/scrptrun/
Dscrptrun.cpp119 if (scriptEnd >= charLimit) { in next()
125 for (scriptStart = scriptEnd; scriptEnd < charLimit; scriptEnd += 1) { in next()
131 if (high >= 0xD800 && high <= 0xDBFF && scriptEnd < charLimit - 1) in next()
Dscrptrun.h77 int32_t charLimit; variable
143 charLimit = start + length; in reset()
/external/pdfium/fxjs/
Dcjs_field.h361 JS_STATIC_PROP(charLimit, char_limit, Field);