Searched defs:bLen (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/samples/legacy/
H A Dnewcol.cpp27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
H A Doldcol.cpp28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { argument
34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.h41 * b if bLen<=4: up to 4 bytes
42 * else index to bLen bytes
44 * bLen number of words containing left-justified bytes
57 int8_t uLen, bLen, f, moveFlag; member in struct:UCMapping
115 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
H A Ducm.c52 for(j=0; j<m->bLen; ++j) {
140 if(l->bLen<=r->bLen) {
141 length=l->bLen;
143 length=r->bLen;
147 result=l->bLen-r->bLen;
151 length=l->bLen;
168 return l->bLen-r->bLen;
747 int8_t bLen; local
788 int8_t uLen, bLen, f; local
[all...]
/external/skia/src/pathops/
H A DSkDLineIntersection.cpp37 SkDVector bLen = b[1] - b[0]; local
44 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX;
46 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DLongArray.java835 private static void multiplyWord(long a, long[] b, int bLen, long[] c, int cOff) argument
839 add(c, cOff, b, 0, bLen);
846 long carry = addShiftedUp(c, cOff, b, 0, bLen, k);
849 c[cOff + bLen] ^= carry;
886 int bLen = (bDeg + 63) >>> 6;
901 multiplyWord(a0, B.m_ints, bLen, c0, 0);
925 System.arraycopy(B.m_ints, 0, T0, tOff, bLen);
1018 int bLen = (bDeg + 63) >>> 6;
1033 multiplyWord(a0, B.m_ints, bLen, c0, 0);
1057 System.arraycopy(B.m_ints, 0, T0, tOff, bLen);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 445 milliseconds