• Home
  • Raw
  • Download

Lines Matching refs:freeze

77     fUnescapeCharSet.addAll(UnicodeString(true, gUnescapeChars, -1)).freeze();  in RegexStaticSets()
78 … fPropSets[URX_ISWORD_SET].applyPattern(UnicodeString(true, gIsWordPattern, -1), *status).freeze(); in RegexStaticSets()
79 …PropSets[URX_ISSPACE_SET].applyPattern(UnicodeString(true, gIsSpacePattern, -1), *status).freeze(); in RegexStaticSets()
80 …PropSets[URX_GC_EXTEND].applyPattern(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status).freeze(); in RegexStaticSets()
81 …opSets[URX_GC_CONTROL].applyPattern(UnicodeString(TRUE, gGC_ControlPattern, -1), *status).freeze(); in RegexStaticSets()
82 fPropSets[URX_GC_L].applyPattern(UnicodeString(TRUE, gGC_LPattern, -1), *status).freeze(); in RegexStaticSets()
83 fPropSets[URX_GC_V].applyPattern(UnicodeString(TRUE, gGC_VPattern, -1), *status).freeze(); in RegexStaticSets()
84 fPropSets[URX_GC_T].applyPattern(UnicodeString(TRUE, gGC_TPattern, -1), *status).freeze(); in RegexStaticSets()
85 fPropSets[URX_GC_LV].applyPattern(UnicodeString(TRUE, gGC_LVPattern, -1), *status).freeze(); in RegexStaticSets()
86 fPropSets[URX_GC_LVT].applyPattern(UnicodeString(TRUE, gGC_LVTPattern, -1), *status).freeze(); in RegexStaticSets()
99 fPropSets[URX_GC_NORMAL].freeze(); in RegexStaticSets()
119 .addAll(UnicodeString(gRuleSet_rule_chars)).complement().freeze(); in RegexStaticSets()
121 fRuleSets[kRuleSet_digit_char-128].add(u'0', u'9').freeze(); in RegexStaticSets()
122 fRuleSets[kRuleSet_ascii_letter-128].add(u'A', u'Z').add(u'a', u'z').freeze(); in RegexStaticSets()