Home
last modified time | relevance | path

Searched refs:intBuffer (Results 1 – 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRIntArray.m40 @synthesize intBuffer;
61 intBuffer = (NSInteger *)[buffer mutableBytes];
75 intBuffer = (NSInteger *)[buffer mutableBytes];
98 [copy addInteger:intBuffer[anIndex]];
119 intBuffer[++idx] = (NSInteger) value;
128 NSInteger value = (NSInteger) intBuffer[idx--];
146 return intBuffer[anIndex];
164 return intBuffer[anIndex];
175 intBuffer[anIndex] = aValue;
194 intBuffer = (NSInteger *)[buffer mutableBytes];
DANTLRIntArray.h40 __strong NSInteger *intBuffer; variable
71 @property (assign) NSInteger *intBuffer;
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterDataReader.java487 IntBuffer intBuffer = byteBuffer.asIntBuffer(); in readMBCSTable() local
492 intBuffer.get(mbcsTable.stateTable[i]); in readMBCSTable()
498 int offset = intBuffer.get(); in readMBCSTable()
499 int codePoint = intBuffer.get(); in readMBCSTable()
503 int length = intBuffer.position() * 4; in readMBCSTable()
/external/smali/util/src/main/java/org/jf/util/
DClassFileNameHandler.java187 IntBuffer intBuffer = ByteBuffer.wrap(pathComponent.getBytes("UTF-32BE")).asIntBuffer(); in shortenPathComponent() local
188 codePoints = new int[intBuffer.limit()]; in shortenPathComponent()
189 intBuffer.get(codePoints); in shortenPathComponent()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...