Searched refs:isDataAllocated (Results 1 – 2 of 2) sorted by relevance
75 trie->isDataAllocated=FALSE; in utrie_open()82 trie->isDataAllocated=TRUE; in utrie_open()118 UBool isDataAllocated; in utrie_clone() local127 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()
563 UBool isAllocated, isDataAllocated; member