Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp193 int32_t inpcLength = 0; variable
224 inpcLength = writeTrieBytes(inpcTrie, inpcBytes, errorCode); in build()
229 int32_t size = ULAYOUT_IX_COUNT * 4 + inpcLength + inscLength + voLength; in build()
266 indexes[ULAYOUT_IX_INPC_TRIE_TOP] = (top += inpcLength); in writeBinaryData()
283 udata_writeBlock(pData, inpcBytes, inpcLength); in writeBinaryData()