• Home
  • Raw
  • Download

Lines Matching refs:bHere

1263 	bool bHere=true;  in find_next_occurance_of()  local
1269 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() local
1295 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()
1314 bool bHere=true; in find_next_occurance_of() local
1320 if(i+j>m_Size || m_pString[i+j]!=_Str[j]) bHere=false; in find_next_occurance_of()
1321 if(!bHere) break; in find_next_occurance_of()
1323 if(bHere) return (int)i; in find_next_occurance_of()
1324 bHere=true; in find_next_occurance_of()
1357 bool bHere=true; in find_previous_occurance_of() local
1363 if(i+j>m_Size || m_pString[i+j]!=_Ptr[j]) bHere=false; in find_previous_occurance_of()
1364 if(!bHere) break; in find_previous_occurance_of()
1366 if(bHere) return (int)i; in find_previous_occurance_of()
1367 bHere=true; in find_previous_occurance_of()
1383 bool bHere=true; in find_previous_occurance_of() local
1389 if(i+j>m_Size || m_pString[i+j]!=_Ptr[j]) bHere=false; in find_previous_occurance_of()
1390 if(!bHere) break; in find_previous_occurance_of()
1392 if(bHere) return (int)i; in find_previous_occurance_of()
1393 bHere=true; in find_previous_occurance_of()
1408 bool bHere=true; in find_previous_occurance_of() local
1414 if(i+j>m_Size || m_pString[i+j]!=_Str[j]) bHere=false; in find_previous_occurance_of()
1415 if(!bHere) break; in find_previous_occurance_of()
1417 if(bHere) return (int)i; in find_previous_occurance_of()
1418 bHere=true; in find_previous_occurance_of()