Searched refs:IS_DIGIT (Results 1 – 1 of 1) sorted by relevance
732 if (!IS_DIGIT(*p)) return FALSE; in is_counted_repeat()734 while (IS_DIGIT(*p)) p++; in is_counted_repeat()740 if (!IS_DIGIT(*p)) return FALSE; in is_counted_repeat()742 while (IS_DIGIT(*p)) p++; in is_counted_repeat()923 while (IS_DIGIT(ptr[1])) in check_escape()934 while (IS_DIGIT(ptr[1])) in check_escape()986 while (IS_DIGIT(ptr[1])) in check_escape()997 while (IS_DIGIT(ptr[1])) in check_escape()6017 while(IS_DIGIT(*ptr)) in compile_branch()6301 if (!IS_DIGIT(*ptr)) in compile_branch()[all …]
Completed in 22 milliseconds