Searched refs:aLocaleIter (Results 1 – 1 of 1) sorted by relevance
2407 PropertyMap::iterator aLocaleIter = pTopContext->find( aCharLocale ); in GetCurrentLocale() local2408 if( aLocaleIter != pTopContext->end()) in GetCurrentLocale()2409 aLocaleIter->second >>= rLocale; in GetCurrentLocale()2413 aLocaleIter = pParaContext->find(aCharLocale); in GetCurrentLocale()2414 if( aLocaleIter != pParaContext->end()) in GetCurrentLocale()2416 aLocaleIter->second >>= rLocale; in GetCurrentLocale()
Completed in 35 milliseconds