OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getElementStringLength
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/unicode/
bytestriebuilder.h
117
virtual int32_t
getElementStringLength
(int32_t i) const;
ucharstriebuilder.h
124
virtual int32_t
getElementStringLength
(int32_t i) const;
stringtriebuilder.h
91
virtual int32_t
getElementStringLength
(int32_t i) const = 0;
/external/icu4c/common/
stringtriebuilder.cpp
88
if(unitIndex==
getElementStringLength
(start)) {
156
isFinal[unitNumber]= start==i-1 && unitIndex+1==
getElementStringLength
(start);
211
if(unitIndex==
getElementStringLength
(start)) {
291
if(start==i-1 && unitIndex+1==
getElementStringLength
(start)) {
300
if(start==limit-1 && unitIndex+1==
getElementStringLength
(start)) {
bytestriebuilder.cpp
277
BytesTrieBuilder::
getElementStringLength
(int32_t i) const {
ucharstriebuilder.cpp
226
UCharsTrieBuilder::
getElementStringLength
(int32_t i) const {
Completed in 127 milliseconds