Searched refs:UTEXT_PROVIDER_WRITABLE (Results 1 – 3 of 3) sorted by relevance
462 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0; in utext_isWritable()470 ut->providerProperties &= ~(I32_FLAG(UTEXT_PROVIDER_WRITABLE)); in utext_freeze()492 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) { in utext_replace()510 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) { in utext_copy()1711 dest->providerProperties |= I32_FLAG(UTEXT_PROVIDER_WRITABLE); in repTextClone()2050 ut->providerProperties = I32_FLAG(UTEXT_PROVIDER_WRITABLE); in utext_openReplaceable()2101 dest->providerProperties |= I32_FLAG(UTEXT_PROVIDER_WRITABLE); in unistrTextClone()2297 ut->providerProperties |= I32_FLAG(UTEXT_PROVIDER_WRITABLE); in utext_openUnicodeString()
946 UTEXT_PROVIDER_WRITABLE = 3, enumerator