Searched refs:currentVec (Results 1 – 1 of 1) sorted by relevance
176 CVector<CString> currentVec; in ParsePrefixBundle() local177 StringHelper::SplitString(moduleRequestName, currentVec, 0, SEGMENTS_LIMIT_TWO); in ParsePrefixBundle()178 if (currentVec.size() < SEGMENTS_LIMIT_TWO) { in ParsePrefixBundle()182 CString currentModuleName = currentVec[1]; in ParsePrefixBundle()