OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pieces_lengths
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
caniter.cpp
70
pieces_lengths
(NULL),
97
if(
pieces_lengths
!= NULL) {
98
uprv_free(
pieces_lengths
);
99
pieces_lengths
= NULL;
155
if (current[i] <
pieces_lengths
[i]) break; // got sequence
183
pieces_lengths
= (int32_t*)uprv_malloc(1 * sizeof(int32_t));
187
if (pieces == NULL ||
pieces_lengths
== NULL || current == NULL) {
193
pieces_lengths
[0] = 1;
230
pieces_lengths
= (int32_t*)uprv_malloc(list_length * sizeof(int32_t));
233
if (pieces == NULL ||
pieces_lengths
== NULL || current == NULL)
[
all
...]
/external/icu4c/common/unicode/
caniter.h
170
int32_t *
pieces_lengths
;
member in class:CanonicalIterator
Completed in 51 milliseconds