Searched defs:locFile (Results 1 – 2 of 2) sorted by relevance
105 int PathForResourceA ( HMODULE module, const char *name, char *locFile, int locFileLen) in PathForResourceA()142 int PathForResourceW ( HMODULE module, const wchar_t *name, wchar_t *locFile, int locFileLen) in PathForResourceW()183 char *locFile, int locFileLen) { in PathForResourceWithPathA()224 wchar_t *locFile, int locFileLen) { in PathForResourceWithPathW()
154 CLDRFile locFile = cldrFactory.make(localeRaw, false); in main() local