/external/chromium_org/third_party/icu/source/i18n/ |
coptccal.cpp | 140 UDate newStart = calendar.getTime(status); 145 fgSystemDefaultCenturyStart = newStart;
|
ethpccal.cpp | 177 UDate newStart = calendar.getTime(status); 182 fgSystemDefaultCenturyStart = newStart;
|
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));
|
smpdtfmt.cpp | [all...] |
indiancal.cpp | 428 UDate newStart = calendar.getTime(status); 434 fgSystemDefaultCenturyStart = newStart;
|
persncal.cpp | 446 UDate newStart = calendar.getTime(status); 452 fgSystemDefaultCenturyStart = newStart;
|
islamcal.cpp | 526 UDate newStart = calendar.getTime(status); 532 fgSystemDefaultCenturyStart = newStart;
|
/external/icu4c/i18n/ |
coptccal.cpp | 140 UDate newStart = calendar.getTime(status); 145 fgSystemDefaultCenturyStart = newStart;
|
ethpccal.cpp | 177 UDate newStart = calendar.getTime(status); 182 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;
|
persncal.cpp | 315 UDate newStart = calendar.getTime(status); 321 fgSystemDefaultCenturyStart = newStart;
|
islamcal.cpp | 529 UDate newStart = calendar.getTime(status); 535 fgSystemDefaultCenturyStart = newStart;
|
/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...] |
ApplyStyleCommand.h | 120 void updateStartEnd(const Position& newStart, const Position& newEnd);
|
SpellChecker.cpp | [all...] |
/external/clang/lib/Frontend/ |
TextDiagnostic.cpp | 425 unsigned NewStart = map.startOfPreviousColumn(SourceStart); 430 while (NewStart && isWhitespace(SourceLine[NewStart])) 431 NewStart = map.startOfPreviousColumn(NewStart); 434 while (NewStart) { 435 unsigned Prev = map.startOfPreviousColumn(NewStart); 438 NewStart = Prev; 441 assert(map.byteToColumn(NewStart) != -1); 443 map.byteToColumn(NewStart); [all...] |
/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;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SearchActivity.java | 135 int newstart = Math.max(0, startPos - offset); local 138 if (newstart == start && newend == end) { 142 start = newstart;
|
/libcore/luni/src/main/java/java/text/ |
AttributedString.java | 337 int newStart = getRunStart(attribute); 338 if (newStart > start) { 339 start = newStart;
|
/external/llvm/lib/CodeGen/ |
LiveInterval.cpp | 252 LiveInterval::extendIntervalStartTo(Ranges::iterator I, SlotIndex NewStart) { 260 I->start = NewStart; 266 } while (NewStart <= MergeTo->start); 270 if (MergeTo->end >= NewStart && MergeTo->valno == ValNo) { 275 MergeTo->start = NewStart;
|
/external/llvm/lib/Support/ |
regcomp.c | 1452 sop *newstart = 0; \/* newstart was initialized in the OCHAR case *\/ local [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 1416 sop *newstart = NULL; \/* newstart was initialized in the OCHAR case *\/ local [all...] |
/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...] |