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

  /external/chromium_org/third_party/icu/source/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/common/
sprpimpl.h 67 _SPREP_INDEX_TRIE_SIZE = 0, /* number of bytes in StringPrep trie */
usprep.cpp 253 utrie_unserialize(&_sprepTrie, pb, p[_SPREP_INDEX_TRIE_SIZE], errorCode);
274 profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
881 indexes[_SPREP_INDEX_TRIE_SIZE]+
905 count=indexes[_SPREP_INDEX_TRIE_SIZE];
  /external/chromium_org/third_party/icu/source/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;
  /external/icu4c/tools/gensprep/
store.c 62 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
68 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
596 indexes[_SPREP_INDEX_TRIE_SIZE]=sprepTrieSize;

Completed in 657 milliseconds