/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UTF16.java | 199 public static int charAt(String source, int offset16) { in charAt() argument 200 char single = source.charAt(offset16); in charAt() 204 return _charAt(source, offset16, single); in charAt() 207 private static int _charAt(String source, int offset16, char single) { in _charAt() argument 217 ++offset16; in _charAt() 218 if (source.length() != offset16) { in _charAt() 219 char trail = source.charAt(offset16); in _charAt() 225 --offset16; in _charAt() 226 if (offset16 >= 0) { in _charAt() 228 char lead = source.charAt(offset16); in _charAt() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UTF16.java | 219 public static int charAt(String source, int offset16) { in charAt() argument 220 char single = source.charAt(offset16); in charAt() 224 return _charAt(source, offset16, single); in charAt() 227 private static int _charAt(String source, int offset16, char single) { in _charAt() argument 237 ++offset16; in _charAt() 238 if (source.length() != offset16) { in _charAt() 239 char trail = source.charAt(offset16); in _charAt() 245 --offset16; in _charAt() 246 if (offset16 >= 0) { in _charAt() 248 char lead = source.charAt(offset16); in _charAt() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
D | UTF16Util.java | 316 int offset16) in charAt() argument 318 offset16 += start; in charAt() 319 if (offset16 < start || offset16 >= limit) { in charAt() 320 throw new ArrayIndexOutOfBoundsException(offset16); in charAt() 323 char single = source[offset16]; in charAt() 332 offset16 ++; in charAt() 333 if (offset16 >= limit) { in charAt() 336 char trail = source[offset16]; in charAt() 342 if (offset16 == start) { in charAt() 345 offset16 --; in charAt() [all …]
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | UTF16Util.java | 315 int offset16) in charAt() argument 317 offset16 += start; in charAt() 318 if (offset16 < start || offset16 >= limit) { in charAt() 319 throw new ArrayIndexOutOfBoundsException(offset16); in charAt() 322 char single = source[offset16]; in charAt() 331 offset16 ++; in charAt() 332 if (offset16 >= limit) { in charAt() 335 char trail = source[offset16]; in charAt() 341 if (offset16 == start) { in charAt() 344 offset16 --; in charAt() [all …]
|
/external/llvm/test/Analysis/ValueTracking/ |
D | memory-dereferenceable.ll | 108 ; CHECK: %gep.align1.offset16{{.*}}(unaligned) 109 ; CHECK: %gep.align16.offset16{{.*}}(aligned) 112 %gep.align1.offset16 = getelementptr inbounds i8, i8 addrspace(1)* %dparam.align1, i32 16 113 %gep.align16.offset16 = getelementptr inbounds i8, i8 addrspace(1)* %dparam.align16, i32 16 116 %load21 = load i8, i8 addrspace(1)* %gep.align1.offset16, align 16 117 %load22 = load i8, i8 addrspace(1)* %gep.align16.offset16, align 16
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 704 int32_t offset16; in TestRegressionUTF8() local 709 offset16 = 0; in TestRegressionUTF8() 712 && offset16 < (MAX_LENGTH/sizeof(UChar) - MAX_UTF16_LEN) in TestRegressionUTF8() 718 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF8() 722 if(!convertFromU(standardForm, offset16, in TestRegressionUTF8() 727 standardForm, offset16, "UTF8", 0, TRUE, U_ZERO_ERROR )) { in TestRegressionUTF8() 775 int32_t offset16; in TestRegressionUTF32() local 780 offset16 = 0; in TestRegressionUTF32() 783 && offset16 < (MAX_LENGTH/sizeof(UChar) - MAX_UTF16_LEN) in TestRegressionUTF32() 789 UTF16_APPEND_CHAR_SAFE(standardForm, offset16, MAX_LENGTH, currCh); in TestRegressionUTF32() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Utility.java | 795 public static int unescapeAt(String s, int[] offset16) { in unescapeAt() argument 807 int offset = offset16[0]; in unescapeAt() 887 offset16[0] = offset; in unescapeAt() 894 offset16[0] = offset; in unescapeAt() 904 offset16[0] = offset + UTF16.getCharCount(c); in unescapeAt() 910 offset16[0] = offset; in unescapeAt()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Utility.java | 799 public static int unescapeAt(String s, int[] offset16) { in unescapeAt() argument 811 int offset = offset16[0]; in unescapeAt() 891 offset16[0] = offset; in unescapeAt() 898 offset16[0] = offset; in unescapeAt() 908 offset16[0] = offset + UTF16.getCharCount(c); in unescapeAt() 914 offset16[0] = offset; in unescapeAt()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 303 public static int unescapeAt(String s, int[] offset16) { in unescapeAt() argument 314 int offset = offset16[0]; in unescapeAt() 370 offset16[0] = offset; in unescapeAt() 377 offset16[0] = offset; in unescapeAt() 386 offset16[0] = offset; in unescapeAt()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 304 public static int unescapeAt(String s, int[] offset16) { in unescapeAt() argument 315 int offset = offset16[0]; in unescapeAt() 371 offset16[0] = offset; in unescapeAt() 378 offset16[0] = offset; in unescapeAt() 387 offset16[0] = offset; in unescapeAt()
|
/external/libpcap/msdos/ |
D | pktdrvr.c | 373 rp = (realAdr.segment << 4) + realAdr.offset16; in PktSearchDriver()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 324 def offset16 : Operand<i64>; 890 def MOV16o16a : Ii32 <0xA1, RawFrm, (outs), (ins offset16:$src), 899 def MOV16ao16 : Ii32 <0xA3, RawFrm, (outs offset16:$dst), (ins),
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 2356 (int_amdgcn_ds_swizzle i32:$src, imm:$offset16), 2357 (DS_SWIZZLE_B32 $src, (as_i16imm $offset16), (i1 0))
|