Home
last modified time | relevance | path

Searched refs:offset32 (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUTF16.java767 public static int findOffsetFromCodePoint(String source, int offset32) { in findOffsetFromCodePoint() argument
769 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() argument
801 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 …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUTF16.java729 public static int findOffsetFromCodePoint(String source, int offset32) { in findOffsetFromCodePoint() argument
731 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() argument
762 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 …]
/external/icu/icu4c/source/test/cintltst/
Dncnvtst.c776 int32_t offset32; in TestRegressionUTF32() local
783 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()
/external/libjpeg-turbo/simd/nasm/
Djsimdext.inc287 ; 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)
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...