OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucharsLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucharstriebuilder.cpp
88
uchars(NULL), ucharsCapacity(0),
ucharsLength
(0) {}
100
if(
ucharsLength
>0) {
148
newTrie=new UCharsTrie(uchars, uchars+(ucharsCapacity-
ucharsLength
));
164
result.setTo(FALSE, uchars+(ucharsCapacity-
ucharsLength
),
ucharsLength
);
174
if(uchars!=NULL &&
ucharsLength
>0) {
178
if(
ucharsLength
==0) {
206
ucharsLength
=0;
338
u_memcpy(newUChars+(newCapacity-
ucharsLength
),
339
uchars+(ucharsCapacity-
ucharsLength
), ucharsLength)
[
all
...]
/external/icu/icu4c/source/common/
ucharstriebuilder.cpp
88
uchars(NULL), ucharsCapacity(0),
ucharsLength
(0) {}
100
if(
ucharsLength
>0) {
148
newTrie=new UCharsTrie(uchars, uchars+(ucharsCapacity-
ucharsLength
));
164
result.setTo(FALSE, uchars+(ucharsCapacity-
ucharsLength
),
ucharsLength
);
174
if(uchars!=NULL &&
ucharsLength
>0) {
178
if(
ucharsLength
==0) {
206
ucharsLength
=0;
338
u_memcpy(newUChars+(newCapacity-
ucharsLength
),
339
uchars+(ucharsCapacity-
ucharsLength
), ucharsLength)
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
ucharstriebuilder.h
125
ucharsLength
=0;
179
// Grows from the back:
ucharsLength
measures from the end of the buffer!
182
int32_t
ucharsLength
;
/external/icu/icu4c/source/common/unicode/
ucharstriebuilder.h
125
ucharsLength
=0;
179
// Grows from the back:
ucharsLength
measures from the end of the buffer!
182
int32_t
ucharsLength
;
Completed in 1252 milliseconds