Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Dwritesrc.c143 const char *indexPrefix, const char *dataPrefix, in usrc_writeUTrieArrays() argument
148 … usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); in usrc_writeUTrieArrays()
151 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); in usrc_writeUTrieArrays()
Dwritesrc.h52 const char *indexPrefix, const char *dataPrefix,