/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | SimplePatternFormatterTest.java | 53 int[] offsets = new int[1]; in TestWithNoPlaceholders() local 143 int[] offsets = new int[6]; in TestWithPlaceholders() local 170 int[] offsets = new int[4]; in TestFormatReplaceNoOptimization() local 187 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingText() local 203 int[] offsets = new int[4]; in TestFormatReplaceOptimization() local 244 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingPlaceholderUsedTwice() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | SimplePatternFormatterTest.java | 57 int[] offsets = new int[1]; in TestWithNoPlaceholders() local 147 int[] offsets = new int[6]; in TestWithPlaceholders() local 174 int[] offsets = new int[4]; in TestFormatReplaceNoOptimization() local 191 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingText() local 207 int[] offsets = new int[4]; in TestFormatReplaceOptimization() local 248 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingPlaceholderUsedTwice() local
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetBOCU1.java | 387 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 429 …private int fastSingle(CharBuffer source, ByteBuffer target, IntBuffer offsets){ … in fastSingle() 466 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail() 485 private int regularLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in regularLoop() 791 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() 841 private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in fastSingle() 880 private int getTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in getTrail() 916 private int afterGetTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in afterGetTrail() 1034 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop()
|
D | CharsetSCSU.java | 234 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, in decodeLoop() 288 … private int fastSingle(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in fastSingle() 354 … private int singleByteMode(ByteBuffer source, CharBuffer target, IntBuffer offsets, int modeType){ in singleByteMode() 580 private void endLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets){ in endLoop() 641 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 685 private byte getWindow(int[] offsets){ in getWindow() 763 private int loop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in loop() 1048 private int getTrail(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrail() 1073 private int getTrailUnicode(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in getTrailUnicode() 1146 private void endLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets){ in endLoop() [all …]
|
D | CharsetUTF16.java | 94 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 194 …final CoderResult decodeTrail(ByteBuffer source, CharBuffer target, IntBuffer offsets, char lead) { in decodeTrail() 252 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 288 …te final CoderResult encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) { in encodeChar()
|
D | CharsetEncoderICU.java | 280 IntBuffer offsets, boolean flush); in encodeLoop() 292 IntBuffer offsets, boolean flush) { in encode() 383 ByteBuffer target, IntBuffer offsets, boolean flush) { in fromUnicodeWithCallback() 691 IntBuffer offsets, int sourceIndex) { in fromUWriteBytes() 768 ByteBuffer target, IntBuffer offsets) { in cbFromUWriteSub() 789 CharBuffer source, ByteBuffer target, IntBuffer offsets) { in cbFromUWriteUChars()
|
D | CharsetISO2022.java | 845 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 1106 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 1314 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 1444 …opIBM(CharsetDecoderMBCS cnv, ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flu… in decodeLoopIBM() 1697 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub() 1727 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 2213 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub() 2232 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 2576 CharBuffer source, ByteBuffer target, IntBuffer offsets){ in cbFromUWriteSub() 2630 …private CoderResult encodeLoopIBM(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean… in encodeLoopIBM() [all …]
|
D | CharsetDecoderICU.java | 262 … abstract CoderResult decodeLoop(ByteBuffer in, CharBuffer out, IntBuffer offsets, boolean flush); in decodeLoop() 274 … final CoderResult decode(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decode() 388 …final CoderResult toUnicodeWithCallback(ByteBuffer source, CharBuffer target, IntBuffer offsets, b… in toUnicodeWithCallback() 666 … CharBuffer target, IntBuffer offsets, int sourceIndex) { in toUWriteUChars()
|
D | CharsetHZ.java | 64 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 239 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 359 …private CoderResult concatEscape(CharBuffer source, ByteBuffer target, IntBuffer offsets, byte[] s… in concatEscape()
|
D | CharsetUTF32.java | 76 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 177 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 213 …te final CoderResult encodeChar(CharBuffer source, ByteBuffer target, IntBuffer offsets, char ch) { in encodeChar()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | RuleBasedTimeZone.java | 97 int[] offsets = new int[2]; in getOffset() local 106 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() 118 int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) { in getOffsetFromLocal() 130 int[] offsets = new int[2]; in getRawOffset() local 140 int[] offsets = new int[2]; in inDaylightTime() local 141 getOffset(date.getTime(), false, offsets); in inDaylightTime() local 165 int[] offsets = new int[2]; in useDaylightTime() local 186 int[] offsets = new int[2]; in observesDaylightTime() local 593 …getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) { in getOffset()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RuleBasedTimeZone.java | 102 int[] offsets = new int[2]; in getOffset() local 113 public void getOffset(long time, boolean local, int[] offsets) { in getOffset() 125 int nonExistingTimeOpt, int duplicatedTimeOpt, int[] offsets) { in getOffsetFromLocal() 139 int[] offsets = new int[2]; in getRawOffset() local 151 int[] offsets = new int[2]; in inDaylightTime() local 152 getOffset(date.getTime(), false, offsets); in inDaylightTime() local 180 int[] offsets = new int[2]; in useDaylightTime() local 202 int[] offsets = new int[2]; in observesDaylightTime() local 618 …getOffset(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt, int[] offsets) { in getOffset()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | SimplePatternFormatter.java | 251 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 271 String compiledPattern, StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 295 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace() 316 String compiledPattern, StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace() 394 int[] offsets) { in format()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimplePatternFormatter.java | 249 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 269 String compiledPattern, StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 293 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace() 314 String compiledPattern, StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace() 392 int[] offsets) { in format()
|
/external/icu/icu4c/source/test/intltest/ |
D | simplepatternformattertest.cpp | 75 int32_t offsets[] = { 0 }; in TestNoPlaceholders() local 161 int32_t offsets[6]; in TestManyPlaceholders() local 344 int offsets[4]; in TestFormatReplaceNoOptimization() local 374 int offsets[4]; in TestFormatReplaceNoOptimizationLeadingText() local 404 int offsets[4]; in TestFormatReplaceOptimization() local 434 int offsets[4]; in TestFormatReplaceNoOptimizationLeadingPlaceholderUsedTwice() local
|
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 163 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestSurrogateBehaviour() local 189 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; in TestSurrogateBehaviour() local 248 static const int32_t offsets[] = {-1, -1, -1, -1, in TestSurrogateBehaviour() local 278 static const int32_t offsets[] = {0,0,0,0, in TestSurrogateBehaviour() local 299 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, in TestSurrogateBehaviour() local 378 static const int32_t offsets[] = { 0x00, 0x00}; in TestErrorBehaviour() local 456 static const int32_t offsets[] = { 0x00, 1}; in TestErrorBehaviour() local 559 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; in TestErrorBehaviour() local 600 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1}; in TestErrorBehaviour() local 1543 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; in TestResetBehaviour() local [all …]
|
/external/icu/icu4c/source/common/ |
D | ucnv_cnv.c | 50 int32_t **offsets, in ucnv_fromUWriteBytes() 90 int32_t **offsets, in ucnv_toUWriteUChars() 130 int32_t **offsets, in ucnv_toUWriteCodePoint()
|
D | ucnv_u16.c | 53 int32_t *offsets; in _UTF16BEFromUnicodeWithOffsets() local 257 int32_t *offsets; in _UTF16BEToUnicodeWithOffsets() local 649 int32_t *offsets; in _UTF16LEFromUnicodeWithOffsets() local 853 int32_t *offsets; in _UTF16LEToUnicodeWithOffsets() local 1322 int32_t *offsets=pArgs->offsets; in _UTF16ToUnicodeWithOffsets() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.c | 46 LLVMValueRef offsets, in lp_build_gather_elem_ptr() 79 LLVMValueRef offsets, in lp_build_gather_elem() 121 LLVMValueRef offsets) in lp_build_gather()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_parser_unittest.cpp | 256 const FX_FILESIZE offsets[] = {0, 15, 61, 154, 296, 374, 450}; in TEST() local 291 const FX_FILESIZE offsets[] = {0, 17, 81, 0, 331, 409}; in TEST() local 315 const FX_FILESIZE offsets[] = {0, 0, 0, 25325, 0, 0, 0, in TEST() local 340 const FX_FILESIZE offsets[] = {0, 0, 0, 25325, 0, 0, 0, in TEST() local 364 const FX_FILESIZE offsets[] = {0, 23, 0, 0, 0, 45, 179}; in TEST() local
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | YUVImage.java | 148 public YUVImage(byte[][] planes, int[] offsets, int width, int[] strides, in YUVImage() 212 public void setBuf(byte[][] planes, int[] offsets, int width, int strides[], in setBuf() 217 private void setBuf(byte[][] planes, int[] offsets, int width, int strides[], in setBuf() 292 int[] offsets = new int[nc]; in setBuf() local
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | SampleAuxiliaryInformationOffsetsBox.java | 51 private List<Long> offsets = new LinkedList<Long>(); field in SampleAuxiliaryInformationOffsetsBox 124 public void setOffsets(List<Long> offsets) { in setOffsets()
|
/external/pcre/dist/ |
D | pcretest.c | 245 #define PCRE_COPY_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ argument 250 #define PCRE_COPY_SUBSTRING8(rc, bptr, offsets, count, i, cbuffer, size) \ argument 254 offsets, size_offsets, workspace, size_workspace) \ argument 259 offsets, size_offsets) \ argument 272 #define PCRE_GET_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \ argument 280 #define PCRE_GET_SUBSTRING8(rc, bptr, offsets, count, i, subsptr) \ argument 283 #define PCRE_GET_SUBSTRING_LIST8(rc, bptr, offsets, count, listptr) \ argument 334 #define PCRE_COPY_NAMED_SUBSTRING16(rc, re, bptr, offsets, count, \ argument 339 #define PCRE_COPY_SUBSTRING16(rc, bptr, offsets, count, i, cbuffer, size) \ argument 344 offsets, size_offsets, workspace, size_workspace) \ argument [all …]
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_median_filter.c | 77 struct vertex2f *offsets, in create_frag_shader() 159 struct vertex2f **offsets, unsigned *num_offsets) in generate_offsets() 245 struct vertex2f *offsets = NULL; in vl_median_filter_init() local
|
/external/google-breakpad/src/processor/ |
D | map_serializers-inl.h | 82 uint32_t *offsets = reinterpret_cast<uint32_t*>(dest); in Write() local 150 uint32_t *offsets = reinterpret_cast<uint32_t*>(dest); in Write() local 229 uint32_t *offsets = reinterpret_cast<uint32_t*>(dest); in Write() local
|