Searched refs:maxRunCount (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/layoutex/
H A DParagraphLayout.cpp56 le_int32 maxRunCount = 0; local
61 maxRunCount += styleRunArrays[i]->getCount();
64 maxRunCount -= styleCount - 1;
66 fRunLimits = LE_NEW_ARRAY(le_int32, maxRunCount);
67 fStyleIndices = LE_NEW_ARRAY(le_int32, maxRunCount * styleCount);
/external/icu4c/common/unicode/
H A Dubidi.h504 * <code>maxRunCount</code> cannot be reasonably predetermined and should not
506 * wasting memory, then <code>maxRunCount</code> could be set to 0 here
515 * @param maxRunCount is the maximum anticipated number of same-level runs
529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
/external/icu4c/common/
H A Dubidi.c126 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { argument
132 } else if(maxLength<0 || maxRunCount<0) {
161 if(maxRunCount>0) {
162 if(maxRunCount==1) {
165 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 53 milliseconds