HomeSort by relevance Sort by last modified time
    Searched refs:findUniqueValueFromBranch (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
bytestrie.cpp 314 BytesTrie::findUniqueValueFromBranch(const uint8_t *pos, int32_t length,
318 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
358 pos=findUniqueValueFromBranch(pos, node+1, haveUniqueValue, uniqueValue);
ucharstrie.cpp 264 UCharsTrie::findUniqueValueFromBranch(const UChar *pos, int32_t length,
268 if(NULL==findUniqueValueFromBranch(jumpByDelta(pos), length>>1, haveUniqueValue, uniqueValue)) {
309 pos=findUniqueValueFromBranch(pos, node+1, haveUniqueValue, uniqueValue);
  /external/icu4c/common/unicode/
bytestrie.h 414 static const uint8_t *findUniqueValueFromBranch(const uint8_t *pos, int32_t length,
ucharstrie.h 482 static const UChar *findUniqueValueFromBranch(const UChar *pos, int32_t length,

Completed in 26 milliseconds