Lines Matching refs:bytesTries
155 : valueMaps(NULL), bytesTries(NULL) {}
158 bytesTries=bt;
168 const uint8_t *bytesTries;
273 offset+=bytesTries.length();
287 printf("length of all BytesTries: %6ld\n", (long)bytesTries.length());
413 int32_t bytesTrieOffset=bytesTries.length();
414 bytesTries.append(btb.buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode), errorCode);
427 int32_t bytesTrieOffset=bytesTries.length();
428 bytesTries.append(btb.buildStringPiece(USTRINGTRIE_BUILD_SMALL, errorCode), errorCode);
434 reinterpret_cast<const uint8_t *>(bytesTries.data()));
442 CharString bytesTries;
477 udata_writeBlock(pdata, bytesTries.data(), bytesTries.length());
508 usrc_writeArray(f, "const uint8_t PropNameData::bytesTries[%ld]={\n",
509 bytesTries.data(), 8, bytesTries.length(),
574 BytesTrie trie(bytesTries+bytesTrieOffset);