Home | History | Annotate | Download | only in i18n

Lines Matching refs:failPos

206     int32_t failPos = 0x7fffffff;   // TODO: do we have a #define for max int32?
215 scriptCount = This->scriptScan(text, length, failPos, *status);
230 if (i < failPos) {
231 failPos = i;
277 failPos = i;
278 // TODO: Bug 8655: failPos is the position in the NFD buffer, but what we want
280 if (failPos > length) {
281 failPos = length;
326 if (position != NULL && failPos != 0x7fffffff) {
327 *position = failPos;