Searched refs:V_HaystackLen (Results 1 – 1 of 1) sorted by relevance
330 long V_HaystackLen; in utstring_find() local342 V_HaystackLen = s->i - V_StartPosition; in utstring_find()343 if ( (V_HaystackLen >= P_NeedleLen) && (P_NeedleLen > 0) ) in utstring_find()351 V_HaystackLen, in utstring_find()376 long V_HaystackLen; in utstring_findR() local388 V_HaystackLen = V_StartPosition + 1; in utstring_findR()389 if ( (V_HaystackLen >= P_NeedleLen) && (P_NeedleLen > 0) ) in utstring_findR()397 V_HaystackLen, in utstring_findR()