HomeSort by relevance Sort by last modified time
    Searched refs:norm16TrieLength (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 111 int32_t norm16TrieLength;
n2builder.cpp 98 norm16TrieBytes(nullptr), norm16TrieLength(0) {
727 norm16TrieLength=ucptrie_toBinary(builtTrie.getAlias(), nullptr, 0, errorCode);
735 norm16TrieBytes=new uint8_t[norm16TrieLength];
736 ucptrie_toBinary(builtTrie.getAlias(), norm16TrieBytes, norm16TrieLength, errorCode);
741 offset+=norm16TrieLength;
752 printf("size of normalization trie: %5ld bytes\n", (long)norm16TrieLength);
791 udata_writeBlock(pData, norm16TrieBytes, norm16TrieLength);
    [all...]

Completed in 178 milliseconds