Searched refs:locFile (Results 1 – 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSWindows/ |
D | loclibrary.c | 105 int PathForResourceA ( HMODULE module, const char *name, char *locFile, int locFileLen) in PathForResourceA() argument 133 ret = PathForResourceWithPathA (appPathNameA, name, locFile, locFileLen); in PathForResourceA() 142 int PathForResourceW ( HMODULE module, const wchar_t *name, wchar_t *locFile, int locFileLen) in PathForResourceW() argument 170 ret = PathForResourceWithPathW (appPathNameW, name, locFile, locFileLen); in PathForResourceW() 183 char *locFile, int locFileLen) { in PathForResourceWithPathA() argument 205 strncpy(locFile, tmpBuffer, locFileLen); in PathForResourceWithPathA() 206 return (int) strlen(locFile); in PathForResourceWithPathA() 217 strncpy(locFile, tmpBuffer, locFileLen); in PathForResourceWithPathA() 218 return (int) strlen(locFile); in PathForResourceWithPathA() 224 wchar_t *locFile, int locFileLen) { in PathForResourceWithPathW() argument [all …]
|
D | loclibrary.h | 33 int PathForResourceW ( HMODULE module, const wchar_t *name, wchar_t *locFile, int locFileLen); 34 int PathForResourceWithPathW ( const wchar_t *path, const wchar_t *name, wchar_t *locFile, int locF… 36 int PathForResourceA ( HMODULE module, const char *name, char *locFile, int locFileLen); 37 int PathForResourceWithPathA ( const char *path, const char *name, char *locFile, int locFileLen);
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ConvertLanguageData.java | 154 CLDRFile locFile = cldrFactory.make(localeRaw, false); in main() local 155 if (locFile.isAliasedAtTopLevel()) { in main()
|