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

  /external/chromium/third_party/icu/source/tools/genprops/
store.c 407 int32_t trieSize, additionalPropsSize, offset;
410 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
412 fprintf(stderr, "error: utrie_serialize failed: %s (length %ld)\n", u_errorName(errorCode), (long)trieSize);
419 trieSize=(trieSize+3)&~3;
420 offset+=trieSize>>2;
427 printf("trie size in bytes: %5u\n", (int)trieSize);
436 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
516 udata_writeBlock(pData, trieBlock, trieSize);
  /external/icu4c/tools/genprops/
store.c 369 int32_t trieSize, additionalPropsSize, offset;
372 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
374 fprintf(stderr, "error: utrie_serialize failed: %s (length %ld)\n", u_errorName(errorCode), (long)trieSize);
381 trieSize=(trieSize+3)&~3;
382 offset+=trieSize>>2;
389 printf("trie size in bytes: %5u\n", (int)trieSize);
398 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
477 udata_writeBlock(pData, trieBlock, trieSize);
  /external/chromium/third_party/icu/source/tools/genbidi/
store.c 57 i2 trieSize; -- size in bytes of the bidi/shaping properties trie
302 int32_t trieSize;
353 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
355 fprintf(stderr, "genbidi error: utrie_serialize failed: %s (length %ld)\n", u_errorName(errorCode), (long)trieSize);
359 indexes[UBIDI_IX_TRIE_SIZE]=trieSize;
363 trieSize+
368 printf("trie size in bytes: %5d\n", (int)trieSize);
385 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
471 udata_writeBlock(pData, trieBlock, trieSize);
  /external/icu4c/tools/genbidi/
store.c 57 i2 trieSize; -- size in bytes of the bidi/shaping properties trie
302 int32_t trieSize;
353 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
355 fprintf(stderr, "genbidi error: utrie_serialize failed: %s (length %ld)\n", u_errorName(errorCode), (long)trieSize);
359 indexes[UBIDI_IX_TRIE_SIZE]=trieSize;
363 trieSize+
368 printf("trie size in bytes: %5d\n", (int)trieSize);
385 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
471 udata_writeBlock(pData, trieBlock, trieSize);
  /external/chromium/third_party/icu/source/common/
rbbirb.cpp 161 int32_t trieSize = align8(fSetBuilder->getTrieSize());
167 + statusTableSize + trieSize + rulesSize;
196 data->fStatusTable = data->fTrie + trieSize;
  /external/icu4c/common/
rbbirb.cpp 161 int32_t trieSize = align8(fSetBuilder->getTrieSize());
167 + statusTableSize + trieSize + rulesSize;
196 data->fStatusTable = data->fTrie + trieSize;
  /external/chromium/third_party/icu/source/tools/gencase/
store.c 60 i2 trieSize; -- size in bytes of the case mapping properties trie
    [all...]
  /external/icu4c/tools/gencase/
store.c 63 i2 trieSize; -- size in bytes of the case mapping properties trie
    [all...]

Completed in 949 milliseconds