Home
last modified time | relevance | path

Searched refs:Country (Results 26 – 50 of 224) sorted by relevance

123456789

/aoo42x/main/sal/osl/unx/
H A Dnlsupport.c127 if( pLocale->Country && (pLocale->Country->length == 2) ) in _compose_locale()
132 pLocale->Country->buffer, pLocale->Country->length, in _compose_locale()
/aoo42x/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx438 if ( xLoc[i].Country.getLength() ) in getInstalledLanguageTypes()
441 aDebugLocale += String( xLoc[i].Country); in getInstalledLanguageTypes()
485 xLoc[i].Country != aCountry ) in getInstalledLanguageTypes()
1242 if (aLCInfo.Country.equalsIgnoreAsciiCaseAscii( "IN") || // India in getDigitGroupingImpl()
1243 aLCInfo.Country.equalsIgnoreAsciiCaseAscii( "BT")) // Bhutan in getDigitGroupingImpl()
1936 return lang::Locale( aLCInfo.Language, aLCInfo.Country, aLCInfo.Variant ); in getLoadedLocale()
1946 rDebugMsg += String( aLocale.Country); in appendLocaleInfo()
1951 rDebugMsg += String( aLoaded.Country); in appendLocaleInfo()
/aoo42x/main/qadevOOo/tests/java/ifc/i18n/
H A D_XExtendedIndexEntrySupplier.java66 System.out.println("Locale " + i + ": " + locales[i].Country+","+locales[i].Language); in _getAlgorithmList()
73 log.println("No Algorithm found for " + locales[i].Country + in _getAlgorithmList()
154 log.println("loading algorithms for " + locales[i].Country + in _loadAlgorithm()
H A D_XLocaleData.java87 … res &= ( ( lci.Language.equals(languages[i]) ) && ( lci.Country.equals(countries[i]) ) ); in _getLanguageCountryInfo()
482 if ( (locs[j].Country.equals(oneLoc.Country)) && in contains()
H A D_XExtendedCalendar.java64 installed_locales[i].Country.equals("US")) { in before()
69 log.println("Choose Locale: '" + lo.Language + "', '" + lo.Country + "'"); in before()
/aoo42x/main/udkapi/com/sun/star/lang/
H A DLocale.idl79 // DocMerge from xml: field com::sun::star::lang::Locale::Country
80 /** specifies an <strong>ISO Country Code.</strong>
92 string Country;
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleSpellChecker.java92 aLoc1.Country .equals( aLoc2.Country ) && in IsEqual()
138 aLocale.Language, aLocale.Country, aLocale.Variant ); in IsUpper()
H A DSampleThesaurus.java90 aLoc1.Country .equals( aLoc2.Country ) && in IsEqual()
/aoo42x/main/i18npool/source/localedata/data/
H A Dlist-locales.awk67 if ( /<Country>/ )
74 if ( /<\/Country>/ )
/aoo42x/main/lingucomponent/source/lingutil/
H A Dlingutil.hxx71 rL1.Country == rL2.Country && in operator ==()
/aoo42x/main/toolkit/source/layout/core/
H A Dtranslate.cxx56 if ( rLocale.Country.getLength() ) in getLocaleSubdirList()
60 + rLocale.Country; in getLocaleSubdirList()
/aoo42x/main/scripting/source/stringresource/
H A Dstringresource.cxx673 cmp_locale.Country == locale.Country && in getItemForLocale()
706 (iPass > 1 || cmp_locale.Country == locale.Country) && in getClosestMatchItemForLocale()
1493 rOut.writeString( rLocale.Country ); in implWriteLocaleBinary()
1675 aLocale.Country = aIn.readString(); in importBinary()
1726 aLocale.Country = aName.copy( iStart, iNext_ - iStart ); in checkNamingSceme()
1730 aLocale.Country = aName.copy( iStart ); in checkNamingSceme()
1855 ::rtl::OUString aCountry = aLocale.Country; in implGetNameScemeForLocaleItem()
/aoo42x/main/i18npool/source/indexentry/
H A Dindexentrysupplier_common.cxx120 rLocale.Country == aLocale.Country && rLocale.Variant == aLocale.Variant) in getEntry()
/aoo42x/main/cui/source/dialogs/
H A DSpellAttrib.hxx86 aLocale.Country.equals( rDesc.aLocale.Country ) && in operator ==()
/aoo42x/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterLocale.java85 assertEquals("assert character language","US",charLocale_odt.Country); in testCharacterLocaleSetting()
95 assertEquals("assert character language","US",charLocale_doc.Country); in testCharacterLocaleSetting()
/aoo42x/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleContext.java260 System.out.println("The locale is " + loc.Language + "," + loc.Country); in _getLocale()
266 loc.Country.length() > 0; in _getLocale()
/aoo42x/main/i18npool/inc/
H A DcollatorImpl.hxx93 aLocale.Country == rLocale.Country && in equals()
H A DcharacterclassificationImpl.hxx95 aLocale.Country == rLocale.Country && in equals()
/aoo42x/main/i18npool/source/collator/
H A Dcollator_unicode.cxx95 if (OUString::createFromAscii("TW HK MO").indexOf(rLocale.Country) >= 0) in loadCollatorAlgorithm()
132 OUStringToOString(rLocale.Country, RTL_TEXTENCODING_ASCII_US).getStr(), in loadCollatorAlgorithm()
/aoo42x/main/i18npool/source/breakiterator/
H A Dbreakiterator_unicode.cxx114 rLocale.Language != aLocale.Language || rLocale.Country != aLocale.Country || in loadICUBreakIterator()
163 OUStringToOString(rLocale.Country, RTL_TEXTENCODING_ASCII_US).getStr(), in loadICUBreakIterator()
/aoo42x/main/sc/source/filter/xml/
H A DXMLExportDatabaseRanges.cxx470 if (aSortFields[0].CollatorLocale.Country.getLength()) in WriteSortDescriptor()
471 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_COUNTRY, aSortFields[0].CollatorLocale.Country); in WriteSortDescriptor()
476 rtl::OUString sCountry(aSortFields[0].CollatorLocale.Country); in WriteSortDescriptor()
481 …DBG_ASSERT(sCountry == aSortFields[i].CollatorLocale.Country, "seems that it is now possible to ha… in WriteSortDescriptor()
/aoo42x/main/sc/source/core/tool/
H A Daddincol.cxx145 rLocale.Country = rLocale.Country.toAsciiUpperCase(); in GetCompNames()
174 rLocale.Country = rLocale.Country.toAsciiUpperCase(); in SetCompNames()
199 pArray[i].Locale.Country == aUserCountry ) in GetExcelName()
533 rLocale.Country = rLocaleStr.copy( nSepPos+1 ); in ReadConfiguration()
H A Dcellkeytranslator.cxx59 if ( !rLocale1.Country.compareTo(rLocale2.Country) ) in lclLocaleCompare()
/aoo42x/main/xmloff/source/text/
H A DXMLIndexAlphabeticalSourceContext.cxx184 aLocale.Country = rValue; in ProcessAttribute()
237 (aLocale.Country.getLength() > 0) ) in EndElement()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dtextprimitive2d.cxx258 && rA.Country == rB.Country in LocalesAreEqual()

Completed in 273 milliseconds

123456789