Home | History | Annotate | Download | only in impl

Lines Matching defs:which

211         int which;
212 CaseBinaryProperty(int which) {
214 this.which=which;
218 return UCaseProps.INSTANCE.hasBinaryProperty(c, which);
223 int which;
224 NormInertBinaryProperty(int source, int which) {
226 this.which=which;
230 return Norm2AllModes.getN2WithImpl(which-UProperty.NFD_INERT).isInert(c);
419 public boolean hasBinaryProperty(int c, int which) {
420 if(which<UProperty.BINARY_START || UProperty.BINARY_LIMIT<=which) {
424 return binProps[which].contains(c);
475 int getMaxValue(int which) {
485 int getMaxValue(int which) {
486 return UBiDiProps.INSTANCE.getMaxValue(which);
495 int getMaxValue(int which) {
501 int which;
503 NormQuickCheckIntProperty(int source, int which, int max) {
505 this.which=which;
510 return Norm2AllModes.getN2WithImpl(which-UProperty.NFD_QUICK_CHECK).getQuickCheck(c);
513 int getMaxValue(int which) {
540 int getMaxValue(int which) {
563 int getMaxValue(int which) {
585 int getMaxValue(int which) {
618 public int getIntPropertyValue(int c, int which) {
619 if(which<UProperty.INT_START) {
620 if(UProperty.BINARY_START<=which && which<UProperty.BINARY_LIMIT) {
621 return binProps[which].contains(c) ? 1 : 0;
623 } else if(which<UProperty.INT_LIMIT) {
624 return intProps[which-UProperty.INT_START].getValue(c);
625 } else if (which == UProperty.GENERAL_CATEGORY_MASK) {
631 public int getIntPropertyMaxValue(int which) {
632 if(which<UProperty.INT_START) {
633 if(UProperty.BINARY_START<=which && which<UProperty.BINARY_LIMIT) {
636 } else if(which<UProperty.INT_LIMIT) {
637 return intProps[which-UProperty.INT_START].getMaxValue(which);
642 public final int getSource(int which) {
643 if(which<UProperty.BINARY_START) {
645 } else if(which<UProperty.BINARY_LIMIT) {
646 return binProps[which].getSource();
647 } else if(which<UProperty.INT_START) {
649 } else if(which<UProperty.INT_LIMIT) {
650 return intProps[which-UProperty.INT_START].getSource();
651 } else if(which<UProperty.STRING_START) {
652 switch(which) {
660 } else if(which<UProperty.STRING_LIMIT) {
661 switch(which) {
687 switch(which) {
1461 * The set implicitly contains 0x110000 as well, which is one more than the highest
1532 * The relationship of which less-combined range set to use for which property