Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dubidiimp.h282 DirProp *dirPropsMemory; member
383 DirProp *dirPropsMemory; member
434 … ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->dirPropsMemory, &(pBiDi)->dirPropsSize, \
447 … ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->dirPropsMemory, &(pBiDi)->dirPropsSize, \
Dubidi.c244 if(pBiDi->dirPropsMemory!=NULL) { in ubidi_close()
245 uprv_free(pBiDi->dirPropsMemory); in ubidi_close()
433 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */ in getDirProps()
2606 pBiDi->dirProps=pBiDi->dirPropsMemory; in ubidi_setPara()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1047 byte[] dirPropsMemory = new byte[1]; field in Bidi
1363 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len); in getDirPropsMemory()
1364 dirPropsMemory = (byte[]) array; in getDirPropsMemory()
4063 dirProps = dirPropsMemory; in setPara()
DBidiLine.java148 lineBidi.dirProps = lineBidi.dirPropsMemory; in setLine()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1022 byte[] dirPropsMemory = new byte[1]; field in Bidi
1335 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len); in getDirPropsMemory()
1336 dirPropsMemory = (byte[]) array; in getDirPropsMemory()
4025 dirProps = dirPropsMemory; in setPara()
DBidiLine.java149 lineBidi.dirProps = lineBidi.dirPropsMemory; in setLine()