Home
last modified time | relevance | path

Searched refs:length16 (Results 1 – 18 of 18) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUnicodeSetStringSpan.java119 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeSetStringSpan.java115 int length16 = string.length(); in UnicodeSetStringSpan() local
117 if (spanLength < length16) { // Relevant string. in UnicodeSetStringSpan()
120 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) { in UnicodeSetStringSpan()
121 maxLength16 = length16; in UnicodeSetStringSpan()
159 int length16 = string.length(); in UnicodeSetStringSpan() local
161 if (spanLength < length16) { // Relevant string. in UnicodeSetStringSpan()
168 spanLength = length16 in UnicodeSetStringSpan()
169 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED); in UnicodeSetStringSpan()
186 c = string.codePointBefore(length16); in UnicodeSetStringSpan()
406 int length16 = string.length(); in spanWithStrings() local
[all …]
/external/icu/icu4c/source/common/
Dunisetspan.cpp233 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 …]
Dunistr.cpp463 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 …]
Duresbund.cpp1307 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument
1326 if (length16 == 0) { in ures_toUTF8String()
1339 if (capacity < length16) { in ures_toUTF8String()
1341 return u_strToUTF8(NULL, 0, pLength, s16, length16, status); in ures_toUTF8String()
1343 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String()
1358 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String()
1364 return u_strToUTF8(dest, capacity, pLength, s16, length16, status); in ures_toUTF8String()
1373 int32_t length16; in ures_getUTF8String() local
1374 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String()
1375 return ures_toUTF8String(s16, length16, dest, pLength, forceCopy, status); in ures_getUTF8String()
[all …]
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c450 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()
Dcreststn.c2935 int32_t length16, length8, i16, i8; in tres_getString() local
2939 length = &length16; in tres_getString()
2951 length16 = *length; in tres_getString()
3002 while(i16 < length16 && i8 < length8) { in tres_getString()
3003 U16_NEXT(s16, i16, length16, c16); in tres_getString()
3011 if(i16 < length16) { in tres_getString()
3013 resB, (long)idx, key, (long)length8, (long)length16); in tres_getString()
3017 resB, (long)idx, key, (long)length8, (long)length16); in tres_getString()
Dtrie2test.c1342 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()
/external/dng_sdk/source/
Ddng_string.cpp1203 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()
/external/icu/icu4c/source/test/intltest/
Dusettest.h185 const UChar *s16, int32_t length16,
Dusettest.cpp3249 const UChar *s16, int32_t length16, in testSpanBothUTFs() argument
3258 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs()
3268 const UChar *s16Limit=s16+length16; in testSpanBothUTFs()
3288 if(expect==length16) { in testSpanBothUTFs()
3829 int32_t length16=string16.length(); in TestStringSpan() local
3830 (void)length16; // Suppress set but not used warning. in TestStringSpan()
3850 length16=string16.length(); in TestStringSpan()
3867 length16=string16.length(); in TestStringSpan()
/external/pcre/dist2/src/
Dpcre2_jit_test.c1174 int length16; in regression_tests() local
1405length16 = convert_utf8_to_utf16((PCRE2_SPTR8)current->input, regtest_buf16, regtest_offsetmap16, … in regression_tests()
1407length16 = copy_char8_to_char16((PCRE2_SPTR8)current->input, regtest_buf16, REGTEST_MAX_LENGTH16); in regression_tests()
1409 return_value16[1] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1416 return_value16[0] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1420 return_value16[0] = pcre2_jit_match_16(re16, regtest_buf16, length16, in regression_tests()
/external/llvm-project/llvm/test/CodeGen/X86/
Dmemcmp-minsize.ll375 define i32 @length16(i8* %X, i8* %Y) nounwind minsize {
376 ; X86-LABEL: length16:
386 ; X64-LABEL: length16:
Dmemcmp-optsize.ll491 define i32 @length16(i8* %X, i8* %Y) nounwind optsize {
492 ; X86-LABEL: length16:
502 ; X64-LABEL: length16:
Dmemcmp-pgso.ll491 define i32 @length16(i8* %X, i8* %Y) nounwind !prof !14 {
492 ; X86-LABEL: length16:
502 ; X64-LABEL: length16:
Dmemcmp.ll1246 define i32 @length16(i8* %X, i8* %Y) nounwind {
1247 ; X86-LABEL: length16:
1257 ; X64-LABEL: length16:
Dmemcmp-more-load-pairs.ll1115 define i32 @length16(i8* %X, i8* %Y) nounwind {
1116 ; X86-LABEL: length16:
1158 ; X64-LABEL: length16:
/external/icu/icu4c/source/test/perf/collperf2/
Dcollperf2.cpp1364 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()