/external/icu4c/tools/gensprep/ |
store.c | 293 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); 390 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL); 506 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); 566 value=utrie_get32(trie, start, &inBlockZero);
|
/external/icu4c/test/cintltst/ |
trietest.c | 64 value=utrie_get32(trie, start, &inBlockZero); 95 value=utrie_get32(trie, start, &inBlockZero); 302 if(value!=utrie_get32(newTrie, start, NULL)) { 304 testName, start, utrie_get32(newTrie, start, NULL), value); 400 UTRIE_GET32(&trie, start, value2); 493 if(value!=utrie_get32(newTrie, start, NULL)) { 495 testName, start, utrie_get32(newTrie, start, NULL), value); 609 UTRIE_GET32(&trie, start, value2); 851 UTRIE_GET32(&trie, c, value);
|
/external/icu4c/tools/genprops/ |
store.c | 340 return utrie_get32(pTrie, (UChar32)c, NULL);
|
/external/icu4c/common/ |
utrie.h | 346 #define UTRIE_GET32(trie, c32, result) _UTRIE_GET(trie, data32, c32, result, uint32_t) 683 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
|
utrie.c | 238 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); [all...] |
rbbisetb.cpp | 65 value=utrie_get32(trie, start, &inBlockZero);
|
/external/icu4c/tools/gennorm/ |
store.c | 229 i=utrie_get32(normTrie, (UChar32)code, NULL); 248 i=utrie_get32(normTrie, (UChar32)code, NULL); 278 i=utrie_get32(normTrie, code, &isInBlockZero); [all...] |
/external/icu4c/i18n/ |
ucol_elm.cpp | [all...] |
ucol_bld.cpp | [all...] |
ucol_cnt.cpp | 218 CE = utrie_get32(table->mapping, i, NULL);
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | 1171 #define utrie_get32 macro [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | 1171 #define utrie_get32 macro [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | 1171 #define utrie_get32 macro [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 1171 #define utrie_get32 macro [all...] |
/external/icu4c/common/unicode/ |
urename.h | 1690 #define utrie_get32 macro [all...] |