Searched refs:shift32 (Results 1 – 3 of 3) sorted by relevance
1239 public static int moveCodePointOffset(String source, int offset16, int shift32) { in moveCodePointOffset() argument1247 if (shift32 > 0) { in moveCodePointOffset()1248 if (shift32 + offset16 > size) { in moveCodePointOffset()1251 count = shift32; in moveCodePointOffset()1262 if (offset16 + shift32 < 0) { in moveCodePointOffset()1265 for (count = -shift32; count > 0; count--) { in moveCodePointOffset()1278 throw new StringIndexOutOfBoundsException(shift32); in moveCodePointOffset()1293 public static int moveCodePointOffset(StringBuffer source, int offset16, int shift32) { in moveCodePointOffset() argument1301 if (shift32 > 0) { in moveCodePointOffset()1302 if (shift32 + offset16 > size) { in moveCodePointOffset()[all …]
134 %shift32 = lshr i64 %chunk64, 32135 %slice32_lowhigh = trunc i64 %shift32 to i32
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...