Searched refs:targetSize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Deurocreg.c145 int32_t targetSize, euroBackSize; local
149 targetSize = ucnv_fromUChars(myConv,
164 targetSize,
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebBackForwardList.cpp95 unsigned targetSize = m_currentIndex + 1; local
96 removedItems.reserveCapacity(m_entries.size() - targetSize);
97 while (m_entries.size() > targetSize) {
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp1183 int32_t targetSize = targetOrders.size() - 1; local
1197 for(int32_t i = 0; i < targetSize; i += 1) {

Completed in 167 milliseconds