Searched refs:createLinearMatchNode (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestriebuilder.h158 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
H A Ducharstriebuilder.h162 virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
H A Dstringtriebuilder.h383 virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
/external/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h158 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
H A Ducharstriebuilder.h162 virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
H A Dstringtriebuilder.h385 virtual Node *createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length,
/external/chromium_org/third_party/icu/source/common/
H A Dstringtriebuilder.cpp234 node=createLinearMatchNode(start, lastUnitIndex, maxLinearMatchLength, nextNode);
237 node=createLinearMatchNode(start, unitIndex, length, nextNode);
H A Dbytestriebuilder.cpp364 BytesTrieBuilder::createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, function in class:BytesTrieBuilder
H A Ducharstriebuilder.cpp312 UCharsTrieBuilder::createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length, function in class:UCharsTrieBuilder
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp234 node=createLinearMatchNode(start, lastUnitIndex, maxLinearMatchLength, nextNode);
237 node=createLinearMatchNode(start, unitIndex, length, nextNode);
H A Dbytestriebuilder.cpp364 BytesTrieBuilder::createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length, function in class:BytesTrieBuilder
H A Ducharstriebuilder.cpp312 UCharsTrieBuilder::createLinearMatchNode(int32_t i, int32_t unitIndex, int32_t length, function in class:UCharsTrieBuilder

Completed in 239 milliseconds