HomeSort by relevance Sort by last modified time
    Searched full:nextstart (Results 1 - 11 of 11) sorted by null

  /external/icu4c/test/intltest/
srchtest.cpp 358 int32_t nextStart;
364 nextStart = 0;
367 strsrch->following(nextStart, status);
377 nextStart, isOverlap,
394 nextStart, isOverlap,
401 nextStart = strsrch->getMatchedStart() + 1;
403 nextStart = strsrch->getMatchedStart() + strsrch->getMatchedLength();
415 nextStart = strsrch->getText().length();
418 strsrch->preceding(nextStart, status);
427 nextStart, isOverlap
    [all...]
  /external/icu4c/common/
utrie.cpp 303 UChar32 nextStart;
311 nextStart=(start+UTRIE_DATA_BLOCK_LENGTH)&~UTRIE_MASK;
312 if(nextStart<=limit) {
315 start=nextStart;
    [all...]
utrie2_builder.cpp 726 UChar32 nextStart;
735 nextStart=(start+UTRIE2_DATA_BLOCK_LENGTH)&~UTRIE2_DATA_MASK;
736 if(nextStart<=limit) {
739 start=nextStart;
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c 345 int32_t nextStart;
446 nextStart = 0;
449 usearch_following(strsrch, nextStart, &status);
458 nextStart, isOverlap,
476 nextStart, isOverlap,
483 nextStart = usearch_getMatchedStart(strsrch) + 1;
485 nextStart = usearch_getMatchedStart(strsrch) + usearch_getMatchedLength(strsrch);
497 usearch_getText(strsrch, &nextStart);
500 usearch_preceding(strsrch, nextStart, &status);
509 nextStart, isOverlap
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 567 int nextStart = 0;
576 sb.append(xml.substring(nextStart, regionStart));
578 nextStart = regionStart + r.getLength();
580 if (nextStart < xml.length()) {
581 sb.append(xml.substring(nextStart));
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 782 char* nextStart;
785 nextStart = start + startLen + 1;
847 char* nextSt = nextStart;
870 nextStart = start;
898 if (bindings[0] != '\0' && strstr(nextStart, "$(intermediates)") == NULL) {
928 } while (start = nextStart, start < fileEnd);
    [all...]
  /external/icu4c/i18n/
chnsecal.cpp 206 int32_t nextStart = newMoonNear(thisStart + SYNODIC_GAP, TRUE);
207 return nextStart - thisStart;
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 868 milliseconds