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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWordBreak.cpp 44 bool RenderWordBreak::isWordBreak() const
RenderText.cpp 186 bool RenderText::isWordBreak() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 399 bool isWordBreak;
405 isWordBreak = isLogicalStartOfWord(iter, offsetInIterator, logicalStartInRenderer);
408 isWordBreak = islogicalEndOfWord(iter, offsetInIterator, logicalEndInRenderer);
411 if (isWordBreak)
    [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...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 474 static bool isWordBreak(int c) {
492 if (isWordBreak(chars[offset - 1])) {
496 if (isWordBreak(chars[i - 1])) {
508 if (isWordBreak(chars[offset])) {
512 if (isWordBreak(chars[i])) {

Completed in 250 milliseconds