Home | History | Annotate | Download | only in i18n

Lines Matching defs:checkDir

90               checkDir(1) {}
118 * To be called when checkDir < 0 || (checkDir == 0 && pos == limit).
119 * Returns with checkDir > 0 || (checkDir == 0 && pos != limit).
125 * To be called when checkDir > 0 && pos != limit.
126 * @return TRUE if success, checkDir == 0 and pos != limit
132 * To be called when checkDir > 0 || (checkDir == 0 && pos == start).
133 * Returns with checkDir < 0 || (checkDir == 0 && pos != start).
139 * To be called when checkDir < 0 && pos != start.
140 * @return TRUE if success, checkDir == 0 and pos != start
149 // checkDir > 0:
155 // checkDir < 0:
160 // checkDir == 0:
178 int8_t checkDir;