Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/isolang/
H A Disolang.cxx1051 sal_Int32 nCountrySepPos = rString.indexOf( (sal_Char)'.' ); in convertUnxByteStringToLanguage() local
1054 if (nCountrySepPos < 0) in convertUnxByteStringToLanguage()
1055 nCountrySepPos = nAtPos; in convertUnxByteStringToLanguage()
1056 if (nCountrySepPos < 0) in convertUnxByteStringToLanguage()
1057 nCountrySepPos = rString.getLength(); in convertUnxByteStringToLanguage()
1062 if ( ((nLangSepPos >= 0) && (nLangSepPos > nCountrySepPos)) in convertUnxByteStringToLanguage()
1066 aLang = rString.copy( 0, nCountrySepPos ); in convertUnxByteStringToLanguage()
1072 aCountry = rString.copy( nLangSepPos+1, nCountrySepPos - nLangSepPos - 1); in convertUnxByteStringToLanguage()

Completed in 17 milliseconds