OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:providerProperties
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/common/
utext.cpp
91
UBool r = (ut->
providerProperties
& I32_FLAG(UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE)) != 0;
460
UBool b = (ut->
providerProperties
& I32_FLAG(UTEXT_PROVIDER_WRITABLE)) != 0;
468
ut->
providerProperties
&= ~(I32_FLAG(UTEXT_PROVIDER_WRITABLE));
475
UBool b = (ut->
providerProperties
& I32_FLAG(UTEXT_PROVIDER_HAS_META_DATA)) != 0;
490
if ((ut->
providerProperties
& I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
508
if ((ut->
providerProperties
& I32_FLAG(UTEXT_PROVIDER_WRITABLE)) == 0) {
647
ut->
providerProperties
= 0;
821
dest->
providerProperties
&= ~I32_FLAG(UTEXT_PROVIDER_OWNS_TEXT);
919
ut->
providerProperties
&= ~I32_FLAG(UTEXT_PROVIDER_LENGTH_IS_EXPENSIVE);
968
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 629 milliseconds