HomeSort by relevance Sort by last modified time
    Searched defs:sprepTrie (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/icu/source/common/
sprpimpl.h 88 UTrie sprepTrie;
  /external/icu/icu4c/source/common/
sprpimpl.h 88 UTrie sprepTrie;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 188 static UNewTrie *sprepTrie;
200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie));
203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
371 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
396 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
424 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
474 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL);
493 if(!utrie_set32(sprepTrie,start,trieWord))
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
store.c 188 static UNewTrie *sprepTrie;
200 sprepTrie = (UNewTrie *)uprv_calloc(1, sizeof(UNewTrie));
203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
371 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
396 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
424 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
474 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL);
493 if(!utrie_set32(sprepTrie,start,trieWord))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 955 milliseconds