Searched refs:bHere (Results 1 – 1 of 1) sorted by relevance
1263 bool bHere=true; in find_next_occurance_of() local1269 if(i+j>m_Size || m_pString[i+j]!=_Ptr[j]) bHere=false; in find_next_occurance_of()1270 if(!bHere) break; in find_next_occurance_of()1272 if(bHere) return (int)i; in find_next_occurance_of()1273 bHere=true; in find_next_occurance_of()1289 bool bHere=true; in find_next_occurance_of() local1295 if(i+j>m_Size || m_pString[i+j]!=_Ptr[j]) bHere=false; in find_next_occurance_of()1296 if(!bHere) break; in find_next_occurance_of()1298 if(bHere) return (int)i; in find_next_occurance_of()1299 bHere=true; in find_next_occurance_of()[all …]