Home
last modified time | relevance | path

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

/external/icu4c/common/
Dutrie.c73 trie->isDataAllocated=FALSE; in utrie_open()
80 trie->isDataAllocated=TRUE; in utrie_open()
116 UBool isDataAllocated; in utrie_clone() local
125 isDataAllocated=FALSE; in utrie_clone()
132 isDataAllocated=TRUE; in utrie_clone()
144 trie->isDataAllocated=isDataAllocated; in utrie_clone()
153 if(trie->isDataAllocated) { in utrie_close()
Dutrie.h559 UBool isAllocated, isDataAllocated; member