Searched refs:outIndex (Results 1 – 3 of 3) sorted by relevance
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
D | Base64InputStream.java | 38 private int outIndex = 0; field in Base64InputStream 59 if (outIndex == outCount) { in read() 61 if (outIndex == outCount) { in read() 66 return outputBuffer[outIndex++]; in read() 76 outIndex = 0; in fillBuffer()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
D | Base64InputStream.java | 38 private int outIndex = 0; field in Base64InputStream 59 if (outIndex == outCount) { in read() 61 if (outIndex == outCount) { in read() 66 return outputBuffer[outIndex++]; in read() 76 outIndex = 0; in fillBuffer()
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/ |
D | OpenWnnDictionaryImplJni.c | 1187 int i, outIndex, outCount; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern() local 1204 for( i = outIndex = 0 ; i < work->approxSet.charset_count ; i++ ) { in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern() 1212 ( *env )->SetObjectArrayElement( env, retJ, outIndex++, dstJ ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_getApproxPattern() 1255 int queryLen, outIndex, approxPattern; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray() local 1258 outIndex = 0; in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray() 1295 ( *env )->SetObjectArrayElement( env, retJ, outIndex++, dstJ ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray() 1304 ( *env )->SetObjectArrayElement( env, retJ, outIndex++, dstJ ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray() 1318 ( *env )->SetObjectArrayElement( env, retJ, outIndex++, dstJ ); in Java_jp_co_omronsoft_openwnn_OpenWnnDictionaryImplJni_createBindArray()
|