HomeSort by relevance Sort by last modified time
    Searched refs:limit2 (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/icu/source/common/
unormcmp.cpp 151 const UChar *start1, *start2, *limit1, *limit2; local
205 limit2=NULL;
207 limit2=s2+length2;
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
262 limit2=stack2[level2].limit;
305 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
390 stack2[0].limit=limit2;
404 limit2=fold2+length;
476 stack2[level2].limit=limit2;
    [all...]
ustrcase.c 656 const UChar *start1, *start2, *limit1, *limit2; local
695 limit2=NULL;
697 limit2=s2+length2;
736 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
752 limit2=stack2[level2].limit;
795 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
880 stack2[0].limit=limit2;
894 limit2=fold2+length;
931 (c2<=0xdbff && s2!=limit2 && U16_IS_TRAIL(*s2)) |
    [all...]
utext.cpp 516 UText *s2, int64_t limit2) {
519 if(limit1<0 && limit2<0) {
533 int64_t index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
535 while((limit1 < 0 || index1 < limit1) && (limit2 < 0 || index2 < limit2)) {
548 if (limit2 >= 0) {
554 if(index2 >= limit2) {
692 UText *s2, int64_t limit2,
723 index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
729 (foldOffset2 < foldLength2 || limit2 < 0 || index2 < limit2))
    [all...]
ustring.c 686 const UChar *start1, *start2, *limit1, *limit2; local
714 limit1=limit2=NULL;
742 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
787 limit2=start2+length2;
804 (c2<=0xdbff && (s2+1)!=limit2 && UTF_IS_TRAIL(*(s2+1))) ||
    [all...]
  /external/icu4c/common/
unormcmp.cpp 151 const UChar *start1, *start2, *limit1, *limit2; local
205 limit2=NULL;
207 limit2=s2+length2;
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
262 limit2=stack2[level2].limit; /*Not uninitialized*/
305 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
390 stack2[0].limit=limit2;
404 limit2=fold2+length;
476 stack2[level2].limit=limit2;
    [all...]
ustrcase.cpp 477 const UChar *start1, *start2, *limit1, *limit2; local
516 limit2=NULL;
518 limit2=s2+length2;
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
573 limit2=stack2[level2].limit; /*Not uninitialized*/
616 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
701 stack2[0].limit=limit2;
715 limit2=fold2+length;
752 (c2<=0xdbff && s2!=limit2 && U16_IS_TRAIL(*s2)) |
    [all...]
ustring.cpp 687 const UChar *start1, *start2, *limit1, *limit2; local
715 limit1=limit2=NULL;
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
788 limit2=start2+length2;
805 (c2<=0xdbff && (s2+1)!=limit2 && U16_IS_TRAIL(*(s2+1))) ||
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
MacroCount.h 677 static inline opus_int silk_LIMIT_int(opus_int a, opus_int limit1, opus_int limit2)
682 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a))) \
683 : ((a) > (limit2) ? (limit2) : ((a) < (limit1) ? (limit1) : (a))));
689 static inline opus_int16 silk_LIMIT_16(opus_int16 a, opus_int16 limit1, opus_int16 limit2)
694 ret = ((limit1) > (limit2) ? ((a) > (limit1) ? (limit1) : ((a) < (limit2) ? (limit2) : (a)))
    [all...]
SigProc_FIX.h     [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
250 if (limit2 < limit)
251 limit = limit2;
252 limit2 = p->streamPos - p->pos;
253 if (limit2 <= p->keepSizeAfter)
255 if (limit2 > 0)
256 limit2 = 1;
259 limit2 -= p->keepSizeAfter;
260 if (limit2 < limit)
261 limit = limit2;
    [all...]
LzmaDec.c 458 SizeT limit2 = limit; local
463 limit2 = p->dicPos + rem;
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 250 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
251 if (limit2 < limit)
252 limit = limit2;
253 limit2 = p->streamPos - p->pos;
254 if (limit2 <= p->keepSizeAfter)
256 if (limit2 > 0)
257 limit2 = 1;
260 limit2 -= p->keepSizeAfter;
261 if (limit2 < limit)
262 limit = limit2;
    [all...]
LzmaDec.c 459 SizeT limit2 = limit; local
464 limit2 = p->dicPos + rem;
466 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/lzma/C/
LzFind.c 249 UInt32 limit2 = p->cyclicBufferSize - p->cyclicBufferPos; local
250 if (limit2 < limit)
251 limit = limit2;
252 limit2 = p->streamPos - p->pos;
253 if (limit2 <= p->keepSizeAfter)
255 if (limit2 > 0)
256 limit2 = 1;
259 limit2 -= p->keepSizeAfter;
260 if (limit2 < limit)
261 limit = limit2;
    [all...]
LzmaDec.c 458 SizeT limit2 = limit; local
463 limit2 = p->dicPos + rem;
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 729 * @param limit2 Native index of the last character in the second source string to be considered.
737 UText *s2, int64_t limit2);
799 * @param limit2 Native index of the last character in the second source string to be considered.
816 UText *s2, int64_t limit2,
    [all...]
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 818 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); local
822 // Read until we hit limit2, the top and shortest limit.
829 coded_input.PopLimit(limit2);
860 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); local
864 // Read until we hit limit2. Except, wait! limit1 is shorter, so
866 // limit2.
873 coded_input.PopLimit(limit2);
875 // OK, popped limit2, now limit1 is on top, which we've already hit.
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 851 CodedInputStream::Limit limit2 = coded_input.PushLimit(4); local
855 // Read until we hit limit2, the top and shortest limit.
862 coded_input.PopLimit(limit2);
893 CodedInputStream::Limit limit2 = coded_input.PushLimit(8); local
897 // Read until we hit limit2. Except, wait! limit1 is shorter, so
899 // limit2.
906 coded_input.PopLimit(limit2);
908 // OK, popped limit2, now limit1 is on top, which we've already hit.
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 451 milliseconds