Home
last modified time | relevance | path

Searched refs:isV (Results 1 – 25 of 128) sorted by relevance

123456

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java84 private final boolean isV (char c) in isV() method in CharacterBreakIterator
94 return isL (c) || isV (c) || isT (c); in isLVT()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
196 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
197 && isV (ahead)) in previous()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java84 private final boolean isV (char c) in isV() method in CharacterBreakIterator
94 return isL (c) || isV (c) || isT (c); in isLVT()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
196 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
197 && isV (ahead)) in previous()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/text/
H A DCharacterBreakIterator.java86 private final boolean isV (char c) in isV() method in CharacterBreakIterator
96 return isL (c) || isV (c) || isT (c); in isLVT()
141 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
199 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
200 && isV (ahead)) in previous()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java84 private final boolean isV (char c) in isV() method in CharacterBreakIterator
94 return isL (c) || isV (c) || isT (c); in isLVT()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
196 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
197 && isV (ahead)) in previous()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java84 private final boolean isV (char c) in isV() method in CharacterBreakIterator
94 return isL (c) || isV (c) || isT (c); in isLVT()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
196 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
197 && isV (ahead)) in previous()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/text/
H A DCharacterBreakIterator.java86 private final boolean isV (char c) in isV() method in CharacterBreakIterator
96 return isL (c) || isV (c) || isT (c); in isLVT()
141 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
199 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
200 && isV (ahead)) in previous()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java84 private final boolean isV (char c) in isV() method in CharacterBreakIterator
94 return isL (c) || isV (c) || isT (c); in isLVT()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
196 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
197 && isV (ahead)) in previous()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/text/
H A DCharacterBreakIterator.java84 private final boolean isV (char c) in isV() method in CharacterBreakIterator
94 return isL (c) || isV (c) || isT (c); in isLVT()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
196 if (! isV (c) && ! isT (c) && type != Character.NON_SPACING_MARK in previous()
197 && isV (ahead)) in previous()
/dports/textproc/mifluz/mifluz-0.26.0/htdb/
H A Dmifluzload.cc74 bool isV=false; in main() local
82 isV=true; in main()
113 if (isV) in main()
/dports/security/py-pyvex/pyvex-9.0.5405/vex/priv/
H A Dhost_generic_regs.c66 const Bool isV = hregIsVirtual(r); in ppHReg() local
67 const HChar* maybe_v = isV ? "v" : ""; in ppHReg()
68 const UInt regNN = isV ? hregIndex(r) : hregEncoding(r); in ppHReg()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dhost_generic_regs.c66 const Bool isV = hregIsVirtual(r); in ppHReg() local
67 const HChar* maybe_v = isV ? "v" : ""; in ppHReg()
68 const UInt regNN = isV ? hregIndex(r) : hregEncoding(r); in ppHReg()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/priv/
H A Dhost_generic_regs.c66 const Bool isV = hregIsVirtual(r); in ppHReg() local
67 const HChar* maybe_v = isV ? "v" : ""; in ppHReg()
68 const UInt regNN = isV ? hregIndex(r) : hregEncoding(r); in ppHReg()
/dports/astro/R-cran-maptools/maptools/R/
H A DnowrapRecenter.R44 isV <- try(rgeos::gIsValid(SpatialPolygons(list(obj))), silent=TRUE) functionVar
45 if (!inherits(comm, "try-error") && !inherits(isV, "try-error")
46 && isV) {
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/text/
H A DCharacterBreakIterator.h33 jboolean isV(jchar);
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/text/
H A DCharacterBreakIterator.h33 jboolean isV(jchar);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/text/
H A DCharacterBreakIterator.h33 jboolean isV(jchar);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/text/
H A DCharacterBreakIterator.h33 jboolean isV(jchar);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/java/text/
H A DCharacterBreakIterator.h33 jboolean isV(jchar);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc114 #define isV(u) (hb_in_ranges ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u)) macro
248 if (isV (v)) in preprocess_text_hangul()
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc116 #define isV(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u)) macro
254 if (isV (v)) in preprocess_text_hangul()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-ot-shape-complex-hangul.cc112 #define isV(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u)) macro
247 if (isV (v)) in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc114 #define isV(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u)) macro
249 if (isV (v)) in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc114 #define isV(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u)) macro
249 if (isV (v)) in preprocess_text_hangul()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc114 #define isV(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u)) macro
249 if (isV (v)) in preprocess_text_hangul()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-ot-shape-complex-hangul.cc116 #define isV(u) (hb_in_ranges<hb_codepoint_t> ((u), 0x1160u, 0x11A7u, 0xD7B0u, 0xD7C6u)) macro
254 if (isV (v)) in preprocess_text_hangul()

123456