Home
last modified time | relevance | path

Searched refs:maxRunCount (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layoutex/
DParagraphLayout.cpp56 le_int32 maxRunCount = 0; in StyleRuns() local
61 maxRunCount += styleRunArrays[i]->getCount(); in StyleRuns()
64 maxRunCount -= styleCount - 1; in StyleRuns()
66 fRunLimits = LE_NEW_ARRAY(le_int32, maxRunCount); in StyleRuns()
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount); in StyleRuns()
/external/icu4c/common/unicode/
Dubidi.h529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
/external/icu4c/common/
Dubidi.c126 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument
132 } else if(maxLength<0 || maxRunCount<0) { in ubidi_openSized()
161 if(maxRunCount>0) { in ubidi_openSized()
162 if(maxRunCount==1) { in ubidi_openSized()
165 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) { in ubidi_openSized()