OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findUniqueValue
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
bytestrie.h
225
return pos!=NULL &&
findUniqueValue
(pos+remainingMatchLength_+1, FALSE, uniqueValue);
418
static UBool
findUniqueValue
(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue);
ucharstrie.h
252
return pos!=NULL &&
findUniqueValue
(pos+remainingMatchLength_+1, FALSE, uniqueValue);
486
static UBool
findUniqueValue
(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue);
/external/icu4c/common/
bytestrie.cpp
341
if(!
findUniqueValue
(pos+value, haveUniqueValue, uniqueValue)) {
351
BytesTrie::
findUniqueValue
(const uint8_t *pos, UBool haveUniqueValue, int32_t &uniqueValue) {
ucharstrie.cpp
292
if(!
findUniqueValue
(pos+value, haveUniqueValue, uniqueValue)) {
302
UCharsTrie::
findUniqueValue
(const UChar *pos, UBool haveUniqueValue, int32_t &uniqueValue) {
Completed in 1986 milliseconds