Searched refs:nCountrySep (Results 1 – 1 of 1) sorted by relevance
795 sal_Int32 nCountrySep = sLocaleString.indexOf( '-' ); in lcl_getCollationForLocale() local796 if ( nCountrySep > -1 ) in lcl_getCollationForLocale()797 sLocaleString = sLocaleString.copy( 0, nCountrySep ); in lcl_getCollationForLocale()
Completed in 19 milliseconds