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

  /external/chromium/third_party/icu/public/common/unicode/
utext.h     [all...]
  /external/chromium/third_party/icu/source/common/
utext.cpp 456 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0;
464 ut->providerProperties &= ~(I32_FLAG(UTEXT_PROVIDER_WRITABLE));
486 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
504 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
    [all...]
  /external/icu4c/common/
utext.cpp 812 UBool b = (ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0;
820 ut->providerProperties &= ~(I32_FLAG(UTEXT_PROVIDER_WRITABLE));
842 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
860 if ((ut->providerProperties & I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
    [all...]
  /external/icu4c/common/unicode/
utext.h     [all...]

Completed in 15 milliseconds