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

  /external/icu4c/common/
uenumimp.h 107 /* baseContext. For the base class only. Don't touch! */
108 void *baseContext;
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 699 BidiContext* baseContext = currentContext;
700 while (BidiContext* parent = baseContext->parent())
701 baseContext = parent;
703 BidiRun* newTrailingRun = new (renderArena()) BidiRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral)
    [all...]

Completed in 421 milliseconds