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