HomeSort by relevance Sort by last modified time
    Searched refs:providerProperties (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
utext.cpp 88 UBool r = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE)) != 0;
806 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0;
814 ut->providerProperties &= ~(I32_FLAG(UTEXT_PROVIDER_WRITABLE));
821 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_HAS_META_DATA)) != 0;
836 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
854 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
984 ut->providerProperties = 0;
    [all...]
  /external/icu4c/common/unicode/
utext.h     [all...]

Completed in 136 milliseconds