/external/icu4c/common/ |
serv.cpp | 467 int32_t startIndex = 0; 474 startIndex = i + 1; 478 if (startIndex == 0) { 499 int32_t index = startIndex;
|
normlzr.cpp | 346 int32_t Normalizer::startIndex() const { 347 return text->startIndex();
|
uvectr64.h | 109 //int32_t indexOf(int64_t elem, int32_t startIndex = 0) const;
|
uhash.c | 334 int32_t theIndex, startIndex; 340 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; 366 } while (theIndex != startIndex); [all...] |
uvectr32.h | 110 int32_t indexOf(int32_t elem, int32_t startIndex = 0) const;
|
/external/icu4c/common/unicode/ |
chariter.h | 510 * (toward startIndex()), and returns that code unit. If there are 519 * (toward startIndex()), and returns that code point. If there are 547 inline int32_t startIndex(void) const; 696 CharacterIterator::startIndex(void) const {
|
uchriter.h | 284 * startIndex()), and returns that code unit. If there are no more 293 * startIndex()), and returns that code point. If there are no more
|
normlzr.h | 461 * This is equivalent to setIndexOnly(startIndex()) followed by next(). 501 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change 524 * This is equivalent to setIndexOnly(startIndex)). 553 int32_t startIndex(void) const;
|
/external/webkit/JavaScriptCore/runtime/ |
ArgList.h | 230 void getSlice(int startIndex, ArgList& result) const;
|
/frameworks/base/core/java/android/pim/ |
ICalendar.java | 547 int startIndex = -1; 572 startIndex = state.index; 576 if ((parameter == null) || (startIndex == -1)) { 580 parameter.name = text.substring(startIndex + 1, equalIndex);
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 663 char* buffer, jint startIndex, jint endIndex, jintArray format, 692 jsize i = startIndex; 767 jbyteArray buffer, jint startIndex, jint endIndex, jintArray format, 773 (char*) bufferArray, startIndex, endIndex, format, outStrings,
|
/external/webkit/WebCore/editing/ |
CompositeEditCommand.cpp | 300 int startIndex = TextIterator::rangeLength(startRange.get()); 317 RefPtr<Range> selectedRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, length); [all...] |
/frameworks/base/core/java/android/webkit/ |
CookieManager.java | 753 int startIndex = 0; 757 startIndex = nextIndex + 1; 758 nextIndex = host.indexOf(PERIOD, startIndex); 760 if (startIndex > 0) { 761 return host.substring(startIndex); [all...] |
/external/chromium/third_party/icu/source/i18n/ |
uregex.cpp | 300 int32_t startIndex, 306 if (startIndex == -1) { 309 result = regexp->fMatcher->matches(startIndex, *status); 323 int32_t startIndex, 329 if (startIndex == -1) { 332 result = regexp->fMatcher->lookingAt(startIndex, *status); 346 int32_t startIndex, 352 if (startIndex == -1) { 356 result = regexp->fMatcher->find(startIndex, *status); [all...] |
usearch.cpp | 611 int32_t startindex = ubrk_first(breakiterator); local 615 if (start < startindex || start > endindex || 616 end < startindex || end > endindex) { 622 UBool result = (start == startindex || [all...] |
/external/icu4c/i18n/ |
usearch.cpp | 621 int32_t startindex = ubrk_first(breakiterator); local 625 if (start < startindex || start > endindex || 626 end < startindex || end > endindex) { 632 UBool result = (start == startindex || [all...] |
/external/chromium/third_party/icu/public/common/unicode/ |
uchriter.h | 284 * startIndex()), and returns that code unit. If there are no more 293 * startIndex()), and returns that code point. If there are no more
|
normlzr.h | 454 * This is equivalent to setIndexOnly(startIndex()) followed by next(). 494 * (getIndex()>startIndex() || first()!=DONE). (Calling first() will change 517 * This is equivalent to setIndexOnly(startIndex)). 546 int32_t startIndex(void) const;
|
/cts/tools/host/src/com/android/cts/ |
ReferenceAppTestPackage.java | 123 int startIndex = 4; // OK (5 tests)
|
/external/webkit/WebCore/css/ |
CSSStyleSelector.h | 178 void applyDeclarations(bool firstPass, bool important, int startIndex, int endIndex);
|
/external/webkit/WebCore/inspector/front-end/ |
ElementsPanel.js | 873 var startIndex = 0; 875 while (startIndex != significantIndex || endIndex != significantIndex) { 876 var startDistance = significantIndex - startIndex [all...] |
/external/chromium/third_party/icu/source/common/ |
unorm.cpp | [all...] |
uhash.c | 334 int32_t theIndex, startIndex; 340 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; 366 } while (theIndex != startIndex); [all...] |
uvectr32.h | 110 int32_t indexOf(int32_t elem, int32_t startIndex = 0) const;
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
regex.h | 529 * at the specified startIndex, and extending to the end of the input. 532 * @param startIndex The input string index at which to begin matching. 537 virtual UBool matches(int32_t startIndex, UErrorCode &status); 566 * @param startIndex The input string index at which to begin matching. 571 virtual UBool lookingAt(int32_t startIndex, UErrorCode &status); [all...] |