OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usrc_writeArray
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/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);
/external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp
[
all
...]
Completed in 32 milliseconds