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

  /external/icu/icu4c/source/common/
unisetspan.cpp 195 makeSpanLengthByte(int32_t spanLength) {
197 return spanLength<0xfe ? (uint8_t)spanLength : (uint8_t)0xfe;
226 int32_t i, spanLength;
233 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
234 if(spanLength<length16) { // Relevant string.
312 spanLength=spanSet.span(s16, length16, USET_SPAN_CONTAINED);
313 if(spanLength<length16) { // Relevant string.
317 spanLengths[i]=makeSpanLengthByte(spanLength);
320 spanLength=length16-spanSet.spanBack(s16, length16, USET_SPAN_CONTAINED)
    [all...]
filterednormalizer2.cpp 63 int32_t spanLength=spanLimit-prevSpanLimit;
65 if(spanLength!=0) {
66 dest.append(src, prevSpanLimit, spanLength);
70 if(spanLength!=0) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 48 * Special spanLength short values. (since Java has not unsigned byte type)
52 /** The spanLength is >=0xfe. */
112 int i, spanLength;
117 spanLength = spanSet.span(string, SpanCondition.CONTAINED);
118 if (spanLength < length16) { // Relevant string.
160 spanLength = spanSet.span(string, SpanCondition.CONTAINED);
161 if (spanLength < length16) { // Relevant string.
165 spanLengths[i] = makeSpanLengthByte(spanLength);
168 spanLength = length16
170 spanLengths[spanBackLengthsOffset + i] = makeSpanLengthByte(spanLength);
    [all...]
BMPSet.java 225 int spanLength = i - start;
226 outCount.value = spanLength - numSupplementary; // number of code points
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 44 * Special spanLength short values. (since Java has not unsigned byte type)
48 /** The spanLength is >=0xfe. */
108 int i, spanLength;
113 spanLength = spanSet.span(string, SpanCondition.CONTAINED);
114 if (spanLength < length16) { // Relevant string.
156 spanLength = spanSet.span(string, SpanCondition.CONTAINED);
157 if (spanLength < length16) { // Relevant string.
161 spanLengths[i] = makeSpanLengthByte(spanLength);
164 spanLength = length16
166 spanLengths[spanBackLengthsOffset + i] = makeSpanLengthByte(spanLength);
    [all...]
BMPSet.java 223 int spanLength = i - start;
224 outCount.value = spanLength - numSupplementary; // number of code points
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 208 int spanLength=spanQuickCheckYes(src);
209 if(spanLength==src.length()) {
212 StringBuilder sb=new StringBuilder(src.length()).append(src, 0, spanLength);
213 return normalizeSecondAndAppend(sb, src.subSequence(spanLength, src.length())).toString();
FilteredNormalizer2.java 219 int spanLength=spanLimit-prevSpanLimit;
221 if(spanLength!=0) {
226 if(spanLength!=0) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer2.java 220 int spanLength=spanQuickCheckYes(src);
221 if(spanLength==src.length()) {
224 StringBuilder sb=new StringBuilder(src.length()).append(src, 0, spanLength);
225 return normalizeSecondAndAppend(sb, src.subSequence(spanLength, src.length())).toString();
FilteredNormalizer2.java 233 int spanLength=spanLimit-prevSpanLimit;
235 if(spanLength!=0) {
240 if(spanLength!=0) {
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 188 int spanLength = (targetWidth - x);
198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x);
213 spanLength = deMin32(spanLength, op.m_rect.x() - x);
221 for (int ndx = 0; ndx < spanLength; ndx++)
227 x += spanLength;
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 188 int spanLength = (targetWidth - x);
198 spanLength = deMin32(spanLength, op.m_rect.x() + op.m_rect.z() - x);
213 spanLength = deMin32(spanLength, op.m_rect.x() - x);
221 for (int ndx = 0; ndx < spanLength; ndx++)
227 x += spanLength;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 243 int spanLength = containsSpanUTF16(set, s.substring(matchLimit),
245 if ((matchLimit + spanLength) > maxSpanLimit) {
246 maxSpanLimit = matchLimit + spanLength;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 239 int spanLength = containsSpanUTF16(set, s.substring(matchLimit),
241 if ((matchLimit + spanLength) > maxSpanLimit) {
242 maxSpanLimit = matchLimit + spanLength;
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java     [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [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/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 4300 milliseconds