Searched refs:dictpath (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 316 OUString dictpath; in hyphenate() local 318 osl::FileBase::getSystemPathFromFileURL( DictFN, dictpath ); in hyphenate() 319 OString sTmp( OU2ENC( dictpath, osl_getThreadTextEncoding() ) ); in hyphenate() 326 sTmp = Win_GetShortPathName( dictpath ); in hyphenate() 331 … fprintf(stderr, "Couldn't find file %s\n", OU2ENC(dictpath, osl_getThreadTextEncoding()) ); in hyphenate() 579 OUString dictpath; in createPossibleHyphens() local 581 osl::FileBase::getSystemPathFromFileURL( DictFN, dictpath ); in createPossibleHyphens() 582 OString sTmp( OU2ENC( dictpath, osl_getThreadTextEncoding() ) ); in createPossibleHyphens() 589 sTmp = Win_GetShortPathName( dictpath ); in createPossibleHyphens() 594 …fprintf(stderr, "Couldn't find file %s and %s\n", sTmp.getStr(), OU2ENC(dictpath, osl_getThreadTex… in createPossibleHyphens()
|
Completed in 19 milliseconds