Home | History | Annotate | Download | only in common

Lines Matching refs:flags

532 //  UText.flags
578 ut->flags |= UTEXT_HEAP_ALLOCATED;
593 if ((ut->flags & UTEXT_OPEN) && ut->pFuncs->close != NULL) {
596 ut->flags &= ~UTEXT_OPEN;
603 if (ut->flags & UTEXT_EXTRA_HEAP_ALLOCATED) {
612 ut->flags |= UTEXT_EXTRA_HEAP_ALLOCATED;
617 ut->flags |= UTEXT_OPEN;
651 (ut->flags & UTEXT_OPEN) == 0)
663 ut->flags &= ~UTEXT_OPEN;
667 if (ut->flags & UTEXT_EXTRA_HEAP_ALLOCATED) {
670 ut->flags &= ~UTEXT_EXTRA_HEAP_ALLOCATED;
679 if (ut->flags & UTEXT_HEAP_ALLOCATED) {
771 // flags (how the UText was allocated) and the pointer to the
777 int32_t flags = dest->flags;
790 dest->flags = flags;
2048 // (same implementation, only the flags are different)
2734 dest->r = srcCI; // flags that this UText owns the CharacterIterator