Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidiimp.h290 UBool mayAllocateText, mayAllocateRuns; member
435 (pBiDi)->mayAllocateText, (length))
439 (pBiDi)->mayAllocateText, (length))
Dubidi.c166 pBiDi->mayAllocateText=TRUE; in ubidi_openSized()
2416 saveMayAllocateText=pBiDi->mayAllocateText; in setParaRunsOnly()
2417 pBiDi->mayAllocateText=FALSE; in setParaRunsOnly()
2419 pBiDi->mayAllocateText=saveMayAllocateText; in setParaRunsOnly()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1043 boolean mayAllocateText; field in Bidi
1312 mayAllocateText = true; in Bidi()
1369 getDirPropsMemory(mayAllocateText, len); in getDirPropsMemory()
1380 getLevelsMemory(mayAllocateText, len); in getLevelsMemory()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1018 boolean mayAllocateText; field in Bidi
1284 mayAllocateText = true; in Bidi()
1341 getDirPropsMemory(mayAllocateText, len); in getDirPropsMemory()
1352 getLevelsMemory(mayAllocateText, len); in getLevelsMemory()