OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usrc_writeArray
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/toolutil/
writesrc.h
48
usrc_writeArray
(FILE *f,
54
* Calls
usrc_writeArray
() for the index and data arrays of a frozen UTrie2.
writesrc.c
101
usrc_writeArray
(FILE *f,
125
fprintf(stderr, "
usrc_writeArray
(width=%ld) unrecognized width\n", (long)width);
168
usrc_writeArray
(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
171
usrc_writeArray
(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
172
usrc_writeArray
(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
Completed in 73 milliseconds