Searched refs:UTEXT_HEAP_ALLOCATED (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutext.cpp885 UTEXT_HEAP_ALLOCATED = 1, // 1 if ICU has allocated this UText struct on the heap. enumerator in enum:__anon10940
928 ut->flags |= UTEXT_HEAP_ALLOCATED;
1029 if (ut->flags & UTEXT_HEAP_ALLOCATED) {
/external/icu4c/common/
H A Dutext.cpp539 UTEXT_HEAP_ALLOCATED = 1, // 1 if ICU has allocated this UText struct on the heap. enumerator in enum:__anon18259
582 ut->flags |= UTEXT_HEAP_ALLOCATED;
683 if (ut->flags & UTEXT_HEAP_ALLOCATED) {

Completed in 104 milliseconds