HomeSort by relevance Sort by last modified time
    Searched defs:pLength (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/main/java/java/io/
FilePermission.java 291 int pLength = fp.canonPath.length();
297 pLength--;
299 for (int i = 0; i < pLength; i++) {
337 if (pLength == thisLength) {
  /external/chromium/third_party/icu/source/test/cintltst/
udatpg_test.c 220 int32_t length, pLength;
287 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
288 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
300 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
301 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) {
  /external/icu4c/test/cintltst/
udatpg_test.c 222 int32_t length, pLength;
289 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
290 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, ptrResult[count], pLength)!=0 ) {
302 p = udatpg_getPatternForSkeleton(dtpg, s, length, &pLength);
303 if (U_FAILURE(errorCode) || p==NULL || u_memcmp(p, resultBaseSkeletons[count], pLength)!=0 ) {
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 353 int32_t pLength = pattern.length();
364 pBuffer, pLength,
392 pLength, FALSE, 0, &status);
  /prebuilt/common/ecj/
ecj.jar 

Completed in 203 milliseconds