/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | SimplePatternFormatterTest.java | 47 int[] offsets = new int[1]; in TestWithNoPlaceholders() local 117 int[] offsets = new int[6]; in TestWithPlaceholders() local 144 int[] offsets = new int[4]; in TestFormatReplaceNoOptimization() local 161 int[] offsets = new int[4]; in TestFormatReplaceNoOptimizationLeadingText() local 177 int[] offsets = new int[4]; in TestFormatReplaceOptimization() local 218 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 | 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()
|
D | CharsetHZ.java | 60 …protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean … in decodeLoop() 235 …protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean … in encodeLoop() 355 …private CoderResult concatEscape(CharBuffer source, ByteBuffer target, IntBuffer offsets, byte[] s… in concatEscape()
|
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 | 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 …]
|
/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/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 652 int32_t *offsets; in _UTF16LEFromUnicodeWithOffsets() local 856 int32_t *offsets; in _UTF16LEToUnicodeWithOffsets() local 1328 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/icu/icu4c/source/test/intltest/ |
D | simplepatternformattertest.cpp | 121 int32_t offsets[6]; in TestManyPlaceholders() local 302 int offsets[4]; in TestFormatReplaceNoOptimization() local 332 int offsets[4]; in TestFormatReplaceNoOptimizationLeadingText() local 362 int offsets[4]; in TestFormatReplaceOptimization() local 392 int offsets[4]; in TestFormatReplaceNoOptimizationLeadingPlaceholderUsedTwice() 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/marisa-trie/tests/ |
D | tail-test.cc | 27 marisa::Vector<marisa::UInt32> offsets; in TestBinaryTail() local 148 marisa::Vector<marisa::UInt32> offsets; in TestTextTail() local
|
/external/marisa-trie/v0_1_5/tests/ |
D | tail-test.cc | 27 marisa_alpha::Vector<marisa_alpha::UInt32> offsets; in TestBinaryTail() local 152 marisa_alpha::Vector<marisa_alpha::UInt32> offsets; in TestTextTail() 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/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | tail.cc | 12 Vector<UInt32> *offsets, int mode) { in build() 114 Vector<UInt32> *offsets) { in build_binary_tail() 142 Vector<UInt32> *offsets) { in build_text_tail() 198 void Tail::build_empty_tail(Vector<UInt32> *offsets) { in build_empty_tail()
|
/external/marisa-trie/lib/marisa/ |
D | tail.cc | 12 Vector<UInt32> *offsets, int mode) { in build() 114 Vector<UInt32> *offsets) { in build_binary_tail() 142 Vector<UInt32> *offsets) { in build_text_tail() 198 void Tail::build_empty_tail(Vector<UInt32> *offsets) { in build_empty_tail()
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | Pose.java | 49 private Vector3f[] offsets; field in Pose 55 public Pose(String name, int targetMeshIndex, Vector3f[] offsets, int[] indices){ in Pose()
|
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimplePatternFormatter.java | 149 StringBuilder appendTo, int[] offsets, CharSequence... values) { in formatAndAppend() 176 StringBuilder result, int[] offsets, CharSequence... values) { in formatAndReplace() 241 int[] offsets, in formatReturningOffsetLength() 301 int placeholderId, int offset, int[] offsets, int offsetLen) { in setPlaceholderOffset()
|
/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
|
/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 …]
|