Searched refs:JAMO_VT (Results 1 – 7 of 7) sorted by relevance
398 JAMO_VT=0xfe00, enumerator548 UBool isMaybe(uint16_t norm16) const { return minMaybeYes<=norm16 && norm16<=JAMO_VT; } in isMaybe()552 static UBool isJamoVT(uint16_t norm16) { return norm16==JAMO_VT; } in isJamoVT()570 norm16==JAMO_VT || in isDecompYesAndZeroCC()579 return norm16<minYesNo || norm16==MIN_NORMAL_MAYBE_YES || norm16==JAMO_VT; in isMostDecompYesAndZeroCC()
471 norm16 != Normalizer2Impl::JAMO_VT) { in addLcccChars()936 return norm16 <= MIN_NORMAL_MAYBE_YES || norm16 == JAMO_VT; in norm16HasDecompBoundaryBefore()961 return norm16 <= MIN_NORMAL_MAYBE_YES || norm16 == JAMO_VT; in norm16HasDecompBoundaryAfter()1483 } else if (norm16 > JAMO_VT) { // norm16 >= MIN_YES_YES_WITH_CC in compose()1892 } else if (norm16 > JAMO_VT) { // norm16 >= MIN_YES_YES_WITH_CC in composeUTF8()
529 if (norm16 > MIN_NORMAL_MAYBE_YES && norm16 != JAMO_VT) { in addLcccChars()916 public static final int JAMO_VT=0xfe00; field in Normalizer2Impl1257 } else if (norm16 > JAMO_VT) { // norm16 >= MIN_YES_YES_WITH_CC in compose()1630 return norm16 <= MIN_NORMAL_MAYBE_YES || norm16 == JAMO_VT; in norm16HasDecompBoundaryBefore()1653 return norm16 <= MIN_NORMAL_MAYBE_YES || norm16 == JAMO_VT; in norm16HasDecompBoundaryAfter()1692 private boolean isMaybe(int norm16) { return minMaybeYes<=norm16 && norm16<=JAMO_VT; } in isMaybe()1696 private static boolean isJamoVT(int norm16) { return norm16==JAMO_VT; } in isJamoVT()1714 norm16==JAMO_VT || in isDecompYesAndZeroCC()1723 return norm16<minYesNo || norm16==MIN_NORMAL_MAYBE_YES || norm16==JAMO_VT; in isMostDecompYesAndZeroCC()
520 if (norm16 > MIN_NORMAL_MAYBE_YES && norm16 != JAMO_VT) { in addLcccChars()907 public static final int JAMO_VT=0xfe00; field in Normalizer2Impl1248 } else if (norm16 > JAMO_VT) { // norm16 >= MIN_YES_YES_WITH_CC in compose()1621 return norm16 <= MIN_NORMAL_MAYBE_YES || norm16 == JAMO_VT; in norm16HasDecompBoundaryBefore()1644 return norm16 <= MIN_NORMAL_MAYBE_YES || norm16 == JAMO_VT; in norm16HasDecompBoundaryAfter()1683 private boolean isMaybe(int norm16) { return minMaybeYes<=norm16 && norm16<=JAMO_VT; } in isMaybe()1687 private static boolean isJamoVT(int norm16) { return norm16==JAMO_VT; } in isJamoVT()1705 norm16==JAMO_VT || in isDecompYesAndZeroCC()1714 return norm16<minYesNo || norm16==MIN_NORMAL_MAYBE_YES || norm16==JAMO_VT; in isMostDecompYesAndZeroCC()
533 Normalizer2Impl::JAMO_VT, errorCode); in setHangulData()536 Normalizer2Impl::JAMO_VT, errorCode); in setHangulData()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...