Lines Matching defs:start
76 wchar_t start;
120 __le16 *anchor = ucs1; /* save a pointer to start of ucs1 */
170 wchar_t *anchor = ucs1; /* save the start of result string */
333 while (rp->start) {
334 if (uc < rp->start) /* Before start of range */
337 return uc + rp->table[uc - rp->start];
375 while (rp->start) {
376 if (uc < rp->start) /* Before start of range */
379 return uc + rp->table[uc - rp->start];