/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UTF16.java | 725 public static int findOffsetFromCodePoint(String source, int offset32) { in findOffsetFromCodePoint() argument 727 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint() 728 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint() 729 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() 742 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() 756 public static int findOffsetFromCodePoint(StringBuffer source, int offset32) { in findOffsetFromCodePoint() argument 758 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint() 759 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint() 760 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() 773 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 763 public static int findOffsetFromCodePoint(String source, int offset32) { in findOffsetFromCodePoint() argument 765 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint() 766 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint() 767 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() 780 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() 795 public static int findOffsetFromCodePoint(StringBuffer source, int offset32) { in findOffsetFromCodePoint() argument 797 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint() 798 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint() 799 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() 812 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint() [all …]
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3234 int32_t offset32; in BranchShortHelper() local 3243 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3244 b(offset32); in BranchShortHelper() 3248 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3249 beq(rs, zero_reg, offset32); in BranchShortHelper() 3253 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3254 beq(rs, scratch, offset32); in BranchShortHelper() 3259 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3260 bne(rs, zero_reg, offset32); in BranchShortHelper() 3264 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() [all …]
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 3402 int32_t offset32; in BranchShortHelper() local 3411 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3412 b(offset32); in BranchShortHelper() 3416 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3417 beq(rs, zero_reg, offset32); in BranchShortHelper() 3421 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3422 beq(rs, scratch, offset32); in BranchShortHelper() 3427 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() 3428 bne(rs, zero_reg, offset32); in BranchShortHelper() 3432 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in BranchShortHelper() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 778 int32_t offset32; in TestRegressionUTF32() local 785 offset32 = 0; in TestRegressionUTF32() 788 && offset32 < (MAX_LENGTH/sizeof(UChar32) - MAX_UTF32_LEN)) in TestRegressionUTF32() 794 UTF32_APPEND_CHAR_SAFE(utf32, offset32, MAX_LENGTH, currCh); in TestRegressionUTF32() 798 …(const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, TRUE, U_ZERO_ERROR ))… in TestRegressionUTF32() 801 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32), in TestRegressionUTF32()
|
/external/libjpeg-turbo/simd/ |
D | jsimdext.inc | 223 ; lea ebx, [ecx+ebp*8+(const_base-%%ref)] ; 8D,9C,E9,(offset32) 229 ; lea ecx, [ecx+ebp*8+(const_base-%%ref)] ; 8D,8C,E9,(offset32)
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readexidx.c | 210 UInt offset32 = *(const UInt*)addr; in Prel31ToAddr() local 213 ULong offset64 = offset32; in Prel31ToAddr()
|