HomeSort by relevance Sort by last modified time
    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 96 usrc_writeArray(FILE *f,
120 fprintf(stderr, "usrc_writeArray(width=%ld) unrecognized width\n", (long)width);
163 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
166 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
167 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);

Completed in 1602 milliseconds