/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.cpp | 54 for(j=0; j<m->bLen; ++j) { in printMapping() 142 if(l->bLen<=r->bLen) { in compareBytes() 143 length=l->bLen; in compareBytes() 145 length=r->bLen; in compareBytes() 149 result=l->bLen-r->bLen; in compareBytes() 153 length=l->bLen; in compareBytes() 170 return l->bLen-r->bLen; in compareBytes() 752 int8_t bLen; ucm_parseBytes() local 793 int8_t uLen, bLen, f; ucm_parseMappingLine() local [all...] |
H A D | ucm.h | 43 * b if bLen<=4: up to 4 bytes 44 * else index to bLen bytes 46 * bLen number of words containing left-justified bytes 59 int8_t uLen, bLen, f, moveFlag; member 117 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucm.cpp | 54 for(j=0; j<m->bLen; ++j) { in printMapping() 142 if(l->bLen<=r->bLen) { in compareBytes() 143 length=l->bLen; in compareBytes() 145 length=r->bLen; in compareBytes() 149 result=l->bLen-r->bLen; in compareBytes() 153 length=l->bLen; in compareBytes() 170 return l->bLen-r->bLen; in compareBytes() 752 int8_t bLen; ucm_parseBytes() local 793 int8_t uLen, bLen, f; ucm_parseMappingLine() local [all...] |
H A D | ucm.h | 43 * b if bLen<=4: up to 4 bytes 44 * else index to bLen bytes 46 * bLen number of words containing left-justified bytes 59 int8_t uLen, bLen, f, moveFlag; member 117 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucm.cpp | 54 for(j=0; j<m->bLen; ++j) { in printMapping() 142 if(l->bLen<=r->bLen) { in compareBytes() 143 length=l->bLen; in compareBytes() 145 length=r->bLen; in compareBytes() 149 result=l->bLen-r->bLen; in compareBytes() 153 length=l->bLen; in compareBytes() 170 return l->bLen-r->bLen; in compareBytes() 752 int8_t bLen; ucm_parseBytes() local 793 int8_t uLen, bLen, f; ucm_parseMappingLine() local [all...] |
H A D | ucm.h | 43 * b if bLen<=4: up to 4 bytes 44 * else index to bLen bytes 46 * bLen number of words containing left-justified bytes 59 int8_t uLen, bLen, f, moveFlag; member 117 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
|
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | gencnvex.c | 374 if(m->bLen>extData->maxInBytes) { in getToUnicodeValue() 375 extData->maxInBytes=m->bLen; in getToUnicodeValue() 381 ratio=(u16Length+(m->bLen-1))/m->bLen; in getToUnicodeValue() 518 if(m->bLen==unitIndex+1) { in generateToUTable() 522 if(subStart<subLimit && mappings[map[subStart]].bLen==unitIndex+1) { in generateToUTable() 614 if(flag==0 || flag==1 || (flag==2 && m->bLen==1) || flag==4) { in prepareFromUMappings() 660 switch(m->bLen) { in getFromUBytesValue() 670 /* the parser enforces m->bLen<=UCNV_EXT_MAX_BYTES */ in getFromUBytesValue() 673 resultBytes=utm_allocN(extData->fromUBytes, m->bLen); in getFromUBytesValue() [all...] |
H A D | genmbcs.cpp | 1030 isOK&=MBCSAddToUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1033 isOK&=MBCSSingleAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1034 } else if(MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f)) { in MBCSAddTable() 1035 isOK&=MBCSAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1045 isOK&=MBCSSingleAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1046 } else if(MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f)) { in MBCSAddTable() 1048 isOK&=MBCSAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1056 if(maxCharLength>1 && m->bLen==1) { in MBCSAddTable() 1064 isOK&=MBCSAddToUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable()
|
H A D | makeconv.cpp | 832 if(!MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, m->u, m->f)) { in createConverter()
|
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | gencnvex.c | 373 if(m->bLen>extData->maxInBytes) { in getToUnicodeValue() 374 extData->maxInBytes=m->bLen; in getToUnicodeValue() 380 ratio=(u16Length+(m->bLen-1))/m->bLen; in getToUnicodeValue() 517 if(m->bLen==unitIndex+1) { in generateToUTable() 521 if(subStart<subLimit && mappings[map[subStart]].bLen==unitIndex+1) { in generateToUTable() 613 if(flag==0 || flag==1 || (flag==2 && m->bLen==1) || flag==4) { in prepareFromUMappings() 659 switch(m->bLen) { in getFromUBytesValue() 669 /* the parser enforces m->bLen<=UCNV_EXT_MAX_BYTES */ in getFromUBytesValue() 672 resultBytes=utm_allocN(extData->fromUBytes, m->bLen); in getFromUBytesValue() [all...] |
H A D | genmbcs.cpp | 1030 isOK&=MBCSAddToUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1033 isOK&=MBCSSingleAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1034 } else if(MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f)) { in MBCSAddTable() 1035 isOK&=MBCSAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1045 isOK&=MBCSSingleAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1046 } else if(MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f)) { in MBCSAddTable() 1048 isOK&=MBCSAddFromUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable() 1056 if(maxCharLength>1 && m->bLen==1) { in MBCSAddTable() 1064 isOK&=MBCSAddToUnicode(mbcsData, m->b.bytes, m->bLen, c, f); in MBCSAddTable()
|
H A D | makeconv.cpp | 832 if(!MBCSOkForBaseFromUnicode(mbcsData, m->b.bytes, m->bLen, m->u, m->f)) { in createConverter()
|
/third_party/icu/icu4c/source/samples/legacy/ |
H A D | oldcol.cpp | 34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_legacy() argument 40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
|
H A D | newcol.cpp | 33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_current() argument 39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
|
/third_party/skia/third_party/externals/icu/source/samples/legacy/ |
H A D | newcol.cpp | 33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_current() argument 39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
|
H A D | oldcol.cpp | 34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_legacy() argument 40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
|
/third_party/skia/src/pathops/ |
H A D | SkDLineIntersection.cpp | 44 SkDVector bLen = b[1] - b[0]; in intersectRay() local 51 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; in intersectRay() 55 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX; in intersectRay()
|
/third_party/skia/src/core/ |
H A D | SkStroke.cpp | 912 SkVector bLen = quadPts->fTangentEnd - end; 919 SkScalar denom = aLen.cross(bLen); 921 quadPts->fOppositeTangents = aLen.dot(bLen) < 0; 926 SkScalar numerA = bLen.cross(ab0); 955 quadPts->fOppositeTangents = aLen.dot(bLen) < 0;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 1997 int bLen = b.len - 1; in containsAll() 2004 if (needB && bPtr >= bLen) { in containsAll() 2013 if (bPtr >= bLen) { in containsAll() 2168 int bLen = b.len - 1; in containsNone() 2181 if (bPtr >= bLen) { in containsNone()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 1904 int bLen = b.len - 1; in containsAll() 1911 if (needB && bPtr >= bLen) { in containsAll() 1920 if (bPtr >= bLen) { in containsAll() 2072 int bLen = b.len - 1; in containsNone() 2085 if (bPtr >= bLen) { in containsNone()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 875 aLen = a.length, bLen = b.length, 879 while (i < aLen && j < bLen) {
|
/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/
... |