Lines Matching refs:pBiDi
157 ubidi_getRuns(UBiDi *pBiDi, UErrorCode *pErrorCode);
360 #define getDirPropsMemory(pBiDi, length) \ argument
361 … ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->dirPropsMemory, &(pBiDi)->dirPropsSize, \
362 (pBiDi)->mayAllocateText, (length))
364 #define getLevelsMemory(pBiDi, length) \ argument
365 ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->levelsMemory, &(pBiDi)->levelsSize, \
366 (pBiDi)->mayAllocateText, (length))
368 #define getRunsMemory(pBiDi, length) \ argument
369 ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->runsMemory, &(pBiDi)->runsSize, \
370 (pBiDi)->mayAllocateRuns, (length)*sizeof(Run))
373 #define getInitialDirPropsMemory(pBiDi, length) \ argument
374 … ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->dirPropsMemory, &(pBiDi)->dirPropsSize, \
377 #define getInitialLevelsMemory(pBiDi, length) \ argument
378 ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->levelsMemory, &(pBiDi)->levelsSize, \
381 #define getInitialParasMemory(pBiDi, length) \ argument
382 ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->parasMemory, &(pBiDi)->parasSize, \
385 #define getInitialRunsMemory(pBiDi, length) \ argument
386 ubidi_getMemory((BidiMemoryForAllocation *)&(pBiDi)->runsMemory, &(pBiDi)->runsSize, \