HomeSort by: relevance | last modified time | path
    Searched defs:byte_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
regex_internal.c 208 Idx byte_idx, end_idx, remain_len;
214 for (byte_idx = pstr->valid_len; byte_idx < end_idx;)
219 remain_len = end_idx - byte_idx;
228 ch = pstr->raw_mbs [pstr->raw_mbs_idx + byte_idx + i];
229 buf[i] = pstr->mbs[byte_idx + i] = pstr->trans[ch];
234 p = (const char *) pstr->raw_mbs + pstr->raw_mbs_idx + byte_idx;
246 wc = (wchar_t) pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
253 pstr->wcs[byte_idx++] = wc;
255 for (remain_len = byte_idx + mbclen - 1; byte_idx < remain_len ;
207 Idx byte_idx, end_idx, remain_len; local
269 Idx src_idx, byte_idx, end_idx, remain_len; local
    [all...]
regex_internal.h 864 int byte_idx;
867 for (byte_idx = 1; idx + byte_idx < pstr->valid_len; ++byte_idx)
868 if (pstr->wcs[idx + byte_idx] != WEOF)
870 return byte_idx;
863 int byte_idx; local

Completed in 26 milliseconds