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

  /external/icu4c/common/
sprpimpl.h 67 _SPREP_INDEX_TRIE_SIZE = 0, /* number of bytes in StringPrep trie */
usprep.cpp 256 utrie_unserialize(&_sprepTrie, pb, p[_SPREP_INDEX_TRIE_SIZE], errorCode);
277 profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
884 indexes[_SPREP_INDEX_TRIE_SIZE]+
908 count=indexes[_SPREP_INDEX_TRIE_SIZE];
  /external/icu4c/tools/gensprep/
store.c 61 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
67 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
630 indexes[_SPREP_INDEX_TRIE_SIZE]=sprepTrieSize;

Completed in 300 milliseconds