Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/icu/icu4c/source/common/unicode/
Dubidi.h529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
/external/chromium_org/third_party/icu/source/common/unicode/
Dubidi.h529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
/external/icu/icu4c/source/common/
Dubidi.c132 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument
138 } else if(maxLength<0 || maxRunCount<0) { in ubidi_openSized()
167 if(maxRunCount>0) { in ubidi_openSized()
168 if(maxRunCount==1) { in ubidi_openSized()
171 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) { in ubidi_openSized()
/external/chromium_org/third_party/icu/source/common/
Dubidi.c132 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument
138 } else if(maxLength<0 || maxRunCount<0) { in ubidi_openSized()
167 if(maxRunCount>0) { in ubidi_openSized()
168 if(maxRunCount==1) { in ubidi_openSized()
171 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) { in ubidi_openSized()