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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 112 int length16 = string.length(); local
114 if (spanLength < length16) { // Relevant string.
117 if (/* (0 != (which & UTF16)) && */ length16 > maxLength16) {
118 maxLength16 = length16;
155 int length16 = string.length(); local
157 if (spanLength < length16) { // Relevant string.
164 spanLength = length16
165 - spanSet.spanBack(string, length16, SpanCondition.CONTAINED);
182 c = string.codePointBefore(length16);
402 int length16 = string.length() local
442 int length16 = string.length(); local
574 int length16 = string.length(); local
611 int length16 = string.length(); local
672 int length16 = string.length(); local
713 int length16 = string.length(); local
869 int length16 = string.length(); local
916 int length16 = string.length(); local
    [all...]
  /external/icu/icu4c/source/common/
unisetspan.cpp 231 int32_t length16=string.length(); local
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
234 if(spanLength<length16) { // Relevant string.
239 if((which&UTF16) && length16>maxLength16) {
240 maxLength16=length16;
243 int32_t length8=getUTF8Length(s16, length16);
311 int32_t length16=string.length(); local
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
313 if(spanLength<length16) { // Relevant string.
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED)
658 int32_t length16=string.length(); local
697 int32_t length16=string.length(); local
822 int32_t length16=string.length(); local
863 int32_t length16=string.length(); local
1366 int32_t length16=string.length(); local
1409 int32_t length16=string.length(); local
    [all...]
unistr.cpp 398 int32_t length16; local
400 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
405 result.releaseBuffer(length16);
407 capacity = length16 + 1; // +1 for the terminating NUL.
855 int32_t length16 = length(); local
856 if(length16 != 0) {
860 char *utf8 = sink.GetAppendBuffer(length16 < capacity ? length16 : capacity,
861 3*length16,
867 getBuffer(), length16,
1224 int32_t length16; local
    [all...]
uresbund.cpp 1327 int32_t length16; local
1649 int32_t length16; local
2026 int32_t length16; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 447 int32_t length8, length16; local
470 u_strFromUTF8(utf16, UPRV_LENGTHOF(utf16), &length16, s, length8, &status);
480 verifyResult(ucnvsel_selectForString(sel_rt, utf16, length16, &status), manual_rt);
481 verifyResult(ucnvsel_selectForString(sel_fb, utf16, length16, &status), manual_fb);
trie2test.c 1331 int32_t length16, length32; local
    [all...]
creststn.c 2874 int32_t length16, length8, i16, i8; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.h 175 const UChar *s16, int32_t length16,
usettest.cpp 3769 int32_t length16=string16.length(); local
    [all...]
  /external/pcre/dist/
pcre_jit_test.c 1146 int length16; local
    [all...]
  /external/icu/icu4c/source/test/perf/collperf2/
collperf2.cpp 1360 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 

Completed in 199 milliseconds