Searched defs:usrc_writeArray (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/tools/toolutil/
H A Dwritesrc.c81 usrc_writeArray(FILE *f, function
105 fprintf(stderr, "usrc_writeArray(width=%ld) unrecognized width\n", (long)width);
148 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
151 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
152 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
/external/icu4c/tools/toolutil/
H A Dwritesrc.c96 usrc_writeArray(FILE *f, function
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 317 milliseconds