Searched refs:lastUnitIndex (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
D | stringtriebuilder.cpp | 102 int32_t lastUnitIndex=getLimitOfLinearMatch(start, limit-1, unitIndex); in writeNode() local 103 writeNode(start, limit, lastUnitIndex); in writeNode() 105 int32_t length=lastUnitIndex-unitIndex; in writeNode() 108 lastUnitIndex-=maxLinearMatchLength; in writeNode() 110 writeElementUnits(start, lastUnitIndex, maxLinearMatchLength); in writeNode() 226 int32_t lastUnitIndex=getLimitOfLinearMatch(start, limit-1, unitIndex); in makeNode() local 227 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() 229 int32_t length=lastUnitIndex-unitIndex; in makeNode() 232 lastUnitIndex-=maxLinearMatchLength; in makeNode() 234 node=createLinearMatchNode(start, lastUnitIndex, maxLinearMatchLength, nextNode); in makeNode()
|
/external/icu/icu4c/source/common/ |
D | stringtriebuilder.cpp | 102 int32_t lastUnitIndex=getLimitOfLinearMatch(start, limit-1, unitIndex); in writeNode() local 103 writeNode(start, limit, lastUnitIndex); in writeNode() 105 int32_t length=lastUnitIndex-unitIndex; in writeNode() 108 lastUnitIndex-=maxLinearMatchLength; in writeNode() 110 writeElementUnits(start, lastUnitIndex, maxLinearMatchLength); in writeNode() 226 int32_t lastUnitIndex=getLimitOfLinearMatch(start, limit-1, unitIndex); in makeNode() local 227 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() 229 int32_t length=lastUnitIndex-unitIndex; in makeNode() 232 lastUnitIndex-=maxLinearMatchLength; in makeNode() 234 node=createLinearMatchNode(start, lastUnitIndex, maxLinearMatchLength, nextNode); in makeNode()
|