Searched refs:maxRunCount (Results 1 – 3 of 3) sorted by relevance
56 le_int32 maxRunCount = 0; in StyleRuns() local61 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()
529 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode);
126 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) { in ubidi_openSized() argument132 } 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()