Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp194 int32_t inscLength = 0; variable
225 inscLength = writeTrieBytes(inscTrie, inscBytes, errorCode); in build()
229 int32_t size = ULAYOUT_IX_COUNT * 4 + inpcLength + inscLength + voLength; in build()
267 indexes[ULAYOUT_IX_INSC_TRIE_TOP] = (top += inscLength); in writeBinaryData()
284 udata_writeBlock(pData, inscBytes, inscLength); in writeBinaryData()