HomeSort by relevance Sort by last modified time
    Searched refs:inLength (Results 1 - 25 of 34) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
collationdatareader.h 102 static void read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength,
collationdatareader.cpp 47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength,
51 if(inBytes == NULL || (0 <= inLength && inLength < 24)) {
67 if(inLength >= 0) {
68 inLength -= headerLength;
72 if(inBytes == NULL || (0 <= inLength && inLength < 8)) {
78 if(indexesLength < 2 || (0 <= inLength && inLength < indexesLength * 4)) {
98 length = 0; // only indexes, and inLength was already checked for the
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 765 int32_t i, length, inLength, expectLength, hangulPrefixLength, preflightLength;
768 inLength=0;
771 input[inLength++]=HANGUL_KIYEOK;
772 input[inLength++]=HANGUL_WEO;
773 input[inLength++]=HANGUL_KIYEOK_SIOS;
775 input[inLength++]=HANGUL_KIYEOK;
776 input[inLength++]=HANGUL_WEO;
777 input[inLength++]=HANGUL_K_KIYEOK_SIOS;
779 input[inLength++]=HANGUL_KIYEOK;
780 input[inLength++]=HANGUL_K_WEO
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationDataReader.java 107 int inLength = inBytes.remaining();
108 if(inLength < 8) {
112 if(indexesLength < 2 || inLength < indexesLength * 4) {
142 length = 0; // only indexes, and inLength was already checked for them
144 if(inLength < length) {
  /external/icu/icu4c/source/tools/toolutil/
package.h 164 int32_t inLength, headerLength;
package.cpp 389 inLength=0;
460 inData=readFile(NULL, filename, inLength, type);
461 length=inLength;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataReader.java 106 int inLength = inBytes.remaining();
107 if(inLength < 8) {
111 if(indexesLength < 2 || inLength < indexesLength * 4) {
141 length = 0; // only indexes, and inLength was already checked for them
143 if(inLength < length) {
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
PCLmGenerator.h 212 int RLEEncodeImage(ubyte *in, ubyte *out, int inLength);
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java 234 byte[] input, int inOffset, int inLength);
239 byte[] input, int inOffset, int inLength);
267 int outOffset, byte[] in, int inOffset, int inLength);
302 byte[] out, int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength,
306 byte[] out, int outOffset, byte[] nonce, byte[] in, int inOffset, int inLength,
317 public static native void HMAC_Update(NativeRef.HMAC_CTX ctx, byte[] in, int inOffset, int inLength);
319 public static native void HMAC_UpdateDirect(NativeRef.HMAC_CTX ctx, long inPtr, int inLength);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
StringTest.java 46 int inLength = in.remaining();
47 for (int i = 0; i < inLength; ++i) {
67 int inLength = in.remaining();
68 for (int i = 0; i < inLength; ++i) {
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp     [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Utf8.java 688 final int inLength = in.length();
698 for (char c; inIx < inLength && (c = in.charAt(inIx)) < 0x80; ++inIx) {
701 if (inIx == inLength) {
708 for (char c; inIx < inLength; ++inIx, ++outIx) {
733 if (inIx + 1 == inLength || !isSurrogatePair(c, (low = in.charAt(++inIx)))) {
734 throw new UnpairedSurrogateException(inIx, inLength);
    [all...]
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 601 * @param inLength is the length of input commands.
605 * BAD_PARAMETER when inLength is not equal to the length of
616 executeCommands(uint32_t inLength,
    [all...]
  /hardware/interfaces/graphics/composer/2.1/default/
ComposerClient.h 106 Return<void> executeCommands(uint32_t inLength,
ComposerClient.cpp 482 Return<void> ComposerClient::executeCommands(uint32_t inLength,
492 if (!mReader->readQueue(inLength, inHandles)) {
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp     [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 

Completed in 746 milliseconds

1 2