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.java1367 private void getDirPropsMemory(boolean mayAllocate, int len) in getDirPropsMemory() method in Bidi
1373 void getDirPropsMemory(int len) in getDirPropsMemory() method in Bidi
1375 getDirPropsMemory(mayAllocateText, len); in getDirPropsMemory()
1403 getDirPropsMemory(true, len); in getInitialDirPropsMemory()
4068 getDirPropsMemory(length); in setPara()
DBidiLine.java147 lineBidi.getDirPropsMemory(length); in setLine()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1340 private void getDirPropsMemory(boolean mayAllocate, int len) in getDirPropsMemory() method in Bidi
1346 void getDirPropsMemory(int len) in getDirPropsMemory() method in Bidi
1348 getDirPropsMemory(mayAllocateText, len); in getDirPropsMemory()
1376 getDirPropsMemory(true, len); in getInitialDirPropsMemory()
4031 getDirPropsMemory(length); in setPara()
DBidiLine.java148 lineBidi.getDirPropsMemory(length); in setLine()
/external/icu/icu4c/source/common/
Dubidiimp.h431 #define getDirPropsMemory(pBiDi, length) \ macro
Dubidi.cpp2629 if(getDirPropsMemory(pBiDi, length)) { in ubidi_setPara()