HomeSort by relevance Sort by last modified time
    Searched full:ptrie (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/icu/source/tools/toolutil/
writesrc.c 144 const UTrie2 *pTrie,
146 if(pTrie->data32==NULL) {
148 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
151 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
152 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
159 const UTrie2 *pTrie,
    [all...]
writesrc.h 53 const UTrie2 *pTrie,
64 const UTrie2 *pTrie,
  /external/icu4c/tools/toolutil/
writesrc.c 159 const UTrie2 *pTrie,
161 if(pTrie->data32==NULL) {
163 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix);
166 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix);
167 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix);
174 const UTrie2 *pTrie,
    [all...]
writesrc.h 61 const UTrie2 *pTrie,
72 const UTrie2 *pTrie,
  /external/chromium/third_party/icu/source/tools/genbidi/
store.c 300 UNewTrie *pTrie;
307 pTrie=utrie_open(NULL, NULL, 20000, 0, 0, TRUE);
308 if(pTrie==NULL) {
316 if(!utrie_setRange32(pTrie, start, end+1, *row, TRUE)) {
353 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
489 utrie_close(pTrie);
  /external/icu4c/tools/genbidi/
store.c 300 UNewTrie *pTrie;
307 pTrie=utrie_open(NULL, NULL, 20000, 0, 0, TRUE);
308 if(pTrie==NULL) {
316 if(!utrie_setRange32(pTrie, start, end+1, *row, TRUE)) {
353 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
489 utrie_close(pTrie);
  /external/chromium/third_party/icu/source/tools/genprops/
store.c 250 static UNewTrie *pTrie=NULL;
263 pTrie=utrie_open(NULL, NULL, 40000, 0, 0, TRUE);
264 if(pTrie==NULL) {
274 utrie_close(pTrie);
370 if(!utrie_set32(pTrie, (UChar32)c, x)) {
378 return utrie_get32(pTrie, (UChar32)c, NULL);
385 if(!utrie_setRange32(pTrie, (UChar32)first, (UChar32)(last+1), x, FALSE)) {
410 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
  /external/icu4c/tools/genprops/
store.c 226 static UNewTrie *pTrie=NULL;
239 pTrie=utrie_open(NULL, NULL, 40000, 0, 0, TRUE);
240 if(pTrie==NULL) {
250 utrie_close(pTrie);
332 if(!utrie_set32(pTrie, (UChar32)c, x)) {
340 return utrie_get32(pTrie, (UChar32)c, NULL);
347 if(!utrie_setRange32(pTrie, (UChar32)first, (UChar32)(last+1), x, FALSE)) {
372 trieSize=utrie_serialize(pTrie, trieBlock, sizeof(trieBlock), NULL, TRUE, &errorCode);
  /external/chromium/third_party/icu/source/tools/gencase/
store.c     [all...]
  /external/icu4c/tools/gencase/
store.c     [all...]

Completed in 113 milliseconds