HomeSort by relevance Sort by last modified time
    Searched full:srclimit (Results 26 - 37 of 37) sorted by null

12

  /external/icu4c/common/
ucnv_ext.h 353 const char **src, const char *srcLimit,
373 const UChar **src, const UChar *srcLimit,
uniset.cpp 929 UChar32* srclimit = list + len;
930 while (src < srclimit) *(dst++) = *(src++);
966 UChar32* srclimit = list + i;
967 while (src > srclimit) *(--dst) = *(--src);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c     [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
nucnvtst.c 520 const char *srcLimit;
568 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
585 srcLimit,
587 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
592 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
    [all...]
  /external/icu4c/test/cintltst/
nccbtst.c     [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
nucnvtst.c 539 const char *srcLimit;
587 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);
604 srcLimit,
606 (UBool)(srcLimit == realSourceEnd), /* flush if we're at the end of hte source data */
611 } while ( (status == U_BUFFER_OVERFLOW_ERROR) || (U_SUCCESS(status) && (srcLimit < realSourceEnd)) ); /* while we just need another buffer */
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uniset.cpp 927 UChar32* srclimit = list + len;
928 while (src < srclimit) *(dst++) = *(src++);
964 UChar32* srclimit = list + i;
965 while (src > srclimit) *(--dst) = *(--src);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 423 milliseconds

12