Searched defs:sprepTrie (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dsprpimpl.h88 UTrie sprepTrie; member in struct:UStringPrepProfile
/external/icu/icu4c/source/common/
H A Dsprpimpl.h88 UTrie sprepTrie; member in struct:UStringPrepProfile
/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dstore.c187 static UNewTrie *sprepTrie; variable
199 sprepTrie = (UNewTrie *)uprv_malloc(sizeof(UNewTrie));
200 uprv_memset(sprepTrie, 0, sizeof(UNewTrie));
203 if(NULL==utrie_open(sprepTrie, NULL, MAX_DATA_LENGTH, 0, 0, FALSE)) {
293 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
309 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
390 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
419 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
447 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
506 uint32_t savedTrieWord = utrie_get32(sprepTrie, star
[all...]
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c188 static UNewTrie *sprepTrie; variable
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,star
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 201 milliseconds