Home
last modified time | relevance | path

Searched defs:locFile (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/
Dloclibrary.c105 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()
/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java154 CLDRFile locFile = cldrFactory.make(localeRaw, false); in main() local