Searched refs:kRuleSet_digit_char (Results 1 – 4 of 4) sorted by relevance
213 …fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(UnicodeString(TRUE, gRuleSet_digit_char_pattern, … in RegexStaticSets()214 fRuleDigitsAlias = &fRuleSets[kRuleSet_digit_char-128]; in RegexStaticSets()
19 static const uint8_t kRuleSet_digit_char = 128; variable
20 static const uint8_t kRuleSet_digit_char = 128; variable
133 …fRuleSets[kRuleSet_digit_char-128] = UnicodeSet(gRuleSet_digit_char_pattern, *rb->fStatu… in RBBIRuleScanner()