Home
last modified time | relevance | path

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

/aoo41x/main/i18npool/source/isolang/
H A Disolang.cxx1049 sal_Int32 nCountrySepPos = rString.indexOf( (sal_Char)'.' ); in convertUnxByteStringToLanguage() local
1052 if (nCountrySepPos < 0) in convertUnxByteStringToLanguage()
1053 nCountrySepPos = nAtPos; in convertUnxByteStringToLanguage()
1054 if (nCountrySepPos < 0) in convertUnxByteStringToLanguage()
1055 nCountrySepPos = rString.getLength(); in convertUnxByteStringToLanguage()
1060 if ( ((nLangSepPos >= 0) && (nLangSepPos > nCountrySepPos)) in convertUnxByteStringToLanguage()
1064 aLang = rString.copy( 0, nCountrySepPos ); in convertUnxByteStringToLanguage()
1070 aCountry = rString.copy( nLangSepPos+1, nCountrySepPos - nLangSepPos - 1); in convertUnxByteStringToLanguage()

Completed in 23 milliseconds