Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp195 int32_t voLength = 0; variable
226 voLength = writeTrieBytes(voTrie, voBytes, errorCode); in build()
229 int32_t size = ULAYOUT_IX_COUNT * 4 + inpcLength + inscLength + voLength; in build()
268 indexes[ULAYOUT_IX_VO_TRIE_TOP] = (top += voLength); in writeBinaryData()
285 udata_writeBlock(pData, voBytes, voLength); in writeBinaryData()