Home
last modified time | relevance | path

Searched refs:charLimit (Results 1 – 4 of 4) 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/fpdfsdk/javascript/
DField.h107 bool charLimit(CJS_Runtime* pRuntime,
526 JS_STATIC_PROP(charLimit, Field);
DField.cpp881 bool Field::charLimit(CJS_Runtime* pRuntime, in charLimit() function in Field