Searched refs:avlen (Results 1 - 4 of 4) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | util.c | 94 int avlen = 0, len; in sepol_av_to_string() local 113 snprintf(p, sizeof(avbuf) - avlen, " %s", in sepol_av_to_string() 116 || (size_t) len >= (sizeof(avbuf) - avlen)) in sepol_av_to_string() 119 avlen += len; in sepol_av_to_string()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
H A D | BigDecimal.java | 3477 private static final byte[] byteaddsub(byte a[], int avlen, byte b[], int bvlen, int m, boolean reuse) { in byteaddsub() argument 3494 ap = avlen - 1; // -> final (rightmost) digit in byteaddsub()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | BigDecimal.java | 3402 private static final byte[] byteaddsub(byte a[], int avlen, byte b[], int bvlen, int m, boolean reuse) { in byteaddsub() argument 3419 ap = avlen - 1; // -> final (rightmost) digit in byteaddsub()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 13 milliseconds