HomeSort by relevance Sort by last modified time
    Searched defs:textLen (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ValueParser.java 116 int textLen = length - 1;
121 valueIndex + 1, textLen);
303 int textLen = ctlv.getLength();
306 if (textLen == 0) {
310 textLen -= 1;
318 valueIndex + 1, (textLen * 8) / 7);
321 valueIndex + 1, textLen);
323 text = new String(rawValue, valueIndex + 1, textLen, "UTF-16");
  /frameworks/base/telephony/java/android/telephony/
SmsMessage.java 307 int textLen = text.length();
309 while (pos < textLen) {
314 nextPos = pos + Math.min(limit, textLen - pos);
321 nextPos = pos + Math.min(limit / 2, textLen - pos);
323 if ((nextPos <= pos) || (nextPos > textLen)) {
325 nextPos + " >= " + textLen + ")");
  /external/jdiff/src/jdiff/
RootDocToXML.java     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp     [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]
  /external/expat/lib/
xmlparse.c 192 int textLen; /* length in XML_Chars */
    [all...]

Completed in 382 milliseconds