Searched refs:kLastCharIsWild (Results 1 – 1 of 1) sorted by relevance
27 const uint32 kLastCharIsWild = 2; variable28 const uint32 kLastCharIsAsterisk = kLastCharIsWild + 4;29 const uint32 kLastCharIsQuestionM = kLastCharIsWild + 8;234 if (kLastCharIsWild & last_char) { in AddStringMatch()