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()
74 if (fData->fForwardTable->fLookAheadResultsSize > 0) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()76 uprv_malloc(fData->fForwardTable->fLookAheadResultsSize * sizeof(int32_t))); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()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()
1389 table->fLookAheadResultsSize = fLASlotsInUse == ACCEPTING_UNCONDITIONAL ? 0 : fLASlotsInUse + 1; in exportTable()
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()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()
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()
83 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()
1142 table.fLookAheadResultsSize =