Lines Matching refs:flags
888 // UText.flags bit definitions
934 ut->flags |= UTEXT_HEAP_ALLOCATED;
949 if ((ut->flags & UTEXT_OPEN) && ut->pFuncs->close != NULL) {
952 ut->flags &= ~UTEXT_OPEN;
959 if (ut->flags & UTEXT_EXTRA_HEAP_ALLOCATED) {
968 ut->flags |= UTEXT_EXTRA_HEAP_ALLOCATED;
973 ut->flags |= UTEXT_OPEN;
1007 (ut->flags & UTEXT_OPEN) == 0)
1019 ut->flags &= ~UTEXT_OPEN;
1023 if (ut->flags & UTEXT_EXTRA_HEAP_ALLOCATED) {
1026 ut->flags &= ~UTEXT_EXTRA_HEAP_ALLOCATED;
1035 if (ut->flags & UTEXT_HEAP_ALLOCATED) {
1127 // flags (how the UText was allocated) and the pointer to the
1133 int32_t flags = dest->flags;
1146 dest->flags = flags;
2407 // (same implementation, only the flags are different)
3096 dest->r = srcCI; // flags that this UText owns the CharacterIterator