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

/external/icu/icu4c/source/common/
H A Dubidiimp.h282 DirProp *dirPropsMemory; member in struct:UBiDi
383 DirProp *dirPropsMemory; member in union:__anon7901
434 ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->dirPropsMemory, &(pBiDi)->dirPropsSize, \
447 ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->dirPropsMemory, &(pBiDi)->dirPropsSize, \
H A Dubidi.cpp244 if(pBiDi->dirPropsMemory!=NULL) {
245 uprv_free(pBiDi->dirPropsMemory);
433 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
2633 pBiDi->dirProps=pBiDi->dirPropsMemory;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java1023 byte[] dirPropsMemory = new byte[1]; field in class:Bidi
1336 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len);
1337 dirPropsMemory = (byte[]) array;
4026 dirProps = dirPropsMemory;
H A DBidiLine.java149 lineBidi.dirProps = lineBidi.dirPropsMemory;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java1047 byte[] dirPropsMemory = new byte[1]; field in class:Bidi
1363 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len);
1364 dirPropsMemory = (byte[]) array;
4063 dirProps = dirPropsMemory;
H A DBidiLine.java148 lineBidi.dirProps = lineBidi.dirPropsMemory;

Completed in 161 milliseconds