Home
last modified time | relevance | path

Searched refs:fLookAheadResultsSize (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Drbbi.cpp75 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
77 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
126 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
128 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
153 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
155 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
298 if (fData && fData->fForwardTable->fLookAheadResultsSize > 0) { in operator =()
300 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in operator =()
919 U_ASSERT(accepting < fData->fForwardTable->fLookAheadResultsSize); in handleNext()
936 U_ASSERT(rule == 0 || rule < fData->fForwardTable->fLookAheadResultsSize); in handleNext()
[all...]
H A Drbbidata.h140 uint32_t fLookAheadResultsSize; // Size of run-time array required for holding member
H A Drbbidata.cpp236 RBBIDebugPrintf(" fLookAheadResultsSize: %d\n", table->fLookAheadResultsSize); in printTable()
H A Drbbitblb.cpp1389 table->fLookAheadResultsSize = fLASlotsInUse == ACCEPTING_UNCONDITIONAL ? 0 : fLASlotsInUse + 1; in exportTable()
/third_party/node/deps/icu-small/source/common/
H A Drbbi.cpp74 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
76 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
124 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
126 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
150 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
152 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
320 if (fData && fData->fForwardTable->fLookAheadResultsSize > 0) { in operator =()
322 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in operator =()
889 U_ASSERT(accepting < fData->fForwardTable->fLookAheadResultsSize); in handleNext()
906 U_ASSERT(rule == 0 || rule < fData->fForwardTable->fLookAheadResultsSize); in handleNext()
[all...]
H A Drbbidata.h140 uint32_t fLookAheadResultsSize; // Size of run-time array required for holding member
H A Drbbidata.cpp236 RBBIDebugPrintf(" fLookAheadResultsSize: %d\n", table->fLookAheadResultsSize); in printTable()
H A Drbbitblb.cpp1374 table->fLookAheadResultsSize = fLASlotsInUse == ACCEPTING_UNCONDITIONAL ? 0 : fLASlotsInUse + 1; in exportTable()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi.cpp75 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
77 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
113 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
115 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
140 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in RuleBasedBreakIterator()
142 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in RuleBasedBreakIterator()
285 if (fData && fData->fForwardTable->fLookAheadResultsSize > 0) { in operator =()
287 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in operator =()
905 U_ASSERT(accepting < fData->fForwardTable->fLookAheadResultsSize); in handleNext()
922 U_ASSERT(rule == 0 || rule < fData->fForwardTable->fLookAheadResultsSize); in handleNext()
[all...]
H A Drbbidata.h140 uint32_t fLookAheadResultsSize; // Size of run-time array required for holding member
H A Drbbidata.cpp236 RBBIDebugPrintf(" fLookAheadResultsSize: %d\n", table->fLookAheadResultsSize); in printTable()
H A Drbbitblb.cpp1383 table->fLookAheadResultsSize = fLASlotsInUse == ACCEPTING_UNCONDITIONAL ? 0 : fLASlotsInUse + 1; in exportTable()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRBBIDataWrapper.java53 public int fLookAheadResultsSize; field in RBBIDataWrapper.RBBIStateTable
82 This.fLookAheadResultsSize = bytes.getInt(); in get()
103 bytes.writeInt(fLookAheadResultsSize); in put()
141 if (fLookAheadResultsSize != otherST.fLookAheadResultsSize) return false; in equals()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java83 This.fLookAheadMatches = new int[This.fRData.fFTable.fLookAheadResultsSize]; in getInstanceFromCompiledRules()
133 This.fLookAheadMatches = new int[This.fRData.fFTable.fLookAheadResultsSize]; in getInstanceFromCompiledRules()
148 fLookAheadMatches = new int[fRData.fFTable.fLookAheadResultsSize]; in RuleBasedBreakIterator()
180 result.fLookAheadMatches = new int[fRData.fFTable.fLookAheadResultsSize]; in clone()
H A DRBBITableBuilder.java1142 table.fLookAheadResultsSize = in exportTable()

Completed in 21 milliseconds