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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/shortcut/
dynamic_shortcut_list_policy.h 85 // Copy shortcuts from the shortcut list that starts at fromPos in mBuffer to toPos in
89 int *const fromPos, int *const toPos) const {
100 ShortcutListReadingUtils::getShortcutListSizeFieldSize(), toPos)) {
107 if (!bufferToWrite->writeUintAndAdvancePosition(data, 1 /* size */, toPos)) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
dynamic_bigram_list_policy.h 52 // Copy bigrams from the bigram list that starts at fromPos in mBuffer to toPos in
56 int *const toPos, int *const outBigramsCount) const;
dynamic_bigram_list_policy.cpp 70 int *const fromPos, int *const toPos, int *const outBigramsCount) const {
103 lastWrittenEntryPos = *toPos;
106 BigramListReadWriteUtils::hasNext(bigramFlags), toPos)) {
  /external/harfbuzz/src/
harfbuzz-indic.cpp     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
BufferUtils.java 360 * @param toPos
363 public static void copyInternalVector3(FloatBuffer buf, int fromPos, int toPos) {
364 copyInternal(buf, fromPos * 3, toPos * 3, 3);
565 * @param toPos
568 public static void copyInternalVector2(FloatBuffer buf, int fromPos, int toPos) {
569 copyInternal(buf, fromPos * 2, toPos * 2, 2);
797 * @param toPos
802 public static void copyInternal(FloatBuffer buf, int fromPos, int toPos, int length) {
806 buf.position(toPos);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 819 final int toPos = getItemPos(to);
820 if (fromPos != -1 && toPos != -1) {
    [all...]

Completed in 230 milliseconds