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 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
utext.cpp
806
UBool b = (ut->providerProperties & I32_FLAG(
UTEXT_PROVIDER_WRITABLE
)) != 0;
814
ut->providerProperties &= ~(I32_FLAG(
UTEXT_PROVIDER_WRITABLE
));
836
if ((ut->providerProperties & I32_FLAG(
UTEXT_PROVIDER_WRITABLE
)) == 0) {
854
if ((ut->providerProperties & I32_FLAG(
UTEXT_PROVIDER_WRITABLE
)) == 0) {
[
all
...]
/external/icu4c/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/chromium_org/third_party/icu/source/common/unicode/
utext.h
[
all
...]
/external/icu4c/common/unicode/
utext.h
[
all
...]
Completed in 217 milliseconds