Home
last modified time | relevance | path

Searched refs:nLangSepPos (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/i18npool/source/isolang/
H A Disolang.cxx1048 sal_Int32 nLangSepPos = rString.indexOf( (sal_Char)'_' ); in convertUnxByteStringToLanguage() local
1060 if ( ((nLangSepPos >= 0) && (nLangSepPos > nCountrySepPos)) in convertUnxByteStringToLanguage()
1061 || ((nLangSepPos < 0)) ) in convertUnxByteStringToLanguage()
1066 else if ( nLangSepPos >= 0 ) in convertUnxByteStringToLanguage()
1069 aLang = rString.copy( 0, nLangSepPos ); in convertUnxByteStringToLanguage()
1070 aCountry = rString.copy( nLangSepPos+1, nCountrySepPos - nLangSepPos - 1); in convertUnxByteStringToLanguage()

Completed in 36 milliseconds