• R
    Disable hyphenation for unreasonably long words · a0196658
    Raph Levien 提交于
    Very long words cause O(n^2) behavior. These are unlikely to happen in
    real text, but do happen with synthetic strings, so in those cases we
    just disable hyphenation.
    
    Bug: 20790394
    Change-Id: Idf957dd40b24efe1476f619f17093a48b5bc56f7
    a0196658
LineBreaker.cpp 16.0 KB