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

  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 110 uint8_t *norm16TrieBytes;
n2builder.cpp 98 norm16TrieBytes(nullptr), norm16TrieLength(0) {
105 delete[] norm16TrieBytes;
735 norm16TrieBytes=new uint8_t[norm16TrieLength];
736 ucptrie_toBinary(builtTrie.getAlias(), norm16TrieBytes, norm16TrieLength, errorCode);
791 udata_writeBlock(pData, norm16TrieBytes, norm16TrieLength);
    [all...]

Completed in 93 milliseconds