OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTEXT_PROVIDER_WRITABLE
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
utext.cpp
460
UBool b = (ut->providerProperties & I32_FLAG(
UTEXT_PROVIDER_WRITABLE
)) != 0;
468
ut->providerProperties &= ~(I32_FLAG(
UTEXT_PROVIDER_WRITABLE
));
490
if ((ut->providerProperties & I32_FLAG(
UTEXT_PROVIDER_WRITABLE
)) == 0) {
508
if ((ut->providerProperties & I32_FLAG(
UTEXT_PROVIDER_WRITABLE
)) == 0) {
[
all
...]
/external/icu/icu4c/source/common/unicode/
utext.h
[
all
...]
Completed in 2187 milliseconds