Searched refs:isSpace (Results 1 - 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/text/wince/
H A DTextBreakIteratorWince.cpp115 if (haveSpace && !isSpace(string[currentPos]))
117 if (isSpace(string[currentPos]))
132 if (haveSpace && !isSpace(string[currentPos]))
134 if (isSpace(string[currentPos]))
/external/webkit/WebCore/rendering/
H A DRenderText.cpp438 bool isSpace; local
445 isSpace = true;
448 isSpace = true;
450 isSpace = false;
453 isSpace = false;
455 if (isSpace && !previousCharWasSpace)
457 previousCharWasSpace = isSpace;
607 bool isSpace = false; local
619 bool previousCharacterIsSpace = isSpace;
626 isSpace
688 bool isSpace = (j < len) && isSpaceAccordingToStyle(c, style()); local
[all...]
/external/webkit/WebCore/platform/graphics/wince/
H A DFontWince.cpp77 bool isSpace() const { return m_spaces; } function in class:WebCore::TextRunComponent
224 if (curPos < to && from < curEnd && !comp.isSpace()) {
260 return offset + (comp.isSpace()
274 return offset + (comp.isSpace()
299 if (comp.isSpace()) {
/external/webkit/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWince.cpp50 bool isSpace(wchar_t c) function in namespace:WTF::Unicode
H A DUnicodeWince.h160 bool isSpace(wchar_t);
/external/chromium/third_party/icu/source/test/perf/charperf/
H A Dcharperf.cpp148 return new CharPerfFunction(isSpace, MIN_, MAX_);
H A Dcharperf.h139 inline void isSpace(UChar32 ch) function
/external/icu4c/test/perf/charperf/
H A Dcharperf.cpp148 return new CharPerfFunction(isSpace, MIN_, MAX_);
H A Dcharperf.h139 inline void isSpace(UChar32 ch) function
/external/expat/lib/
H A Dxmltok.c960 isSpace(int c) function
990 if (!isSpace(toAscii(enc, ptr, end))) {
996 } while (isSpace(toAscii(enc, ptr, end)));
1012 if (isSpace(c)) {
1016 } while (isSpace(c = toAscii(enc, ptr, end)));
1031 while (isSpace(c)) {
1164 while (isSpace(toAscii(enc, ptr, end)))
/external/webkit/WebKit/android/nav/
H A DSelectText.cpp240 return isSpace(rec);
258 bool isSpace(const SkBounder::GlyphRec& rec) function in class:android::CommonCheck
482 return !mLast.isSpace(mLastGlyph);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 164 milliseconds