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

  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 309 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
419 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
447 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
525 if(!utrie_set32(sprepTrie,start,trieWord)){
542 if(!utrie_set32(sprepTrie,start,trieWord)){
  /external/icu4c/tools/gensprep/
store.c 307 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
396 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
424 if(!utrie_set32(sprepTrie,codepoint,trieWord)){
493 if(!utrie_set32(sprepTrie,start,trieWord)){
510 if(!utrie_set32(sprepTrie,start,trieWord)){
  /external/chromium_org/third_party/icu/source/common/
utrie.h 670 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
utrie.c 220 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) { function
475 if(!utrie_set32(trie, U16_LEAD(c), value)) {
    [all...]
  /external/icu4c/common/
utrie.h 671 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
utrie.cpp 220 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value) { function
475 if(!utrie_set32(trie, U16_LEAD(c), value)) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
trietest.c 285 ok&=utrie_set32(newTrie, start, value);
476 ok&=utrie_set32(newTrie, start, value);
trie2test.c     [all...]
  /external/icu4c/test/cintltst/
trietest.c 286 ok&=utrie_set32(newTrie, start, value);
477 ok&=utrie_set32(newTrie, start, value);
trie2test.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_cnt.cpp 222 utrie_set32(table->mapping, i, CE);
ucol_elm.cpp     [all...]
  /external/icu4c/i18n/
ucol_cnt.cpp 222 utrie_set32(table->mapping, i, CE);
ucol_elm.cpp     [all...]
  /external/icu4c/common/unicode/
urename.h 1731 #define utrie_set32 macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h 1694 #define utrie_set32 macro
    [all...]

Completed in 606 milliseconds