/external/icu4c/i18n/ |
taiwncal.cpp | 203 UDate newStart = calendar.getTime(status); 209 fgSystemDefaultCenturyStart = newStart;
|
rbt_rule.cpp | 377 // int32_t newStart = 0; 451 int32_t newStart; 452 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); 459 pos.start = uprv_max(minOText, uprv_min(uprv_min(oText, pos.limit), newStart));
|
indiancal.cpp | 428 UDate newStart = calendar.getTime(status); 434 fgSystemDefaultCenturyStart = newStart;
|
hebrwcal.cpp | 740 UDate newStart = calendar.getTime(status); 745 fgSystemDefaultCenturyStart = newStart;
|
islamcal.cpp | 529 UDate newStart = calendar.getTime(status); 535 fgSystemDefaultCenturyStart = newStart;
|
chnsecal.cpp | [all...] |
gregocal.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_rule.cpp | 376 // int32_t newStart = 0; 450 int32_t newStart; 451 int32_t newLength = output->toReplacer()->replace(text, pos.start, keyLimit, newStart); 458 pos.start = uprv_max(minOText, uprv_min(uprv_min(oText, pos.limit), newStart));
|
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...] |
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 162 boolean newStart = false; 174 newStart = true; 183 return newStart; 188 long newStart = 0; // recalculate endpoints as we go 196 if (alarm.whenElapsed > newStart) { 197 newStart = alarm.whenElapsed; 207 start = newStart; 215 long newStart = 0; // recalculate endpoints as we go 223 if (alarm.whenElapsed > newStart) { 224 newStart = alarm.whenElapsed [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ApplyStyleCommand.cpp | 176 void ApplyStyleCommand::updateStartEnd(const Position& newStart, const Position& newEnd) 178 ASSERT(comparePositions(newEnd, newStart) >= 0); 180 if (!m_useEndingSelection && (newStart != m_start || newEnd != m_end)) 183 setEndingSelection(VisibleSelection(newStart, newEnd, VP_DEFAULT_AFFINITY, endingSelection().isDirectional())); 184 m_start = newStart; [all...] |
SpellChecker.cpp | [all...] |
ApplyStyleCommand.h | 120 void updateStartEnd(const Position& newStart, const Position& newEnd);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
Deque.h | 316 size_t newStart = m_buffer.capacity() - (oldCapacity - m_start); 317 TypeOperations::move(oldBuffer + m_start, oldBuffer + oldCapacity, m_buffer.buffer() + newStart); 318 m_start = newStart;
|
/libcore/luni/src/main/java/java/text/ |
AttributedString.java | 337 int newStart = getRunStart(attribute); 338 if (newStart > start) { 339 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/icu4c/common/ |
unistr.cpp | 1081 int32_t newStart, 1090 newText.pinIndices(newStart, newLength); 1103 replace(pos, oldLength, newText, newStart, newLength); [all...] |