OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pBiDi
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ubidi.c
127
UBiDi *
pBiDi
;
138
pBiDi
=(UBiDi *)uprv_malloc(sizeof(UBiDi));
139
if(
pBiDi
==NULL) {
145
uprv_memset(
pBiDi
, 0, sizeof(UBiDi));
148
pBiDi
->bdp=ubidi_getSingleton();
152
if( !getInitialDirPropsMemory(
pBiDi
, maxLength) ||
153
!getInitialLevelsMemory(
pBiDi
, maxLength)
158
pBiDi
->mayAllocateText=TRUE;
164
pBiDi
->runsSize=sizeof(Run);
165
} else if(!getInitialRunsMemory(
pBiDi
, maxRunCount))
[
all
...]
/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/chromium_org/third_party/icu/source/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,
82
static const char* inverseBasic(UBiDi *
pBiDi
, const char *src, int32_t srcLen,
84
static UBool assertRoundTrip(UBiDi *
pBiDi
, int32_t tc, int32_t outIndex,
88
static UBool checkResultLength(UBiDi *
pBiDi
, const char *srcChars,
92
static UBool checkMaps(UBiDi *
pBiDi
, int32_t stringIndex, const char *src,
149
UBiDi *
pBiDi
, *pLine=NULL
[
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 152 milliseconds