HomeSort by relevance Sort by last modified time
    Searched refs:maxRunCount (Results 1 - 7 of 7) sorted by null

  /external/icu4c/layoutex/
ParagraphLayout.cpp 56 le_int32 maxRunCount = 0;
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);
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ubidi.h 504 * <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);
    [all...]
  /external/icu4c/common/unicode/
ubidi.h 504 * <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);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidi.c 126 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) {
132 } else if(maxLength<0 || maxRunCount<0) {
161 if(maxRunCount>0) {
162 if(maxRunCount==1) {
165 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) {
    [all...]
  /external/icu4c/common/
ubidi.c 127 ubidi_openSized(int32_t maxLength, int32_t maxRunCount, UErrorCode *pErrorCode) {
133 } else if(maxLength<0 || maxRunCount<0) {
162 if(maxRunCount>0) {
163 if(maxRunCount==1) {
166 } else if(!getInitialRunsMemory(pBiDi, maxRunCount)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 259 milliseconds