Home
last modified time | relevance | path

Searched refs:indexPrefix (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp184 const char *indexPrefix, const char *data32Prefix, in usrc_writeUTrie2Arrays() argument
189 … usrc_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()
248 const char *indexPrefix, const char *dataPrefix, in usrc_writeUCPTrieArrays() argument
251 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUCPTrieArrays()
Dwritesrc.h63 const char *indexPrefix, const char *dataPrefix,
84 const char *indexPrefix, const char *dataPrefix,