/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; 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/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...] |
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |