Searched refs:writeTrieBytes (Results 1 – 1 of 1) sorted by relevance
197 int32_t writeTrieBytes(const UCPTrie *trie, uint8_t block[], UErrorCode &errorCode) { in writeTrieBytes() function224 inpcLength = writeTrieBytes(inpcTrie, inpcBytes, errorCode); in build()225 inscLength = writeTrieBytes(inscTrie, inscBytes, errorCode); in build()226 voLength = writeTrieBytes(voTrie, voBytes, errorCode); in build()