Lines Matching full:while
60 } while(0)
67 } while(0)
73 } while(0)
79 } while(0)
86 } while(0)
95 } while(0)
101 } while(0)
109 } while(0)
117 } while(0)
126 while (1) { in utstring_printf_va()
159 while ((dst)->n-(dst)->i <= (len)) utstring_reserve((dst),((dst)->n)*2); \
163 } while(0)
170 } while(0)
186 while (i < P_NeedleLen) in _utstring_BuildTable()
188 while ( (j > -1) && (P_Needle[i] != P_Needle[j]) ) in _utstring_BuildTable()
226 while (i >= 0) in _utstring_BuildTableR()
228 while ( (j < P_NeedleLen) && (P_Needle[i] != P_Needle[j]) ) in _utstring_BuildTableR()
268 while ( (j < (int)P_HaystackLen) && (((P_HaystackLen - j) + i) >= P_NeedleLen) ) in _utstring_find()
270 while ( (i > -1) && (P_Needle[i] != P_Haystack[j]) ) in _utstring_find()
302 while ( (j >= 0) && (j >= i) ) in _utstring_findR()
304 while ( (i < (int)P_NeedleLen) && (P_Needle[i] != P_Haystack[j]) ) in _utstring_findR()