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

  /external/icu/icu4c/source/common/
utext.cpp 93 UBool r = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE)) != 0;
462 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0;
470 ut->providerProperties &= ~(I32_FLAG(UTEXT_PROVIDER_WRITABLE));
477 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_HAS_META_DATA)) != 0;
492 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
510 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
649 ut->providerProperties = 0;
823 dest->providerProperties &= ~I32_FLAG(UTEXT_PROVIDER_OWNS_TEXT);
923 ut->providerProperties &= ~I32_FLAG(UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE);
    [all...]
dictbe.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h     [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp     [all...]

Completed in 63 milliseconds