Searched refs:dLen (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lib/raczlib/ |
D | writer.go | 426 eLen, dLen, err := zlibcut.Cut(nil, cBytes, int(w.cChunkSize)) 431 if dLen == 0 { 435 if err := w.racWriter.AddChunk(uint64(dLen), cBytes[:eLen], 0, 0); err != nil { 439 w.uncompressed.advance(uint64(dLen))
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1143 int dLen = temp[1]; in matchToDelimiter() local 1160 pp.setIndex(dPos + dLen); in matchToDelimiter() 1177 temp = findText(text, delimiter, pluralFormatDelimiter, dPos + dLen); in matchToDelimiter() 1179 dLen = temp[1]; in matchToDelimiter()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRule.java | 1144 int dLen = temp[1]; in matchToDelimiter() local 1161 pp.setIndex(dPos + dLen); in matchToDelimiter() 1178 temp = findText(text, delimiter, pluralFormatDelimiter, dPos + dLen); in matchToDelimiter() 1180 dLen = temp[1]; in matchToDelimiter()
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 1183 int32_t dLen; in matchToDelimiter() local 1184 int32_t dPos = findText(text, delimiter, startPos, &dLen); in matchToDelimiter() 1208 pp.setIndex(dPos + dLen); in matchToDelimiter() 1226 dPos = findText(text, delimiter, dPos + dLen, &dLen); in matchToDelimiter()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 1183 int32_t dLen; in matchToDelimiter() local 1184 int32_t dPos = findText(text, delimiter, startPos, &dLen); in matchToDelimiter() 1208 pp.setIndex(dPos + dLen); in matchToDelimiter() 1226 dPos = findText(text, delimiter, dPos + dLen, &dLen); in matchToDelimiter()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.cpp | 1183 int32_t dLen; in matchToDelimiter() local 1184 int32_t dPos = findText(text, delimiter, startPos, &dLen); in matchToDelimiter() 1208 pp.setIndex(dPos + dLen); in matchToDelimiter() 1226 dPos = findText(text, delimiter, dPos + dLen, &dLen); in matchToDelimiter()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 1183 int32_t dLen; in matchToDelimiter() local 1184 int32_t dPos = findText(text, delimiter, startPos, &dLen); in matchToDelimiter() 1208 pp.setIndex(dPos + dLen); in matchToDelimiter() 1226 dPos = findText(text, delimiter, dPos + dLen, &dLen); in matchToDelimiter()
|