Searched refs:len_loc (Results 1 – 1 of 1) sorted by relevance
621 int len_loc; in enc_to_utf16() local626 len_loc = (int)STRLEN(str) + 1; in enc_to_utf16()627 lenp = &len_loc; in enc_to_utf16()682 int len_loc; in utf16_to_enc() local686 len_loc = (int)wcslen(str) + 1; in utf16_to_enc()687 lenp = &len_loc; in utf16_to_enc()