Searched refs:otherSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DSpaceSplitString.cpp93 size_t otherSize = other.m_vector.size(); local
94 for (size_t i = 0; i < otherSize; ++i) {
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dssearch.cpp503 int32_t otherSize = other.size() - 1; local
505 if (listSize - 1 - offset < otherSize) {
509 for (int32_t i = offset, j = 0; j < otherSize; i += 1, j += 1) {

Completed in 63 milliseconds