Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/collator/
H A DcollatorImpl.cxx46 cachedItem = NULL; in CollatorImpl()
61 if (cachedItem) in compareSubstring()
75 if (cachedItem) in compareString()
98 if (! cachedItem || ! cachedItem->equals(rLocale, impl)) in loadCollatorAlgorithm()
101 if (cachedItem) in loadCollatorAlgorithm()
102cachedItem->xC->loadCollatorAlgorithm(cachedItem->algorithm, nLocale = rLocale, collatorOptions); in loadCollatorAlgorithm()
158 cachedItem = lookupTable[l]; in createCollator()
160 …lookupTable.push_back(cachedItem = new lookupTableItem(rLocale, rSortAlgorithm, serviceName, cache… in createCollator()
186 cachedItem = lookupTable[i]; in loadCachedCollator()
187 if (cachedItem->equals(rLocale, rSortAlgorithm)) { in loadCachedCollator()
[all …]
/trunk/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx40 xUCI = cachedItem->xCI; in CharacterClassificationImpl()
140 cachedItem = lookupTable[l]; in createLocaleSpecificCharacterClassification()
141 if (serviceName == cachedItem->aName) { in createLocaleSpecificCharacterClassification()
142 … lookupTable.push_back( cachedItem = new lookupTableItem(rLocale, serviceName, cachedItem->xCI) ); in createLocaleSpecificCharacterClassification()
166 if (cachedItem && cachedItem->equals(rLocale)) in getLocaleSpecificCharacterClassification()
167 return cachedItem->xCI; in getLocaleSpecificCharacterClassification()
170 cachedItem = lookupTable[i]; in getLocaleSpecificCharacterClassification()
171 if (cachedItem->equals(rLocale)) in getLocaleSpecificCharacterClassification()
172 return cachedItem->xCI; in getLocaleSpecificCharacterClassification()
199 return cachedItem->xCI; in getLocaleSpecificCharacterClassification()
[all …]
/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker.cxx42 cachedItem = NULL; in InputSequenceCheckerImpl()
116 if (cachedItem && cachedItem->aLanguage == rLanguage) { in getInputSequenceChecker()
117 return cachedItem->xISC; in getInputSequenceChecker()
121 cachedItem = lookupTable[l]; in getInputSequenceChecker()
122 if (cachedItem->aLanguage == rLanguage) in getInputSequenceChecker()
123 return cachedItem->xISC; in getInputSequenceChecker()
134 lookupTable.push_back(cachedItem = new lookupTableItem(rLanguage, xISC)); in getInputSequenceChecker()
135 return cachedItem->xISC; in getInputSequenceChecker()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx1301 if (cachedItem.get() && cachedItem->equals(rLocale)) { in getFunctionSymbol()
1302 aBuf.ensureCapacity(strlen(pFunction) + 1 + strlen(cachedItem->localeName)); in getFunctionSymbol()
1303 return cachedItem->module->getFunctionSymbol(aBuf.appendAscii(pFunction).append(under). in getFunctionSymbol()
1304 appendAscii(cachedItem->localeName).makeStringAndClear()); in getFunctionSymbol()
1339 cachedItem.reset( pCachedItem ); in getFunctionSymbol()
1340 if( cachedItem.get()) in getFunctionSymbol()
1341 cachedItem->aLocale = rLocale; in getFunctionSymbol()
1362 cachedItem.reset( pCachedItem ); in getAllInstalledLocaleNames()
/trunk/main/i18npool/inc/
H A Dinputsequencechecker.hxx75 lookupTableItem *cachedItem; member in com::sun::star::i18n::InputSequenceCheckerImpl
H A DcollatorImpl.hxx99 lookupTableItem *cachedItem; member in com::sun::star::i18n::CollatorImpl
H A DcharacterclassificationImpl.hxx100 lookupTableItem *cachedItem; member in com::sun::star::i18n::CharacterClassificationImpl
H A Dlocaledata.hxx118 ::std::auto_ptr< LocaleDataLookupTableItem > cachedItem;

Completed in 48 milliseconds