OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucharsLength
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucharstriebuilder.cpp
90
uchars(NULL), ucharsCapacity(0),
ucharsLength
(0) {}
102
if(
ucharsLength
>0) {
150
newTrie=new UCharsTrie(uchars, uchars+(ucharsCapacity-
ucharsLength
));
166
result.setTo(FALSE, uchars+(ucharsCapacity-
ucharsLength
),
ucharsLength
);
176
if(uchars!=NULL &&
ucharsLength
>0) {
180
if(
ucharsLength
==0) {
208
ucharsLength
=0;
340
u_memcpy(newUChars+(newCapacity-
ucharsLength
),
341
uchars+(ucharsCapacity-
ucharsLength
), ucharsLength)
[
all
...]
/external/icu/icu4c/source/common/unicode/
ucharstriebuilder.h
127
ucharsLength
=0;
179
// Grows from the back:
ucharsLength
measures from the end of the buffer!
182
int32_t
ucharsLength
;
Completed in 284 milliseconds