Home
last modified time | relevance | path

Searched refs:mayAllocateText (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dubidiimp.h230 UBool mayAllocateText, mayAllocateRuns; member
362 (pBiDi)->mayAllocateText, (length))
366 (pBiDi)->mayAllocateText, (length))
Dubidi.c158 pBiDi->mayAllocateText=TRUE; in ubidi_openSized()
1776 saveMayAllocateText=pBiDi->mayAllocateText; in setParaRunsOnly()
1777 pBiDi->mayAllocateText=FALSE; in setParaRunsOnly()
1779 pBiDi->mayAllocateText=saveMayAllocateText; in setParaRunsOnly()