Searched refs:charLimit (Results 1 – 4 of 4) sorted by relevance
119 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()
77 int32_t charLimit; variable143 charLimit = start + length; in reset()
107 bool charLimit(CJS_Runtime* pRuntime,526 JS_STATIC_PROP(charLimit, Field);
881 bool Field::charLimit(CJS_Runtime* pRuntime, in charLimit() function in Field