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

  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 686 int firstSpace = trailingSpaceRun->stop();
687 while (firstSpace > trailingSpaceRun->start()) {
688 UChar current = characters[firstSpace - 1];
691 firstSpace--;
693 if (firstSpace == trailingSpaceRun->stop())
698 if (firstSpace != trailingSpaceRun->start()) {
703 BidiRun* newTrailingRun = new (renderArena()) BidiRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 516 int firstSpace = xmlText.indexOf(' ');
519 if (firstSpace != -1 && firstSpace < elementEnd) {
520 insertAt = firstSpace;
    [all...]

Completed in 241 milliseconds