HomeSort by relevance Sort by last modified time
    Searched refs:length16 (Results 1 - 17 of 17) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 119 int length16 = string.length(); local
121 if (spanLength < length16) { // Relevant string.
124 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) {
125 maxLength16 = length16;
163 int length16 = string.length(); local
165 if (spanLength < length16) { // Relevant string.
172 spanLength = length16
173 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED);
190 c = string.codePointBefore(length16);
410 int length16 = string.length() local
450 int length16 = string.length(); local
582 int length16 = string.length(); local
619 int length16 = string.length(); local
680 int length16 = string.length(); local
721 int length16 = string.length(); local
877 int length16 = string.length(); local
924 int length16 = string.length(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 115 int length16 = string.length(); local
117 if (spanLength < length16) { // Relevant string.
120 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) {
121 maxLength16 = length16;
159 int length16 = string.length(); local
161 if (spanLength < length16) { // Relevant string.
168 spanLength = length16
169 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED);
186 c = string.codePointBefore(length16);
406 int length16 = string.length() local
446 int length16 = string.length(); local
578 int length16 = string.length(); local
615 int length16 = string.length(); local
676 int length16 = string.length(); local
717 int length16 = string.length(); local
873 int length16 = string.length(); local
920 int length16 = string.length(); local
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.cpp 233 int32_t length16=string.length(); local
235 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
236 if(spanLength<length16) { // Relevant string.
241 if((which&UTF16) && length16>maxLength16) {
242 maxLength16=length16;
245 int32_t length8=getUTF8Length(s16, length16);
313 int32_t length16=string.length(); local
314 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
315 if(spanLength<length16) { // Relevant string.
322 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED)
660 int32_t length16=string.length(); local
699 int32_t length16=string.length(); local
824 int32_t length16=string.length(); local
865 int32_t length16=string.length(); local
1368 int32_t length16=string.length(); local
1411 int32_t length16=string.length(); local
    [all...]
unistr.cpp 464 int32_t length16; local
466 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
471 result.releaseBuffer(length16);
473 capacity = length16 + 1; // +1 for the terminating NUL.
971 int32_t length16 = length(); local
972 if(length16 != 0) {
976 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
977 3*length16,
983 getBuffer(), length16,
1340 int32_t length16; local
    [all...]
uresbund.cpp 1330 int32_t length16; local
1653 int32_t length16; local
2121 int32_t length16; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 449 int32_t length8, length16; local
472 u_strFromUTF8(utf16, UPRV_LENGTHOF(utf16), &length16, s, length8, &status);
482 verifyResult(ucnvsel_selectForString(sel_rt, utf16, length16, &status), manual_rt);
483 verifyResult(ucnvsel_selectForString(sel_fb, utf16, length16, &status), manual_fb);
trie2test.c 1333 int32_t length16, length32; local
    [all...]
creststn.c 2877 int32_t length16, length8, i16, i8; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.h 182 const UChar *s16, int32_t length16,
usettest.cpp 3826 int32_t length16=string16.length(); local
    [all...]
  /external/dng_sdk/source/
dng_string.cpp 1203 uint32 length16 = 0; local
1205 while (s [length16] != 0)
1207 length16 = SafeUint32Add (length16, 1);
1210 const uint16 *sEnd = s + length16;
1213 SafeUint32Add (SafeUint32Mult (length16, 6), 1);
    [all...]
  /external/pcre/dist2/src/
pcre2_jit_test.c 1129 int length16; local
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 1364 int32_t length16 = d16->lengthOf(i); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 953 milliseconds