Searched refs:kRuleSet_ascii_letter (Results 1 – 2 of 2) sorted by relevance
214 fRuleSets[kRuleSet_ascii_letter-128].add((UChar)0x41, (UChar)0x5A); // [A-Z] in RegexStaticSets()215 fRuleSets[kRuleSet_ascii_letter-128].add((UChar)0x61, (UChar)0x7A); // [a-z] in RegexStaticSets()
23 static const uint8_t kRuleSet_ascii_letter = 128; variable