/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeSetStringSpan.java | 115 int length16 = string.length(); in UnicodeSetStringSpan() local 116 if (length16 == 0) { in UnicodeSetStringSpan() 123 if (spanLength < length16) { // Relevant string. in UnicodeSetStringSpan() 126 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) { in UnicodeSetStringSpan() 127 maxLength16 = length16; in UnicodeSetStringSpan() 166 int length16 = string.length(); in UnicodeSetStringSpan() local 168 if (spanLength < length16) { // Relevant string. in UnicodeSetStringSpan() 175 spanLength = length16 in UnicodeSetStringSpan() 176 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED); in UnicodeSetStringSpan() 193 c = string.codePointBefore(length16); in UnicodeSetStringSpan() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UnicodeSetStringSpan.java | 119 int length16 = string.length(); in UnicodeSetStringSpan() local 121 if (spanLength < length16) { // Relevant string. in UnicodeSetStringSpan() 124 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) { in UnicodeSetStringSpan() 125 maxLength16 = length16; in UnicodeSetStringSpan() 163 int length16 = string.length(); in UnicodeSetStringSpan() local 165 if (spanLength < length16) { // Relevant string. in UnicodeSetStringSpan() 172 spanLength = length16 in UnicodeSetStringSpan() 173 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED); in UnicodeSetStringSpan() 190 c = string.codePointBefore(length16); in UnicodeSetStringSpan() 410 int length16 = string.length(); in spanWithStrings() local [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unisetspan.cpp | 233 int32_t length16=string.length(); in UnicodeSetStringSpan() local 234 if (length16==0) { in UnicodeSetStringSpan() 238 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 239 if(spanLength<length16) { // Relevant string. in UnicodeSetStringSpan() 244 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan() 245 maxLength16=length16; in UnicodeSetStringSpan() 248 int32_t length8=getUTF8Length(s16, length16); in UnicodeSetStringSpan() 316 int32_t length16=string.length(); in UnicodeSetStringSpan() local 317 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 318 if(spanLength<length16 && length16>0) { // Relevant string. in UnicodeSetStringSpan() [all …]
|
D | unistr.cpp | 463 int32_t length16; in fromUTF32() local 465 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16, in fromUTF32() 470 result.releaseBuffer(length16); in fromUTF32() 472 capacity = length16 + 1; // +1 for the terminating NUL. in fromUTF32() 970 int32_t length16 = length(); in toUTF8() local 971 if(length16 != 0) { in toUTF8() 975 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, in toUTF8() 976 3*length16, in toUTF8() 982 getBuffer(), length16, in toUTF8() 992 getBuffer(), length16, in toUTF8() [all …]
|
D | uresbund.cpp | 1316 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument 1335 if (length16 == 0) { in ures_toUTF8String() 1348 if (capacity < length16) { in ures_toUTF8String() 1350 return u_strToUTF8(NULL, 0, pLength, s16, length16, status); in ures_toUTF8String() 1352 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1367 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String() 1373 return u_strToUTF8(dest, capacity, pLength, s16, length16, status); in ures_toUTF8String() 1382 int32_t length16; in ures_getUTF8String() local 1383 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() 1384 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | unisetspan.cpp | 233 int32_t length16=string.length(); in UnicodeSetStringSpan() local 234 if (length16==0) { in UnicodeSetStringSpan() 238 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 239 if(spanLength<length16) { // Relevant string. in UnicodeSetStringSpan() 244 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan() 245 maxLength16=length16; in UnicodeSetStringSpan() 248 int32_t length8=getUTF8Length(s16, length16); in UnicodeSetStringSpan() 316 int32_t length16=string.length(); in UnicodeSetStringSpan() local 317 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 318 if(spanLength<length16 && length16>0) { // Relevant string. in UnicodeSetStringSpan() [all …]
|
D | unistr.cpp | 463 int32_t length16; in fromUTF32() local 465 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16, in fromUTF32() 470 result.releaseBuffer(length16); in fromUTF32() 472 capacity = length16 + 1; // +1 for the terminating NUL. in fromUTF32() 970 int32_t length16 = length(); in toUTF8() local 971 if(length16 != 0) { in toUTF8() 975 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, in toUTF8() 976 3*length16, in toUTF8() 982 getBuffer(), length16, in toUTF8() 992 getBuffer(), length16, in toUTF8() [all …]
|
D | uresbund.cpp | 1367 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument 1386 if (length16 == 0) { in ures_toUTF8String() 1399 if (capacity < length16) { in ures_toUTF8String() 1401 return u_strToUTF8(NULL, 0, pLength, s16, length16, status); in ures_toUTF8String() 1403 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1418 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String() 1424 return u_strToUTF8(dest, capacity, pLength, s16, length16, status); in ures_toUTF8String() 1433 int32_t length16; in ures_getUTF8String() local 1434 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() 1435 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | unisetspan.cpp | 233 int32_t length16=string.length(); in UnicodeSetStringSpan() local 234 if (length16==0) { in UnicodeSetStringSpan() 238 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 239 if(spanLength<length16) { // Relevant string. in UnicodeSetStringSpan() 244 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan() 245 maxLength16=length16; in UnicodeSetStringSpan() 248 int32_t length8=getUTF8Length(s16, length16); in UnicodeSetStringSpan() 316 int32_t length16=string.length(); in UnicodeSetStringSpan() local 317 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 318 if(spanLength<length16 && length16>0) { // Relevant string. in UnicodeSetStringSpan() [all …]
|
D | unistr.cpp | 463 int32_t length16; in fromUTF32() local 465 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16, in fromUTF32() 470 result.releaseBuffer(length16); in fromUTF32() 472 capacity = length16 + 1; // +1 for the terminating NUL. in fromUTF32() 970 int32_t length16 = length(); in toUTF8() local 971 if(length16 != 0) { in toUTF8() 975 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, in toUTF8() 976 3*length16, in toUTF8() 982 getBuffer(), length16, in toUTF8() 992 getBuffer(), length16, in toUTF8() [all …]
|
D | uresbund.cpp | 1316 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument 1335 if (length16 == 0) { in ures_toUTF8String() 1348 if (capacity < length16) { in ures_toUTF8String() 1350 return u_strToUTF8(NULL, 0, pLength, s16, length16, status); in ures_toUTF8String() 1352 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1367 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String() 1373 return u_strToUTF8(dest, capacity, pLength, s16, length16, status); in ures_toUTF8String() 1382 int32_t length16; in ures_getUTF8String() local 1383 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() 1384 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unisetspan.cpp | 233 int32_t length16=string.length(); in UnicodeSetStringSpan() local 235 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 236 if(spanLength<length16) { // Relevant string. in UnicodeSetStringSpan() 241 if((which&UTF16) && length16>maxLength16) { in UnicodeSetStringSpan() 242 maxLength16=length16; in UnicodeSetStringSpan() 245 int32_t length8=getUTF8Length(s16, length16); in UnicodeSetStringSpan() 313 int32_t length16=string.length(); in UnicodeSetStringSpan() local 314 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() 315 if(spanLength<length16) { // Relevant string. in UnicodeSetStringSpan() 322 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED); in UnicodeSetStringSpan() [all …]
|
D | unistr.cpp | 464 int32_t length16; in fromUTF32() local 466 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16, in fromUTF32() 471 result.releaseBuffer(length16); in fromUTF32() 473 capacity = length16 + 1; // +1 for the terminating NUL. in fromUTF32() 971 int32_t length16 = length(); in toUTF8() local 972 if(length16 != 0) { in toUTF8() 976 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity, in toUTF8() 977 3*length16, in toUTF8() 983 getBuffer(), length16, in toUTF8() 993 getBuffer(), length16, in toUTF8() [all …]
|
D | uresbund.cpp | 1296 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument 1315 if (length16 == 0) { in ures_toUTF8String() 1328 if (capacity < length16) { in ures_toUTF8String() 1330 return u_strToUTF8(NULL, 0, pLength, s16, length16, status); in ures_toUTF8String() 1332 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String() 1347 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String() 1353 return u_strToUTF8(dest, capacity, pLength, s16, length16, status); in ures_toUTF8String() 1362 int32_t length16; in ures_getUTF8String() local 1363 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String() 1364 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String() [all …]
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | ucnvseltst.c | 450 int32_t length8, length16; in TestSelector() local 473 u_strFromUTF8(utf16, UPRV_LENGTHOF(utf16), &length16, s, length8, &status); in TestSelector() 483 verifyResult(ucnvsel_selectForString(sel_rt, utf16, length16, &status), manual_rt); in TestSelector() 484 verifyResult(ucnvsel_selectForString(sel_fb, utf16, length16, &status), manual_fb); in TestSelector()
|
D | creststn.c | 2931 int32_t length16, length8, i16, i8; in tres_getString() local 2935 length = &length16; in tres_getString() 2947 length16 = *length; in tres_getString() 2998 while(i16 < length16 && i8 < length8) { in tres_getString() 2999 U16_NEXT(s16, i16, length16, c16); in tres_getString() 3007 if(i16 < length16) { in tres_getString() 3009 resB, (long)idx, key, (long)length8, (long)length16); in tres_getString() 3013 resB, (long)idx, key, (long)length8, (long)length16); in tres_getString()
|
D | trie2test.c | 1342 int32_t length16, length32; in testTrie2FromTrie1() local 1365 length16=utrie_serialize(newTrie1_16, memory1_16, sizeof(memory1_16), in testTrie2FromTrie1() 1369 utrie_unserialize(&trie1_16, memory1_16, length16, &errorCode); in testTrie2FromTrie1()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string.cpp | 1203 uint32 length16 = 0; in Set_UTF16() local 1205 while (s [length16] != 0) in Set_UTF16() 1207 length16 = SafeUint32Add (length16, 1); in Set_UTF16() 1210 const uint16 *sEnd = s + length16; in Set_UTF16() 1213 SafeUint32Add (SafeUint32Mult (length16, 6), 1); in Set_UTF16()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | usettest.h | 186 const UChar *s16, int32_t length16,
|
D | usettest.cpp | 3281 const UChar *s16, int32_t length16, in testSpanBothUTFs() argument 3290 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs() 3300 const UChar *s16Limit=s16+length16; in testSpanBothUTFs() 3320 if(expect==length16) { in testSpanBothUTFs() 3861 int32_t length16=string16.length(); in TestStringSpan() local 3862 (void)length16; // Suppress set but not used warning. in TestStringSpan() 3882 length16=string16.length(); in TestStringSpan() 3899 length16=string16.length(); in TestStringSpan()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_test.c | 1178 int length16; in regression_tests() local 1409 …length16 = convert_utf8_to_utf16((PCRE2_SPTR8)current->input, regtest_buf16, regtest_offsetmap16, … in regression_tests() 1411 … length16 = copy_char8_to_char16((PCRE2_SPTR8)current->input, regtest_buf16, REGTEST_MAX_LENGTH16); in regression_tests() 1413 return_value16[1] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests() 1420 return_value16[0] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests() 1424 return_value16[0] = pcre2_jit_match_16(re16, regtest_buf16, length16, in regression_tests()
|
/third_party/icu/icu4c/source/test/perf/collperf2/ |
D | collperf2.cpp | 1364 int32_t length16 = d16->lengthOf(i); in getData8FromData16() local 1368 u_strToUTF8(NULL, 0, &length8, s16, length16, &status); in getData8FromData16() 1378 u_strToUTF8(d8->last(), capacity8, NULL, s16, length16, &status); in getData8FromData16()
|