Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/isolang/
H A Disolang.cxx1050 sal_Int32 nLangSepPos = rString.indexOf( (sal_Char)'_' ); in convertUnxByteStringToLanguage() local
1062 if ( ((nLangSepPos >= 0) && (nLangSepPos > nCountrySepPos)) in convertUnxByteStringToLanguage()
1063 || ((nLangSepPos < 0)) ) in convertUnxByteStringToLanguage()
1068 else if ( nLangSepPos >= 0 ) in convertUnxByteStringToLanguage()
1071 aLang = rString.copy( 0, nLangSepPos ); in convertUnxByteStringToLanguage()
1072 aCountry = rString.copy( nLangSepPos+1, nCountrySepPos - nLangSepPos - 1); in convertUnxByteStringToLanguage()

Completed in 25 milliseconds