Home
last modified time | relevance | path

Searched refs:offset32 (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java61 * <code>offset16</code> and <code>offset32</code> are used to distinguish offsets to UTF-16
765 * @param offset32 UTF-32 offset
767 * @exception IndexOutOfBoundsException If offset32 is out of bounds.
770 public static int findOffsetFromCodePoint(String source, int offset32) { in findOffsetFromCodePoint() argument
772 int size = source.length(), result = 0, count = offset32; in findOffsetFromCodePoint()
773 if (offset32 < 0 || offset32 > size) { in findOffsetFromCodePoint()
774 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()
787 throw new StringIndexOutOfBoundsException(offset32); in findOffsetFromCodePoint()
797 * @param offset32 UT
802 findOffsetFromCodePoint(StringBuffer source, int offset32) findOffsetFromCodePoint() argument
836 findOffsetFromCodePoint(char source[], int start, int limit, int offset32) findOffsetFromCodePoint() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUTF16.java62 * <code>offset16</code> and <code>offset32</code> are used to distinguish offsets to UTF-16
725 * @param offset32 UTF-32 offset
727 * @exception IndexOutOfBoundsException If offset32 is out of bounds.
729 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()
756 * @param offset32 UT
760 findOffsetFromCodePoint(StringBuffer source, int offset32) findOffsetFromCodePoint() argument
793 findOffsetFromCodePoint(char source[], int start, int limit, int offset32) findOffsetFromCodePoint() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt_builder.h173 nir_ssa_def *offset32 = in brw_nir_rt_sw_hotzone_addr() local
177 offset32 = nir_iadd(b, offset32, nir_ineg(b, in brw_nir_rt_sw_hotzone_addr()
182 nir_i2i64(b, offset32)); in brw_nir_rt_sw_hotzone_addr()
200 nir_ssa_def *offset32 = in brw_nir_rt_sync_stack_addr() local
207 return nir_isub(b, base_mem_addr, nir_u2u64(b, offset32)); in brw_nir_rt_sync_stack_addr()
223 nir_ssa_def *offset32 = in brw_nir_rt_stack_addr() local
227 nir_u2u64(b, offset32)); in brw_nir_rt_stack_addr()
276 nir_ssa_def *offset32 = nir_imul(b, brw_nir_num_rt_stacks(b, devinfo), in brw_nir_rt_sw_stack_addr() local
278 addr = nir_iadd(b, addr, nir_u2u64(b, offset32)); in brw_nir_rt_sw_stack_addr()
[all...]
H A Dbrw_nir.c1687 nir_ssa_def *offset32 = in brw_nir_load_global_const() local
1690 nir_ssa_def *addr = nir_iadd(b, base_addr, nir_u2u64(b, offset32)); in brw_nir_load_global_const()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc3724 int32_t offset32; in CallRecordWriteStub()
3733 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3734 b(offset32); in CallRecordWriteStub()
3738 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3739 beq(rs, zero_reg, offset32); in CallRecordWriteStub()
3743 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3744 beq(rs, scratch, offset32); in CallRecordWriteStub()
3749 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3750 bne(rs, zero_reg, offset32); in CallRecordWriteStub()
3754 offset32 in CallRecordWriteStub()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc3083 int32_t offset32; in CallRecordWriteStub() local
3092 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3093 b(offset32); in CallRecordWriteStub()
3097 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3098 beq(rs, zero_reg, offset32); in CallRecordWriteStub()
3102 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3103 beq(rs, scratch, offset32); in CallRecordWriteStub()
3108 offset32 = GetOffset(offset, L, OffsetSize::kOffset16); in CallRecordWriteStub()
3109 bne(rs, zero_reg, offset32); in CallRecordWriteStub()
3113 offset32 in CallRecordWriteStub()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c765 int32_t offset32; in TestRegressionUTF32() local
772 offset32 = 0; in TestRegressionUTF32()
775 && offset32 < ((int32_t)(MAX_LENGTH/sizeof(UChar32) - MAX_UTF32_LEN))) in TestRegressionUTF32()
781 utf32[offset32++] = currCh; in TestRegressionUTF32()
785 (const uint8_t *)utf32, offset32*sizeof(UChar32), "UTF32_PlatformEndian", 0, true, U_ZERO_ERROR )) { in TestRegressionUTF32()
788 if(!convertToU((const uint8_t *)utf32, offset32*sizeof(UChar32), in TestRegressionUTF32()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_apply_pipeline_layout.c258 nir_ssa_def *offset32 = in build_load_descriptor_mem() local
262 base_addr, offset32, in build_load_descriptor_mem()
269 nir_ssa_def *offset32 = in build_load_descriptor_mem() local
273 surface_index, offset32, in build_load_descriptor_mem()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 25 milliseconds