Lines Matching refs:longValue

377         jlong longValue = (longValues ? longValues[0] : 0);
383 formatDateTime(longValue, date, sizeof(date));
390 snprintf(date, sizeof(date), "%04lld0101T000000", longValue);
397 packet.putInt8(longValue);
400 packet.putUInt8(longValue);
403 packet.putInt16(longValue);
406 packet.putUInt16(longValue);
409 packet.putInt32(longValue);
412 packet.putUInt32(longValue);
415 packet.putInt64(longValue);
418 packet.putUInt64(longValue);
421 packet.putInt128(longValue);
424 packet.putInt128(longValue);
475 jlong longValue = 0;
480 longValue = packet.getInt8();
483 longValue = packet.getUInt8();
486 longValue = packet.getInt16();
489 longValue = packet.getUInt16();
492 longValue = packet.getInt32();
495 longValue = packet.getUInt32();
498 longValue = packet.getInt64();
501 longValue = packet.getUInt64();
516 (jint)handle, (jint)property, longValue, stringValue);
540 jlong longValue = longValues[0];
545 packet.putInt8(longValue);
548 packet.putUInt8(longValue);
551 packet.putInt16(longValue);
554 packet.putUInt16(longValue);
557 packet.putInt32(longValue);
560 packet.putUInt32(longValue);
563 packet.putInt64(longValue);
566 packet.putUInt64(longValue);
569 packet.putInt128(longValue);
572 packet.putInt128(longValue);
598 jlong longValue = 0;
603 longValue = packet.getInt8();
606 longValue = packet.getUInt8();
609 longValue = packet.getInt16();
612 longValue = packet.getUInt16();
615 longValue = packet.getInt32();
618 longValue = packet.getUInt32();
621 longValue = packet.getInt64();
624 longValue = packet.getUInt64();
639 (jint)property, longValue, stringValue);