Home
last modified time | relevance | path

Searched refs:LINE_BREAK (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBreakIteratorMapperTest.java7 import static org.unicode.icu.tool.cldrtoicu.mapper.BreakIteratorMapperTest.SegmentationType.LINE_BREAK;
29 GRAPHEME_CLUSTER_BREAK, LINE_BREAK, SENTENCE_BREAK, WORD_BREAK; enum constant
72 suppression(LINE_BREAK, "Foo", ++idx), in testMultipleSupressionTypes()
73 suppression(LINE_BREAK, "Bar", ++idx), in testMultipleSupressionTypes()
74 suppression(LINE_BREAK, "Baz", ++idx)); in testMultipleSupressionTypes()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java1658 UProperty.LINE_BREAK)) { in TestIteration()
1659 logln("error UProperty.LINE_BREAK(assigned \\u" in TestIteration()
2024 { 0xe7e7, UProperty.LINE_BREAK, UCharacter.LineBreak.UNKNOWN }, in TestAdditionalProperties()
2025 { 0x10fffd, UProperty.LINE_BREAK, UCharacter.LineBreak.UNKNOWN }, in TestAdditionalProperties()
2026 { 0x0028, UProperty.LINE_BREAK, UCharacter.LineBreak.OPEN_PUNCTUATION }, in TestAdditionalProperties()
2027 { 0x232A, UProperty.LINE_BREAK, UCharacter.LineBreak.CLOSE_PUNCTUATION }, in TestAdditionalProperties()
2028 { 0x3401, UProperty.LINE_BREAK, UCharacter.LineBreak.IDEOGRAPHIC }, in TestAdditionalProperties()
2029 { 0x4e02, UProperty.LINE_BREAK, UCharacter.LineBreak.IDEOGRAPHIC }, in TestAdditionalProperties()
2030 { 0x20004, UProperty.LINE_BREAK, UCharacter.LineBreak.IDEOGRAPHIC }, in TestAdditionalProperties()
2031 { 0xf905, UProperty.LINE_BREAK, UCharacte in TestAdditionalProperties()
[all...]
H A DUPropertyAliasesTest.java146 int p = UCharacter.getPropertyValueEnum(UProperty.LINE_BREAK, "?!"); in TestUnknownPropertyNames()
147 errln("UCharacter.getPropertyValueEnum(UProperty.LINE_BREAK, ?!) returned " + p + in TestUnknownPropertyNames()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java1663 UProperty.LINE_BREAK)) { in TestIteration()
1664 logln("error UProperty.LINE_BREAK(assigned \\u" in TestIteration()
2028 { 0xe7e7, UProperty.LINE_BREAK, UCharacter.LineBreak.UNKNOWN }, in TestAdditionalProperties()
2029 { 0x10fffd, UProperty.LINE_BREAK, UCharacter.LineBreak.UNKNOWN }, in TestAdditionalProperties()
2030 { 0x0028, UProperty.LINE_BREAK, UCharacter.LineBreak.OPEN_PUNCTUATION }, in TestAdditionalProperties()
2031 { 0x232A, UProperty.LINE_BREAK, UCharacter.LineBreak.CLOSE_PUNCTUATION }, in TestAdditionalProperties()
2032 { 0x3401, UProperty.LINE_BREAK, UCharacter.LineBreak.IDEOGRAPHIC }, in TestAdditionalProperties()
2033 { 0x4e02, UProperty.LINE_BREAK, UCharacter.LineBreak.IDEOGRAPHIC }, in TestAdditionalProperties()
2034 { 0x20004, UProperty.LINE_BREAK, UCharacter.LineBreak.IDEOGRAPHIC }, in TestAdditionalProperties()
2035 { 0xf905, UProperty.LINE_BREAK, UCharacte in TestAdditionalProperties()
[all...]
H A DUPropertyAliasesTest.java143 int p = UCharacter.getPropertyValueEnum(UProperty.LINE_BREAK, "?!"); in TestUnknownPropertyNames()
144 errln("UCharacter.getPropertyValueEnum(UProperty.LINE_BREAK, ?!) returned " + p + in TestUnknownPropertyNames()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUProperty.java696 public static final int LINE_BREAK = 0x1008; field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUProperty.java563 public static final int LINE_BREAK = 0x1008; field
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py54 LINE_BREAK = "LineBreak%s.txt" variable
1091 for char_range, value in UcdFile(LINE_BREAK, version):
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java754 fCharProperty = UProperty.LINE_BREAK; in RBBILineMonkey()
1352 int cLBType = UCharacter.getIntPropertyValue(c, UProperty.LINE_BREAK); in LBNumberCheck()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java757 fCharProperty = UProperty.LINE_BREAK; in RBBILineMonkey()
1357 int cLBType = UCharacter.getIntPropertyValue(c, UProperty.LINE_BREAK); in LBNumberCheck()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBITableBuilder.java452 int cLBProp = UCharacter.getIntPropertyValue(c, UProperty.LINE_BREAK); in calcChainedFollowPos()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRBBITableBuilder.java445 int cLBProp = UCharacter.getIntPropertyValue(c, UProperty.LINE_BREAK); in calcChainedFollowPos()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 23 milliseconds