Searched refs:cp (Results 1 – 2 of 2) sorted by relevance
31 const wchar_t *cp; in do_test() local33 for (cp = L"hello", cnt = 1; *cp != L'\0'; ++cp, ++cnt) in do_test()36 if (wc != (wint_t) *cp) in do_test()39 wc, (wint_t) *cp); in do_test()
236 const unsigned char *cp = (const unsigned char *) from_start; in __libio_codecvt_length() local252 (gs, &codecvt->__cd_in.step_data, &cp, in __libio_codecvt_length()256 result = cp - (const unsigned char *) from_start; in __libio_codecvt_length()
Completed in 5 milliseconds