Home
last modified time | relevance | path

Searched refs:length16 (Results 1 – 13 of 13) 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.cpp464 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 …]
Duresbund.cpp1265 ures_toUTF8String(const UChar *s16, int32_t length16, in ures_toUTF8String() argument
1284 if (length16 == 0) { in ures_toUTF8String()
1297 if (capacity < length16) { in ures_toUTF8String()
1299 return u_strToUTF8(NULL, 0, pLength, s16, length16, status); in ures_toUTF8String()
1301 if (!forceCopy && (length16 <= 0x2aaaaaaa)) { in ures_toUTF8String()
1316 int32_t maxLength = 3 * length16 + 1; in ures_toUTF8String()
1322 return u_strToUTF8(dest, capacity, pLength, s16, length16, status); in ures_toUTF8String()
1331 int32_t length16; in ures_getUTF8String() local
1332 const UChar *s16 = ures_getString(resB, &length16, status); in ures_getUTF8String()
1333 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.c2879 int32_t length16, length8, i16, i8; in tres_getString() local
2883 length = &length16; in tres_getString()
2895 length16 = *length; in tres_getString()
2946 while(i16 < length16 && i8 < length8) { in tres_getString()
2947 U16_NEXT(s16, i16, length16, c16); in tres_getString()
2955 if(i16 < length16) { in tres_getString()
2957 resB, (long)idx, key, (long)length8, (long)length16); in tres_getString()
2961 resB, (long)idx, key, (long)length8, (long)length16); in tres_getString()
Dtrie2test.c1365 int32_t length16, length32; in testTrie2FromTrie1() local
1388 length16=utrie_serialize(newTrie1_16, memory1_16, sizeof(memory1_16), in testTrie2FromTrie1()
1392 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/pcre/dist2/src/
Dpcre2_jit_test.c1129 int length16; in regression_tests() local
1358length16 = convert_utf8_to_utf16((PCRE2_SPTR8)current->input, regtest_buf16, regtest_offsetmap16, … in regression_tests()
1360length16 = copy_char8_to_char16((PCRE2_SPTR8)current->input, regtest_buf16, REGTEST_MAX_LENGTH16); in regression_tests()
1362 return_value16[1] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1369 return_value16[0] = pcre2_match_16(re16, regtest_buf16, length16, in regression_tests()
1373 return_value16[0] = pcre2_jit_match_16(re16, regtest_buf16, length16, in regression_tests()
/external/icu/icu4c/source/test/intltest/
Dusettest.h184 const UChar *s16, int32_t length16,
Dusettest.cpp3251 const UChar *s16, int32_t length16, in testSpanBothUTFs() argument
3260 testSpan(sets, s16, length16, TRUE, whichSpans, expectLimits, expectCount, testName, index); in testSpanBothUTFs()
3270 const UChar *s16Limit=s16+length16; in testSpanBothUTFs()
3290 if(expect==length16) { in testSpanBothUTFs()
3831 int32_t length16=string16.length(); in TestStringSpan() local
3832 (void)length16; // Suppress set but not used warning. in TestStringSpan()
3852 length16=string16.length(); in TestStringSpan()
3869 length16=string16.length(); in TestStringSpan()
/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()