HomeSort by relevance Sort by last modified time
    Searched defs:pBiDi (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ubidi.c 128 UBiDi *pBiDi;
139 pBiDi=(UBiDi *)uprv_malloc(sizeof(UBiDi));
140 if(pBiDi==NULL) {
146 uprv_memset(pBiDi, 0, sizeof(UBiDi));
149 pBiDi->bdp=ubidi_getSingleton();
153 if( !getInitialDirPropsMemory(pBiDi, maxLength) ||
154 !getInitialLevelsMemory(pBiDi, maxLength)
159 pBiDi->mayAllocateText=TRUE;
165 pBiDi->runsSize=sizeof(Run);
166 } else if(!getInitialRunsMemory(pBiDi, maxRunCount))
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 37 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst);
41 static void doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test,
44 static void _testReordering(UBiDi *pBiDi, int testNumber);
48 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction);
50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
92 static const char* inverseBasic(UBiDi *pBiDi, const char *src, int32_t srcLen,
94 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
98 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars,
102 static UBool checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src,
164 UBiDi *pBiDi, *pLine=NULL
    [all...]

Completed in 32 milliseconds