OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntProperty
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/java/android/util/
IntProperty.java
27
public abstract class
IntProperty
<T> extends Property<T, Integer> {
29
public
IntProperty
(String name) {
/external/icu/icu4c/source/common/
uprops.cpp
288
struct
IntProperty
;
290
typedef int32_t IntPropertyGetValue(const
IntProperty
&prop, UChar32 c, UProperty which);
291
typedef int32_t IntPropertyGetMaxValue(const
IntProperty
&prop, UProperty which);
293
struct
IntProperty
{
301
static int32_t defaultGetValue(const
IntProperty
&prop, UChar32 c, UProperty /*which*/) {
306
static int32_t defaultGetMaxValue(const
IntProperty
&prop, UProperty /*which*/) {
310
static int32_t getMaxValueFromShift(const
IntProperty
&prop, UProperty /*which*/) {
314
static int32_t getBiDiClass(const
IntProperty
&/*prop*/, UChar32 c, UProperty /*which*/) {
318
static int32_t getBiDiPairedBracketType(const
IntProperty
&/*prop*/, UChar32 c, UProperty /*which*/) {
322
static int32_t biDiGetMaxValue(const
IntProperty
&/*prop*/, UProperty which)
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterProperty.java
426
private class
IntProperty
{
430
IntProperty
(int column, int mask, int shift) {
435
IntProperty
(int source) {
451
private class BiDiIntProperty extends
IntProperty
{
460
private class CombiningClassIntProperty extends
IntProperty
{
469
private class NormQuickCheckIntProperty extends
IntProperty
{ // UCHAR_NF*_QUICK_CHECK properties
485
IntProperty
intProps[]={
491
new
IntProperty
(0, BLOCK_MASK_, BLOCK_SHIFT_),
497
new
IntProperty
(2, DECOMPOSITION_TYPE_MASK_, 0),
498
new
IntProperty
(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterProperty.java
425
private class
IntProperty
{
429
IntProperty
(int column, int mask, int shift) {
434
IntProperty
(int source) {
450
private class BiDiIntProperty extends
IntProperty
{
459
private class CombiningClassIntProperty extends
IntProperty
{
468
private class NormQuickCheckIntProperty extends
IntProperty
{ // UCHAR_NF*_QUICK_CHECK properties
484
IntProperty
intProps[]={
490
new
IntProperty
(0, BLOCK_MASK_, BLOCK_SHIFT_),
496
new
IntProperty
(2, DECOMPOSITION_TYPE_MASK_, 0),
497
new
IntProperty
(0, EAST_ASIAN_MASK_, EAST_ASIAN_SHIFT_)
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/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 759 milliseconds