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

  /external/icu/icu4c/source/tools/gensprep/
store.c 293 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
373 savedTrieWord= utrie_get32(sprepTrie,codepoint,NULL);
476 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL);
534 value=utrie_get32(trie, start, &inBlockZero);
  /external/icu/icu4c/source/test/cintltst/
trietest.c 65 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);
401 UTRIE_GET32(&trie, start, value2);
494 if(value!=utrie_get32(newTrie, start, NULL)) {
496 testName, start, utrie_get32(newTrie, start, NULL), value);
610 UTRIE_GET32(&trie, start, value2);
852 UTRIE_GET32(&trie, c, value);
  /external/icu/icu4c/source/common/
utrie.h 349 #define UTRIE_GET32(trie, c32, result) _UTRIE_GET(trie, data32, c32, result, uint32_t)
686 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
utrie.cpp 240 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero) { function
476 if(value!=utrie_get32(trie, U16_LEAD(c), NULL)) {
729 value=utrie_get32(trie, start, &inBlockZero);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1762 #define utrie_get32 macro
    [all...]

Completed in 2301 milliseconds