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

  /system/media/wilhelm/tests/sandbox/
reverb.c 145 bool needSpace = false;
151 if (lineLen + (needSpace ? 1 : 0) + nameLen > 72) {
153 needSpace = false;
157 if (needSpace) {
163 needSpace = true;
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 532 bool needSpace = m_lastTextNodeEndedWithCollapsedSpace
534 if (needSpace && !isCollapsibleWhitespace(m_lastCharacter) && m_lastCharacter) {
    [all...]

Completed in 54 milliseconds