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