Searched refs:isDataAllocated (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrie.cpp73 trie->isDataAllocated=FALSE;
80 trie->isDataAllocated=TRUE;
116 UBool isDataAllocated; local
125 isDataAllocated=FALSE;
132 isDataAllocated=TRUE;
144 trie->isDataAllocated=isDataAllocated;
153 if(trie->isDataAllocated) {
H A Dutrie.h562 UBool isAllocated, isDataAllocated; member in struct:UNewTrie
/external/icu/icu4c/source/common/
H A Dutrie.cpp73 trie->isDataAllocated=FALSE;
80 trie->isDataAllocated=TRUE;
116 UBool isDataAllocated; local
125 isDataAllocated=FALSE;
132 isDataAllocated=TRUE;
144 trie->isDataAllocated=isDataAllocated;
153 if(trie->isDataAllocated) {
H A Dutrie.h562 UBool isAllocated, isDataAllocated; member in struct:UNewTrie

Completed in 584 milliseconds