Home
last modified time | relevance | path

Searched defs:spanLength (Results 1 – 25 of 25) sorted by relevance

/third_party/icu/icu4c/source/common/
Dfilterednormalizer2.cpp67 int32_t spanLength=spanLimit-prevSpanLimit; in normalize() local
109 int32_t spanLength = set.spanUTF8(src, length, spanCondition); in normalizeUTF8() local
256 int32_t spanLength = set.spanUTF8(s, length, spanCondition); in isNormalizedUTF8() local
Dunisetspan.cpp197 makeSpanLengthByte(int32_t spanLength) { in makeSpanLengthByte()
228 int32_t i, spanLength; in UnicodeSetStringSpan() local
641 int32_t spanLength=spanSet.span(s, length, USET_SPAN_CONTAINED); in span() local
809 int32_t spanLength=length-pos; in spanBack() local
971 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8() local
1152 int32_t spanLength=length-pos; in spanBackUTF8() local
Dedits.cpp656 int32_t spanStart, spanLength; in findIndex() local
/third_party/skia/third_party/externals/icu/source/common/
Dfilterednormalizer2.cpp67 int32_t spanLength=spanLimit-prevSpanLimit; in normalize() local
109 int32_t spanLength = set.spanUTF8(src, length, spanCondition); in normalizeUTF8() local
256 int32_t spanLength = set.spanUTF8(s, length, spanCondition); in isNormalizedUTF8() local
Dunisetspan.cpp197 makeSpanLengthByte(int32_t spanLength) { in makeSpanLengthByte()
228 int32_t i, spanLength; in UnicodeSetStringSpan() local
641 int32_t spanLength=spanSet.span(s, length, USET_SPAN_CONTAINED); in span() local
809 int32_t spanLength=length-pos; in spanBack() local
971 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8() local
1152 int32_t spanLength=length-pos; in spanBackUTF8() local
Dedits.cpp656 int32_t spanStart, spanLength; in findIndex() local
/third_party/node/deps/icu-small/source/common/
Dfilterednormalizer2.cpp67 int32_t spanLength=spanLimit-prevSpanLimit; in normalize() local
109 int32_t spanLength = set.spanUTF8(src, length, spanCondition); in normalizeUTF8() local
256 int32_t spanLength = set.spanUTF8(s, length, spanCondition); in isNormalizedUTF8() local
Dunisetspan.cpp197 makeSpanLengthByte(int32_t spanLength) { in makeSpanLengthByte()
228 int32_t i, spanLength; in UnicodeSetStringSpan() local
641 int32_t spanLength=spanSet.span(s, length, USET_SPAN_CONTAINED); in span() local
809 int32_t spanLength=length-pos; in spanBack() local
971 int32_t spanLength=spanSet.spanUTF8((const char *)s, length, USET_SPAN_CONTAINED); in spanUTF8() local
1152 int32_t spanLength=length-pos; in spanBackUTF8() local
Dedits.cpp656 int32_t spanStart, spanLength; in findIndex() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeSetStringSpan.java114 int i, spanLength; in UnicodeSetStringSpan() local
399 int spanLength = spanLimit - start; in spanWithStrings() local
657 int spanLength = length - pos; in spanBack() local
938 static short makeSpanLengthByte(int spanLength) { in makeSpanLengthByte()
DBMPSet.java226 int spanLength = i - start; in span() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java110 int i, spanLength; in UnicodeSetStringSpan() local
402 int spanLength = spanLimit - start; in spanWithStrings() local
660 int spanLength = length - pos; in spanBack() local
941 static short makeSpanLengthByte(int spanLength) { in makeSpanLengthByte()
DBMPSet.java224 int spanLength = i - start; in span() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer2.java210 int spanLength=spanQuickCheckYes(src); in normalize() local
DFilteredNormalizer2.java221 int spanLength=spanLimit-prevSpanLimit; in normalize() local
DEdits.java579 int spanStart, spanLength; in findIndex() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNormalizer2.java222 int spanLength=spanQuickCheckYes(src); in normalize() local
DFilteredNormalizer2.java235 int spanLength=spanLimit-prevSpanLimit; in normalize() local
DEdits.java591 int spanStart, spanLength; in findIndex() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fColorClearTest.cpp188 int spanLength = (targetWidth - x); in iterate() local
/third_party/typescript/src/services/
Dclassifier.ts607 const spanLength = span.length; constant
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fColorClearTest.cpp188 int spanLength = (targetWidth - x); in iterate() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java244 int spanLength = containsSpanUTF16(set, s.substring(matchLimit), in containsSpanUTF16() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java247 int spanLength = containsSpanUTF16(set, s.substring(matchLimit), in containsSpanUTF16() local
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp2581 … int32_t spanLength=containsSpanUTF16(set, s+matchLimit, length-matchLimit, in containsSpanUTF16() local
2780 … int32_t spanLength=containsSpanUTF8(set, s+matchLimit, length-matchLimit, in containsSpanUTF8() local