Searched refs:nCountrySepPos (Results 1 – 1 of 1) sorted by relevance
1049 sal_Int32 nCountrySepPos = rString.indexOf( (sal_Char)'.' ); in convertUnxByteStringToLanguage() local1052 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 15 milliseconds