OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noStrength
(Results
1 - 7
of
7
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java
312
int
noStrength
= options & ~STRENGTH_MASK;
319
options =
noStrength
| (value << STRENGTH_SHIFT);
327
int
noStrength
= options & ~STRENGTH_MASK;
328
options =
noStrength
| (defaultOptions & STRENGTH_MASK);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java
310
int
noStrength
= options & ~STRENGTH_MASK;
317
options =
noStrength
| (value << STRENGTH_SHIFT);
325
int
noStrength
= options & ~STRENGTH_MASK;
326
options =
noStrength
| (defaultOptions & STRENGTH_MASK);
/external/icu/icu4c/source/i18n/
collationsettings.cpp
270
int32_t
noStrength
= options & ~STRENGTH_MASK;
277
options =
noStrength
| (value << STRENGTH_SHIFT);
280
options =
noStrength
| (defaultOptions & STRENGTH_MASK);
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 229 milliseconds