Lines Matching refs:WCHAR
38 WCHAR * filename(WCHAR * path) { in filename()
39 WCHAR * f = path; in filename()
40 for (WCHAR * p = path;;) { in filename()
51 WCHAR * buildPath( in buildPath()
52 WCHAR * path, WCHAR const * frontBegin, WCHAR const * frontEnd, in buildPath()
53 WCHAR const * backBegin, std::size_t backLength) in buildPath()
71 WCHAR const * p = frontEnd - 1; in buildPath()
91 WCHAR * p; in buildPath()
93 p = const_cast< WCHAR * >(frontEnd); in buildPath()
111 WCHAR * resolveLink(WCHAR * path) { in resolveLink()
124 WCHAR p2[MAX_PATH]; in resolveLink()
191 p2[n2++] = static_cast< WCHAR >(((u - 0x10000) >> 10) | 0xD800); in resolveLink()
192 p2[n2++] = static_cast< WCHAR >( in resolveLink()
201 WCHAR * end; in resolveLink()