Searched refs:p_idx (Results 1 – 1 of 1) sorted by relevance
146 if (p_idx >= max_buffer_len) { \150 ZSTR_VAL(*phoned_word)[p_idx++] = c; \151 ZSTR_LEN(*phoned_word) = p_idx; \155 if (p_idx == max_buffer_len) { \159 ZSTR_VAL(*phoned_word)[p_idx] = '\0'; \160 ZSTR_LEN(*phoned_word) = p_idx; \163 #define Phone_Len (p_idx)173 size_t p_idx = 0; /* end of the phoned phrase */ in metaphone() local
Completed in 5 milliseconds