Searched refs:p_idx (Results 1 – 1 of 1) sorted by relevance
144 if (p_idx >= max_buffer_len) { \148 ZSTR_VAL(*phoned_word)[p_idx++] = c; \149 ZSTR_LEN(*phoned_word) = p_idx; \153 if (p_idx == max_buffer_len) { \157 ZSTR_VAL(*phoned_word)[p_idx] = '\0'; \158 ZSTR_LEN(*phoned_word) = p_idx; \161 #define Phone_Len (p_idx)171 size_t p_idx = 0; /* end of the phoned phrase */ in metaphone() local
Completed in 5 milliseconds