Searched refs:fLookAheadResultsSize (Results 1 – 15 of 15) sorted by relevance
75 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()77 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()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()
140 uint32_t fLookAheadResultsSize; // Size of run-time array required for holding member
236 RBBIDebugPrintf(" fLookAheadResultsSize: %d\n", table->fLookAheadResultsSize); in printTable()
1383 table->fLookAheadResultsSize = fLASlotsInUse == ACCEPTING_UNCONDITIONAL ? 0 : fLASlotsInUse + 1; in exportTable()
1389 table->fLookAheadResultsSize = fLASlotsInUse == ACCEPTING_UNCONDITIONAL ? 0 : fLASlotsInUse + 1; in exportTable()
53 public int fLookAheadResultsSize; field in RBBIDataWrapper.RBBIStateTable82 This.fLookAheadResultsSize = bytes.getInt(); in get()103 bytes.writeInt(fLookAheadResultsSize); in put()141 if (fLookAheadResultsSize != otherST.fLookAheadResultsSize) return false; in equals()
73 This.fLookAheadMatches = new int[This.fRData.fFTable.fLookAheadResultsSize]; in getInstanceFromCompiledRules()97 This.fLookAheadMatches = new int[This.fRData.fFTable.fLookAheadResultsSize]; in getInstanceFromCompiledRules()112 fLookAheadMatches = new int[fRData.fFTable.fLookAheadResultsSize]; in RuleBasedBreakIterator()144 result.fLookAheadMatches = new int[fRData.fFTable.fLookAheadResultsSize]; in clone()
1142 table.fLookAheadResultsSize =