Home
last modified time | relevance | path

Searched refs:usrc_writeArray (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp122 usrc_writeArray(FILE *f, in usrc_writeArray() function
189usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
192 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrie2Arrays()
193 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); in usrc_writeUTrie2Arrays()
251 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUCPTrieArrays()
256 usrc_writeArray(f, dataPrefix, pTrie->data.ptr0, width, pTrie->dataLength, postfix); in usrc_writeUCPTrieArrays()
Dwritesrc.h51 usrc_writeArray(FILE *f,
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp832 usrc_writeArray(f, line, dataInfo.formatVersion, 8, 4, "};\n"); in writeCSourceFile()
834 usrc_writeArray(f, line, dataInfo.dataVersion, 8, 4, "};\n\n"); in writeCSourceFile()
836 usrc_writeArray(f, line, indexes, 32, Normalizer2Impl::IX_COUNT, "\n};\n\n"); in writeCSourceFile()
841 usrc_writeArray(f, line, extraData.getBuffer(), 16, extraData.length(), "\n};\n\n"); in writeCSourceFile()
843 usrc_writeArray(f, line, smallFCD, 8, sizeof(smallFCD), "\n};\n\n"); in writeCSourceFile()