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/icu/icu4c/source/common/unicode/
bytestriebuilder.h
129
virtual int32_t
getElementStringLength
(int32_t i) const;
ucharstriebuilder.h
137
virtual int32_t
getElementStringLength
(int32_t i) const;
stringtriebuilder.h
106
virtual int32_t
getElementStringLength
(int32_t i) const = 0;
/external/icu/icu4c/source/common/
stringtriebuilder.cpp
91
if(unitIndex==
getElementStringLength
(start)) {
159
isFinal[unitNumber]= start==i-1 && unitIndex+1==
getElementStringLength
(start);
214
if(unitIndex==
getElementStringLength
(start)) {
294
if(start==i-1 && unitIndex+1==
getElementStringLength
(start)) {
303
if(start==limit-1 && unitIndex+1==
getElementStringLength
(start)) {
bytestriebuilder.cpp
281
BytesTrieBuilder::
getElementStringLength
(int32_t i) const {
ucharstriebuilder.cpp
230
UCharsTrieBuilder::
getElementStringLength
(int32_t i) const {
Completed in 1119 milliseconds