Searched refs:ustr (Results 1 – 2 of 2) sorted by relevance
151 int32_t *ustr,189 char *ustr,
316 int32_t *ustr, in utf8_normalizeOptCaseFold() argument321 int32_t *ustrCur = ustr; in utf8_normalizeOptCaseFold()322 const int32_t *ustrLimit = ustr + ustr_size; in utf8_normalizeOptCaseFold()363 …*ustr_len = (uint32_t)(ustrCur - ustr); // XXXpjr: the explicit (uint32_t) cast wasn't present in … in utf8_normalizeOptCaseFold()393 char *ustr, in utf8_normalizeOptCaseFoldToUTF8() argument398 char *ustrCur = ustr; in utf8_normalizeOptCaseFoldToUTF8()399 const char *ustrLimit = ustr + ustr_size; in utf8_normalizeOptCaseFoldToUTF8()444 *ustr_len = ustrCur - ustr; in utf8_normalizeOptCaseFoldToUTF8()