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/suggest/policyimpl/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/chromium_org/third_party/icu/source/common/
uloc.cpp     [all...]
  /external/icu/icu4c/source/common/
uloc.cpp     [all...]

Completed in 2903 milliseconds