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

  /external/chromium/third_party/icu/source/i18n/
rbt_rule.h 164 * @param cursorOffset an offset to be added to cursorPos to position the
167 * "xyz" and moves the cursor to before "a". It would have a cursorOffset
183 int32_t cursorPosition, int32_t cursorOffset,
rbt_pars.cpp 274 int32_t cursorOffset; // only nonzero on output side
341 cursorOffset = 0;
361 if (cursorOffset > 0 && cursor != cursorOffsetPos) {
724 if (cursorOffset < 0) {
728 --cursorOffset;
729 } else if (cursorOffset > 0) {
733 ++cursorOffset;
736 cursorOffset = -1;
739 cursorOffset = 1;
    [all...]
rbt_rule.cpp 58 int32_t cursorPosition, int32_t cursorOffset,
150 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data);
  /external/icu4c/i18n/
rbt_rule.h 164 * @param cursorOffset an offset to be added to cursorPos to position the
167 * "xyz" and moves the cursor to before "a". It would have a cursorOffset
183 int32_t cursorPosition, int32_t cursorOffset,
rbt_pars.cpp 274 int32_t cursorOffset; // only nonzero on output side
341 cursorOffset = 0;
361 if (cursorOffset > 0 && cursor != cursorOffsetPos) {
724 if (cursorOffset < 0) {
728 --cursorOffset;
729 } else if (cursorOffset > 0) {
733 ++cursorOffset;
736 cursorOffset = -1;
739 cursorOffset = 1;
    [all...]
rbt_rule.cpp 58 int32_t cursorPosition, int32_t cursorOffset,
150 this->output = new StringReplacer(outputStr, cursorPosition + cursorOffset, data);
  /frameworks/base/core/java/android/text/
BoringLayout.java 361 int cursorOffset) {
365 super.draw(c, highlight, highlightpaint, cursorOffset);
  /prebuilt/sdk/6/
android.jar 

Completed in 147 milliseconds