Home
last modified time | relevance | path

Searched refs:aDebugLocale (Results 1 – 1 of 1) sorted by path

/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx434 String aDebugLocale; in getInstalledLanguageTypes() local
437 aDebugLocale = xLoc[i].Language; in getInstalledLanguageTypes()
440 aDebugLocale += '_'; in getInstalledLanguageTypes()
441 aDebugLocale += String( xLoc[i].Country); in getInstalledLanguageTypes()
444 aDebugLocale += '_'; in getInstalledLanguageTypes()
445 aDebugLocale += String( xLoc[i].Variant); in getInstalledLanguageTypes()
456 aMsg += aDebugLocale; in getInstalledLanguageTypes()
470 aMsg += aDebugLocale; in getInstalledLanguageTypes()
490 && !aDebugLocale.EqualsAscii( "ar_SD" ) // Sudan/ar in getInstalledLanguageTypes()
491 && !aDebugLocale.EqualsAscii( "en_CB" ) // Carribean is not a country in getInstalledLanguageTypes()
[all …]

Completed in 18 milliseconds