Home
last modified time | relevance | path

Searched refs:aLocDict (Results 1 – 1 of 1) sorted by relevance

/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx162 NSDictionary *aLocDict = [ NSLocale componentsFromLocaleIdentifier:postspdict[i] ]; in getLocales() local
163 NSString* aLang = [ aLocDict objectForKey:NSLocaleLanguageCode ]; in getLocales()
164 NSString* aCountry = [ aLocDict objectForKey:NSLocaleCountryCode ]; in getLocales()