Home
last modified time | relevance | path

Searched refs:getDirPropsMemory (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1361 private void getDirPropsMemory(boolean mayAllocate, int len) in getDirPropsMemory() method in Bidi
1367 void getDirPropsMemory(int len) in getDirPropsMemory() method in Bidi
1369 getDirPropsMemory(mayAllocateText, len); in getDirPropsMemory()
1397 getDirPropsMemory(true, len); in getInitialDirPropsMemory()
4062 getDirPropsMemory(length); in setPara()
DBidiLine.java147 lineBidi.getDirPropsMemory(length); in setLine()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1333 private void getDirPropsMemory(boolean mayAllocate, int len) in getDirPropsMemory() method in Bidi
1339 void getDirPropsMemory(int len) in getDirPropsMemory() method in Bidi
1341 getDirPropsMemory(mayAllocateText, len); in getDirPropsMemory()
1369 getDirPropsMemory(true, len); in getInitialDirPropsMemory()
4024 getDirPropsMemory(length); in setPara()
DBidiLine.java148 lineBidi.getDirPropsMemory(length); in setLine()
/external/icu/icu4c/source/common/
Dubidiimp.h433 #define getDirPropsMemory(pBiDi, length) \ macro
Dubidi.c2605 if(getDirPropsMemory(pBiDi, length)) { in ubidi_setPara()