Searched refs:offset32 (Results 1 – 5 of 5) sorted by relevance
767 public static int findOffsetFromCodePoint(String source, int offset32) { in findOffsetFromCodePoint() argument769 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint()770 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint()771 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()784 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()799 public static int findOffsetFromCodePoint(StringBuffer source, int offset32) { in findOffsetFromCodePoint() argument801 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint()802 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint()803 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()816 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()[all …]
729 public static int findOffsetFromCodePoint(String source, int offset32) { in findOffsetFromCodePoint() argument731 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint()732 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint()733 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()746 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()760 public static int findOffsetFromCodePoint(StringBuffer source, int offset32) { in findOffsetFromCodePoint() argument762 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint()763 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint()764 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()777 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()[all …]
776 int32_t offset32; in TestRegressionUTF32() local783 offset32 = 0; in TestRegressionUTF32()786 && offset32 < ((int32_t)(MAX_LENGTH/sizeof(UChar32) - MAX_UTF32_LEN))) in TestRegressionUTF32()792 utf32[offset32++] = currCh; in TestRegressionUTF32()796 …(const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR ))… in TestRegressionUTF32()799 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32), in TestRegressionUTF32()
287 ; lea ebx, [ecx+ebp*8+(const_base-%%ref)] ; 8D,9C,E9,(offset32)293 ; lea ecx, [ecx+ebp*8+(const_base-%%ref)] ; 8D,8C,E9,(offset32)
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...