Searched refs:cur_utf_buf (Results 1 – 1 of 1) sorted by relevance
4758 static uint_t cur_utf_buf = 0; variable4769 if (cur_utf_buf >= MAX_UTF8_STRINGS) in utf8localize()4772 newsize = oldsize = utf_buflen[cur_utf_buf]; in utf8localize()4782 utf_buf[cur_utf_buf] = realloc(utf_buf[cur_utf_buf], in utf8localize()4784 if (utf_buf[cur_utf_buf] == NULL) { in utf8localize()4786 utf_buflen[cur_utf_buf] = 0; in utf8localize()4789 utf_buflen[cur_utf_buf] = newsize; in utf8localize()4792 result = utf_buf[cur_utf_buf]; in utf8localize()4801 cur_utf_buf++; in utf8localize()4809 cur_utf_buf = 0; in utf8free()