Home
last modified time | relevance | path

Searched defs:sourceArray (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharset88591.java32 byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) { in decodeLoopCoreOptimized()
71 char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, in encodeLoopCoreOptimized()
DCharsetASCII.java112 byte[] sourceArray, char[] targetArray, int oldSource, int offset, int limit) { in decodeLoopCoreOptimized()
220 char[] sourceArray = source.array(); in encodeLoop() local
272 char[] sourceArray, byte[] targetArray, int oldSource, int offset, int limit, in encodeLoopCoreOptimized()
DCharsetUTF8.java369 char[] sourceArray = source.array(); in encodeLoop() local
546 private final CoderResult encodeFourBytes(char[] sourceArray, byte[] targetArray, in encodeFourBytes()
DCharsetEncoderICU.java908 final CoderResult handleSurrogates(char[] sourceArray, int sourceIndex, in handleSurrogates()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DJSystem.cs59 …public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int desti… in arraycopy()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DJSystem.cs60 …public static void arraycopy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int desti… in arraycopy()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DChangeTimeScaleTrack.java156 long[] sourceArray = TimeToSampleBox.blowupTimeToSamples(source); in adjustTts() local
/external/icu/icu4c/source/common/
Drbbitblb.cpp984 MaybeStackArray<void *, 16> destArray, sourceArray; // Handle small cases without malloc in setAdd() local
/external/guava/guava-tests/test/com/google/common/collect/
DIteratorsTest.java270 String[] sourceArray = new String[] {"a", "b", "c"}; in testToArray() local