HomeSort by relevance Sort by last modified time
    Searched refs:newStart (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/chromium_org/third_party/icu/source/i18n/
indiancal.cpp 428 UDate newStart = calendar.getTime(status);
434 fgSystemDefaultCenturyStart = newStart;
persncal.cpp 446 UDate newStart = calendar.getTime(status);
452 fgSystemDefaultCenturyStart = newStart;
smpdtfmt.cpp     [all...]
hebrwcal.cpp 740 UDate newStart = calendar.getTime(status);
745 fgSystemDefaultCenturyStart = newStart;
islamcal.cpp 526 UDate newStart = calendar.getTime(status);
532 fgSystemDefaultCenturyStart = newStart;
chnsecal.cpp 846 UDate newStart = calendar.getTime(status);
852 fgSystemDefaultCenturyStart = newStart;
gregocal.cpp     [all...]
ucol.cpp     [all...]
  /external/icu/icu4c/source/i18n/
indiancal.cpp 428 UDate newStart = calendar.getTime(status);
434 fgSystemDefaultCenturyStart = newStart;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 179 void ApplyStyleCommand::updateStartEnd(const Position& newStart, const Position& newEnd)
181 ASSERT(comparePositions(newEnd, newStart) >= 0);
183 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end))
186 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional()));
187 m_start = newStart;
    [all...]
SpellChecker.cpp     [all...]
ApplyStyleCommand.h 121 void updateStartEnd(const Position& newStart, const Position& newEnd);
  /frameworks/base/core/java/android/view/inputmethod/
CursorAnchorInfo.java 264 public Builder setSelectionRange(final int newStart, final int newEnd) {
265 mSelectionStart = newStart;
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 210 boolean newStart = false;
222 newStart = true;
231 return newStart;
236 long newStart = 0; // recalculate endpoints as we go
247 if (alarm.whenElapsed > newStart) {
248 newStart = alarm.whenElapsed;
258 start = newStart;
266 long newStart = 0; // recalculate endpoints as we go
277 if (alarm.whenElapsed > newStart) {
278 newStart = alarm.whenElapsed
    [all...]
  /libcore/luni/src/main/java/java/text/
AttributedString.java 337 int newStart = getRunStart(attribute);
338 if (newStart > start) {
339 start = newStart;
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 331 size_t newStart = m_buffer.capacity() - (oldCapacity - m_start);
332 TypeOperations::move(oldBuffer + m_start, oldBuffer + oldCapacity, m_buffer.buffer() + newStart);
333 m_start = newStart;
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 1035 int32_t newStart,
1044 newText.pinIndices(newStart, newLength);
1057 replace(pos, oldLength, newText, newStart, newLength);
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 1077 int32_t newStart,
1086 newText.pinIndices(newStart, newLength);
1099 replace(pos, oldLength, newText, newStart, newLength);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
spannable.js 210 var newStart = Math.max(0, span.start - start);
212 result.spans_.push({ value: span.value, start: newStart, end: newEnd });
editable_text.js 50 * @param {number} newStart The new 0-based start cursor/selection index.
54 cvox.TextChangeEvent = function(newValue, newStart, newEnd, triggeredByUser) {
56 this.start = newStart;
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]

Completed in 923 milliseconds

12 3 4