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

  /external/webkit/Source/WebCore/rendering/
RenderWordBreak.cpp 44 bool RenderWordBreak::isWordBreak() const
RenderWordBreak.h 41 virtual bool isWordBreak() const;
RenderText.h 43 virtual bool isWordBreak() const;
InlineIterator.h 74 && !toRenderText(m_obj)->isWordBreak() && toRenderText(m_obj)->characters()[m_pos] == '\n';
RenderBlockLineLayout.cpp     [all...]
RenderText.cpp 173 bool RenderText::isWordBreak() const
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 66 bool isWordBreak(unsigned);
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 426 bool isWordBreak(unsigned, bool);
580 bool TextRunWalker::isWordBreak(unsigned index, bool isRTL)
604 if (isWordBreak(i, isRTL))
836 && isWordBreak(m_item.item.pos + logClustersIndex, 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 222 milliseconds