Searched refs:UTEXT_PROVIDER_WRITABLE (Results 1 – 2 of 2) sorted by relevance
460 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0; in utext_isWritable()468 ut->providerProperties &= ~(I32_FLAG(UTEXT_PROVIDER_WRITABLE)); in utext_freeze()490 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) { in utext_replace()508 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) { in utext_copy()1696 dest->providerProperties |= I32_FLAG(UTEXT_PROVIDER_WRITABLE); in repTextClone()2032 ut->providerProperties = I32_FLAG(UTEXT_PROVIDER_WRITABLE); in utext_openReplaceable()2083 dest->providerProperties |= I32_FLAG(UTEXT_PROVIDER_WRITABLE); in unistrTextClone()2279 ut->providerProperties |= I32_FLAG(UTEXT_PROVIDER_WRITABLE); in utext_openUnicodeString()
944 UTEXT_PROVIDER_WRITABLE = 3, enumerator