HomeSort by relevance Sort by last modified time
    Searched defs:isWordBreak (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderWordBreak.cpp 44 bool RenderWordBreak::isWordBreak() const
RenderText.cpp 173 bool RenderText::isWordBreak() const
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 87 bool ComplexTextController::isWordBreak(unsigned index)
99 && isWordBreak(m_item.item.pos + logClustersIndex)) {
129 if (isWordBreak(i))
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 395 bool isWordBreak(unsigned, bool);
583 bool TextRunWalker::isWordBreak(unsigned index, bool isRTL)
607 if (isWordBreak(i, isRTL))
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 147 if (!isWordBreak(nextChar)) {
280 } while (!isWordBreak(nextChar));
493 if ((endChar == nextChar) || !isWordBreak(endChar)) {
541 private boolean isWordBreak(int index) {
600 * a different smiley, if {@link #isWordBreak} would not already
    [all...]

Completed in 85 milliseconds