Home
last modified time | relevance | path

Searched refs:fClosePunctuationSet (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DCjkBreakEngine.java31 private UnicodeSet fClosePunctuationSet; field in CjkBreakEngine
42 fClosePunctuationSet = new UnicodeSet("[[:Pc:][:Pd:][:Pe:][:Pf:][:Po:]]"); in CjkBreakEngine()
43 fClosePunctuationSet.freeze(); in CjkBreakEngine()
282 && fClosePunctuationSet.contains(inText.setIndex(pos - 1)))) { in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
H A Dmlbe.h106 UnicodeSet fClosePunctuationSet; member in MlBreakEngine
H A Dmlbe.cpp26 fClosePunctuationSet(closePunctuationSet), in MlBreakEngine()
102 fClosePunctuationSet.contains(utext_char32At(inText, utextPos - 1)))) { in divideUpRange()
H A Ddictbe.h376 UnicodeSet fClosePunctuationSet; member in CjkBreakEngine
H A Ddictbe.cpp1069 fClosePunctuationSet.applyPattern(UnicodeString(u"[[:Pc:][:Pd:][:Pe:][:Pf:][:Po:]]"), status); in CjkBreakEngine()
1070 fClosePunctuationSet.compact(); in CjkBreakEngine()
1084 fClosePunctuationSet, status); in CjkBreakEngine()
1436 && fClosePunctuationSet.contains(utext_char32At(inText, utextPos - 1)))) { in divideUpDictionaryRange()
/third_party/icu/icu4c/source/common/
H A Ddictbe.h373 UnicodeSet fClosePunctuationSet; member in CjkBreakEngine
H A Ddictbe.cpp1068 fClosePunctuationSet.applyPattern(UnicodeString(u"[[:Pc:][:Pd:][:Pe:][:Pf:][:Po:]]"), status); in CjkBreakEngine()
1069 fClosePunctuationSet.compact(); in CjkBreakEngine()
1417 && fClosePunctuationSet.contains(utext_char32At(inText, utextPos - 1)))) { in divideUpDictionaryRange()

Completed in 7 milliseconds