HomeSort by relevance Sort by last modified time
    Searched full:linebreak (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu4c/data/brkitr/
line.txt 59 $AI = [:LineBreak = Ambiguous:];
60 $AL = [:LineBreak = Alphabetic:];
61 $BA = [:LineBreak = Break_After:];
62 $BB = [:LineBreak = Break_Before:];
63 $BK = [:LineBreak = Mandatory_Break:];
64 $B2 = [:LineBreak = Break_Both:];
65 $CB = [:LineBreak = Contingent_Break:];
66 $CJ = [:LineBreak = Conditional_Japanese_Starter:];
67 $CL = [:LineBreak = Close_Punctuation:];
68 $CM = [:LineBreak = Combining_Mark:]
    [all...]
line_fi.txt 59 $AI = [:LineBreak = Ambiguous:];
60 $AL = [:LineBreak = Alphabetic:];
61 $BA = [[:LineBreak = Break_After:] - [\u2010]];
63 $BB = [:LineBreak = Break_Before:];
64 $BK = [:LineBreak = Mandatory_Break:];
65 $B2 = [:LineBreak = Break_Both:];
66 $CB = [:LineBreak = Contingent_Break:];
67 $CJ = [:LineBreak = Conditional_Japanese_Starter:];
68 $CL = [:LineBreak = Close_Punctuation:];
69 $CM = [:LineBreak = Combining_Mark:]
    [all...]
line_ja.txt 59 $AI = [:LineBreak = Ambiguous:];
60 $AL = [:LineBreak = Alphabetic:];
61 $BA = [:LineBreak = Break_After:];
62 $BB = [:LineBreak = Break_Before:];
63 $BK = [:LineBreak = Mandatory_Break:];
64 $B2 = [:LineBreak = Break_Both:];
65 $CB = [:LineBreak = Contingent_Break:];
66 $CJ = [:LineBreak = Conditional_Japanese_Starter:];
67 $CL = [:LineBreak = Close_Punctuation:];
68 $CM = [:LineBreak = Combining_Mark:]
    [all...]
word.txt 45 # limited to LineBreak=Complex_Context. Note that this set only works in Unicode
51 $ComplexContext = [:LineBreak = Complex_Context:];
word_POSIX.txt 45 # limited to LineBreak=Complex_Context. Note that this set only works in Unicode
51 $ComplexContext = [:LineBreak = Complex_Context:];
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 75 void HB_GetGraphemeAndLineBreakClass(HB_UChar32 ch, HB_GraphemeClass *grapheme, HB_LineBreakClass *lineBreak)
79 *lineBreak = (HB_LineBreakClass) prop->line_break_class;
  /external/skia/legacy/src/views/
SkTextBox.cpp 20 static size_t linebreak(const char text[], const char stop[], const SkPaint& paint, SkScalar margin) function
77 text += linebreak(text, stop, paint, width);
197 len = linebreak(text, textStop, paint, marginWidth);
  /external/skia/src/views/
SkTextBox.cpp 16 static size_t linebreak(const char text[], const char stop[], function
107 text += linebreak(text, stop, paint, width);
228 len = linebreak(text, textStop, paint, marginWidth, &trailing);
  /external/harfbuzz/src/
harfbuzz-external.h 143 void HB_GetGraphemeAndLineBreakClass(HB_UChar32 ch, HB_GraphemeClass *grapheme, HB_LineBreakClass *lineBreak);
  /external/clang/bindings/python/tests/cindex/
test_location.py 26 # adding a linebreak at top should keep columns same
  /external/webkit/Source/WebCore/css/
mathml.css 236 mspace[linebreak="newline"] {
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
mozilla 293 linebreak
  /external/icu4c/test/thaitest/
thaitest.cpp 402 UnicodeSet complexContext(UNICODE_STRING_SIMPLE("[:LineBreak=SA:]"), status);
501 fComplexContext.applyPattern(UNICODE_STRING_SIMPLE("[:LineBreak=SA:]"), status);
  /external/ceres-solver/examples/
pgm_image.h 281 // TODO(strandmark): Will not work on Windows (linebreak conversion).
  /external/icu4c/common/
dictbe.cpp 212 fThaiWordSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]]"), status);
216 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]&[:M:]]"), status);
438 fKhmerWordSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Khmr:]&[:LineBreak=SA:]]"), status);
442 fMarkSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Khmr:]&[:LineBreak=SA:]&[:M:]]"), status);
    [all...]
rbbirb.h 142 // chars with LineBreak property == CM.
  /dalvik/docs/
prettify.js     [all...]
  /external/icu4c/common/unicode/
brkiter.h 315 * LineBreak is useful for word wrapping text.
  /external/icu4c/test/depstest/
dependencies.txt 164 # fThaiWordSet.applyPattern(UNICODE_STRING_SIMPLE("[[:Thai:]&[:LineBreak=SA:]]"), status)
  /external/markdown/markdown/
__init__.py 268 self.inlinePatterns["linebreak"] = \
  /external/skia/legacy/src/animator/
SkAnimatorScript.cpp 39 { SkType_TextBoxMode, "oneLine|lineBreak" },
SkAnimatorScript2.cpp 39 { SkType_TextBoxMode, "oneLine|lineBreak" },
  /external/skia/src/animator/
SkAnimatorScript.cpp 39 { SkType_TextBoxMode, "oneLine|lineBreak" },
SkAnimatorScript2.cpp 39 { SkType_TextBoxMode, "oneLine|lineBreak" },
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 2700 milliseconds

1 2