/third_party/skia/third_party/externals/icu/source/i18n/ |
D | smpdtfst.cpp | 32 SimpleDateFormatStaticSets *gStaticSets = NULL; variable 81 delete gStaticSets; in cleanup() 82 gStaticSets = NULL; in cleanup() 96 U_ASSERT(gStaticSets == NULL); in smpdtfmt_initSets() 97 gStaticSets = new SimpleDateFormatStaticSets(status); in smpdtfmt_initSets() 98 if (gStaticSets == NULL) { in smpdtfmt_initSets() 120 return gStaticSets->fDateIgnorables; in getIgnorables() 128 return gStaticSets->fTimeIgnorables; in getIgnorables() 131 return gStaticSets->fOtherIgnorables; in getIgnorables()
|
D | regexst.cpp | 71 RegexStaticSets *RegexStaticSets::gStaticSets = nullptr; member in RegexStaticSets 147 delete RegexStaticSets::gStaticSets; in regex_cleanup() 148 RegexStaticSets::gStaticSets = nullptr; in regex_cleanup() 154 U_ASSERT(RegexStaticSets::gStaticSets == nullptr); in initStaticSets() 156 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets() 158 delete RegexStaticSets::gStaticSets; in initStaticSets() 159 RegexStaticSets::gStaticSets = nullptr; in initStaticSets() 161 if (RegexStaticSets::gStaticSets == nullptr && U_SUCCESS(status)) { in initStaticSets()
|
D | regexst.h | 37 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
|
D | rematch.cpp | 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 2552 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isWordBoundary() 2565 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isWordBoundary() 2590 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isChunkWordBoundary() 2604 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isChunkWordBoundary() 3265 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt() 3270 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[opValue]; in MatchAt() 3301 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt() [all …]
|
D | regexcmp.cpp | 219 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile() 1318 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == FALSE) { in doParseActions() 1568 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() 1576 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]).complement(); in doParseActions() 1645 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() 1653 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]).complement(); in doParseActions() 2822 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[sn]; in matchStartType() 2836 sc.addAll(RegexStaticSets::gStaticSets->fPropSets[sn]).complement(); in matchStartType() 4091 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar() 4427 RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].cloneAsThawed(), status); in createSetForProperty()
|
D | repattrn.cpp | 614 return RegexStaticSets::gStaticSets->fEmptyText; in patternText() 804 UnicodeSet &set = RegexStaticSets::gStaticSets->fPropSets[val]; in dumpOp()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | smpdtfst.cpp | 32 SimpleDateFormatStaticSets *gStaticSets = nullptr; variable 81 delete gStaticSets; in cleanup() 82 gStaticSets = nullptr; in cleanup() 96 U_ASSERT(gStaticSets == nullptr); in smpdtfmt_initSets() 97 gStaticSets = new SimpleDateFormatStaticSets(status); in smpdtfmt_initSets() 98 if (gStaticSets == nullptr) { in smpdtfmt_initSets() 120 return gStaticSets->fDateIgnorables; in getIgnorables() 128 return gStaticSets->fTimeIgnorables; in getIgnorables() 131 return gStaticSets->fOtherIgnorables; in getIgnorables()
|
D | regexst.cpp | 71 RegexStaticSets *RegexStaticSets::gStaticSets = nullptr; member in RegexStaticSets 147 delete RegexStaticSets::gStaticSets; in regex_cleanup() 148 RegexStaticSets::gStaticSets = nullptr; in regex_cleanup() 154 U_ASSERT(RegexStaticSets::gStaticSets == nullptr); in initStaticSets() 156 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets() 158 delete RegexStaticSets::gStaticSets; in initStaticSets() 159 RegexStaticSets::gStaticSets = nullptr; in initStaticSets() 161 if (RegexStaticSets::gStaticSets == nullptr && U_SUCCESS(status)) { in initStaticSets()
|
D | regexst.h | 37 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
|
D | rematch.cpp | 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 2562 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isWordBoundary() 2575 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isWordBoundary() 2600 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isChunkWordBoundary() 2614 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isChunkWordBoundary() 3275 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt() 3280 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[opValue]; in MatchAt() 3311 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt() [all …]
|
D | regexcmp.cpp | 219 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile() 1313 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == false) { in doParseActions() 1563 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() 1571 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]).complement(); in doParseActions() 1640 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() 1648 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]).complement(); in doParseActions() 2825 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[sn]; in matchStartType() 2839 sc.addAll(RegexStaticSets::gStaticSets->fPropSets[sn]).complement(); in matchStartType() 4094 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar() 4430 RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].cloneAsThawed(), status); in createSetForProperty()
|
D | repattrn.cpp | 614 return RegexStaticSets::gStaticSets->fEmptyText; in patternText() 804 UnicodeSet &set = RegexStaticSets::gStaticSets->fPropSets[val]; in dumpOp()
|
/third_party/icu/icu4c/source/i18n/ |
D | smpdtfst.cpp | 32 SimpleDateFormatStaticSets *gStaticSets = NULL; variable 81 delete gStaticSets; in cleanup() 82 gStaticSets = NULL; in cleanup() 96 U_ASSERT(gStaticSets == NULL); in smpdtfmt_initSets() 97 gStaticSets = new SimpleDateFormatStaticSets(status); in smpdtfmt_initSets() 98 if (gStaticSets == NULL) { in smpdtfmt_initSets() 120 return gStaticSets->fDateIgnorables; in getIgnorables() 128 return gStaticSets->fTimeIgnorables; in getIgnorables() 131 return gStaticSets->fOtherIgnorables; in getIgnorables()
|
D | regexst.cpp | 71 RegexStaticSets *RegexStaticSets::gStaticSets = nullptr; member in RegexStaticSets 147 delete RegexStaticSets::gStaticSets; in regex_cleanup() 148 RegexStaticSets::gStaticSets = nullptr; in regex_cleanup() 154 U_ASSERT(RegexStaticSets::gStaticSets == nullptr); in initStaticSets() 156 RegexStaticSets::gStaticSets = new RegexStaticSets(&status); in initStaticSets() 158 delete RegexStaticSets::gStaticSets; in initStaticSets() 159 RegexStaticSets::gStaticSets = nullptr; in initStaticSets() 161 if (RegexStaticSets::gStaticSets == nullptr && U_SUCCESS(status)) { in initStaticSets()
|
D | regexst.h | 37 static RegexStaticSets *gStaticSets; // Ptr to all lazily initialized constant
|
D | rematch.cpp | 81 init2(RegexStaticSets::gStaticSets->fEmptyText, fDeferredStatus); in RegexMatcher() 134 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 150 init2(RegexStaticSets::gStaticSets->fEmptyText, status); in RegexMatcher() 2562 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isWordBoundary() 2575 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isWordBoundary() 2600 cIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(c); in isChunkWordBoundary() 2614 … prevCIsWord = RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].contains(prevChar); in isChunkWordBoundary() 3275 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt() 3280 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[opValue]; in MatchAt() 3311 Regex8BitSet &s8 = RegexStaticSets::gStaticSets->fPropSets8[opValue]; in MatchAt() [all …]
|
D | regexcmp.cpp | 219 … if (RegexStaticSets::gStaticSets->fRuleSets[tableEl->fCharClass-128].contains(fC.fChar)) { in compile() 1313 if (RegexStaticSets::gStaticSets->fRuleDigitsAlias->contains(c) == false) { in doParseActions() 1563 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]); in doParseActions() 1571 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISSPACE_SET]).complement(); in doParseActions() 1640 set->addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]); in doParseActions() 1648 SSet.addAll(RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET]).complement(); in doParseActions() 2825 const UnicodeSet &s = RegexStaticSets::gStaticSets->fPropSets[sn]; in matchStartType() 2839 sc.addAll(RegexStaticSets::gStaticSets->fPropSets[sn]).complement(); in matchStartType() 4094 if (RegexStaticSets::gStaticSets->fUnescapeCharSet.contains(peekCharLL())) { in nextChar() 4430 RegexStaticSets::gStaticSets->fPropSets[URX_ISWORD_SET].cloneAsThawed(), status); in createSetForProperty()
|
D | repattrn.cpp | 614 return RegexStaticSets::gStaticSets->fEmptyText; in patternText() 804 UnicodeSet &set = RegexStaticSets::gStaticSets->fPropSets[val]; in dumpOp()
|