Home
last modified time | relevance | path

Searched refs:isDataAllocated (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dutrie.cpp75 trie->isDataAllocated=false; in utrie_open()
82 trie->isDataAllocated=true; in utrie_open()
118 UBool isDataAllocated; in utrie_clone() local
127 isDataAllocated=false; in utrie_clone()
134 isDataAllocated=true; in utrie_clone()
146 trie->isDataAllocated=isDataAllocated; in utrie_clone()
155 if(trie->isDataAllocated) { in utrie_close()
Dutrie.h564 UBool isAllocated, isDataAllocated; member
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.cpp75 trie->isDataAllocated=FALSE; in utrie_open()
82 trie->isDataAllocated=TRUE; in utrie_open()
118 UBool isDataAllocated; in utrie_clone() local
127 isDataAllocated=FALSE; in utrie_clone()
134 isDataAllocated=TRUE; in utrie_clone()
146 trie->isDataAllocated=isDataAllocated; in utrie_clone()
155 if(trie->isDataAllocated) { in utrie_close()
Dutrie.h564 UBool isAllocated, isDataAllocated; member
/third_party/icu/icu4c/source/common/
Dutrie.cpp75 trie->isDataAllocated=false; in utrie_open()
82 trie->isDataAllocated=true; in utrie_open()
118 UBool isDataAllocated; in utrie_clone() local
127 isDataAllocated=false; in utrie_clone()
134 isDataAllocated=true; in utrie_clone()
146 trie->isDataAllocated=isDataAllocated; in utrie_clone()
155 if(trie->isDataAllocated) { in utrie_close()
Dutrie.h564 UBool isAllocated, isDataAllocated; member