HomeSort by relevance Sort by last modified time
    Searched refs:smallBuffer (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
buffer_with_extendable_buffer_test.cpp 76 BufferWithExtendableBuffer smallBuffer(4 /* maxAdditionalBufferSize */);
77 EXPECT_TRUE(smallBuffer.writeUint(0 /* data */, 4 /* size */, 0 /* pos */));
78 EXPECT_FALSE(smallBuffer.writeUint(0 /* data */, 1 /* size */, 4 /* pos */));
80 EXPECT_TRUE(smallBuffer.copy(&emptyBuffer));
81 EXPECT_FALSE(emptyBuffer.copy(&smallBuffer));
  /external/dng_sdk/source/
dng_stream.cpp 1106 uint8 smallBuffer [1024];
1108 if (count <= sizeof (smallBuffer))
1111 Get (smallBuffer, (uint32) count);
1113 dstStream.Put (smallBuffer, (uint32) count);
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java     [all...]

Completed in 75 milliseconds