Searched refs:utrie_get32 (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/gensprep/
H A Dstore.c291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
371 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
474 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL);
532 value=utrie_get32(trie, start, &inBlockZero);
/external/icu/icu4c/source/tools/gensprep/
H A Dstore.c291 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
371 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
474 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL);
532 value=utrie_get32(trie, start, &inBlockZero);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrietest.c65 value=utrie_get32(trie, start, &inBlockZero);
96 value=utrie_get32(trie, start, &inBlockZero);
303 if(value!=utrie_get32(newTrie, start, NULL)) {
305 testName, start, utrie_get32(newTrie, start, NULL), value);
494 if(value!=utrie_get32(newTrie, start, NULL)) {
496 testName, start, utrie_get32(newTrie, start, NULL), value);
/external/icu/icu4c/source/test/cintltst/
H A Dtrietest.c65 value=utrie_get32(trie, start, &inBlockZero);
96 value=utrie_get32(trie, start, &inBlockZero);
303 if(value!=utrie_get32(newTrie, start, NULL)) {
305 testName, start, utrie_get32(newTrie, start, NULL), value);
494 if(value!=utrie_get32(newTrie, start, NULL)) {
496 testName, start, utrie_get32(newTrie, start, NULL), value);
/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h684 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
H A Dutrie.cpp238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { function
474 if(value!=utrie_get32(trie, U16_LEAD(c), NULL)) {
727 value=utrie_get32(trie, start, &inBlockZero);
H A Drbbisetb.cpp65 value=utrie_get32(trie, start, &inBlockZero);
/external/icu/icu4c/source/common/
H A Dutrie.h684 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
H A Dutrie.cpp238 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { function
474 if(value!=utrie_get32(trie, U16_LEAD(c), NULL)) {
727 value=utrie_get32(trie, start, &inBlockZero);
H A Drbbisetb.cpp65 value=utrie_get32(trie, start, &inBlockZero);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp1088 CE = utrie_get32(t->mapping, cp, NULL);
1093 CE = utrie_get32(t->mapping, element->cPoints[0], NULL);
1336 ce = utrie_get32(mapping, v, NULL);
1346 ce = utrie_get32(mapping, t, NULL);
1389 value=utrie_get32(trie, start, &inBlockZero);
H A Ducol_bld.cpp980 uint32_t CE = utrie_get32(t->mapping, start, NULL);
1024 if((CE = utrie_get32(t->mapping, u, NULL)) == UCOL_NOT_FOUND
1225 tailoredCE = utrie_get32(t->mapping, first, NULL);
H A Ducol_cnt.cpp218 CE = utrie_get32(table->mapping, i, NULL);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1698 #define utrie_get32 U_ICU_ENTRY_POINT_RENAME(utrie_get32) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1775 #define utrie_get32 U_ICU_ENTRY_POINT_RENAME(utrie_get32) macro

Completed in 354 milliseconds