Searched defs:baseContext (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Duenumimp.h107 /* baseContext. For the base class only. Don't touch! */
108 void *baseContext; member in struct:UEnumeration
/external/webkit/Source/WebCore/rendering/
H A DRenderBlockLineLayout.cpp699 BidiContext* baseContext = currentContext; local
700 while (BidiContext* parent = baseContext->parent())
701 baseContext = parent;
703 BidiRun* newTrailingRun = new (renderArena()) BidiRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral);

Completed in 187 milliseconds