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

  /external/icu/icu4c/source/common/
normalizer2.cpp 328 UnicodeString firstString(first, firstLength, firstCapacity);
329 firstLength=firstString.length(); // In case it was -1.
338 ReorderingBuffer buffer(n2wi->impl, firstString);
343 } // The ReorderingBuffer destructor finalizes firstString.
344 if(U_FAILURE(*pErrorCode) || firstString.length()>firstCapacity) {
358 n2->normalizeSecondAndAppend(firstString, secondString, *pErrorCode);
360 n2->append(firstString, secondString, *pErrorCode);
364 return firstString.extract(first, firstCapacity, *pErrorCode);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 743 * @param firstString The string following a parameter name and attributes.
752 private String getQuotedPrintablePart(String firstString)
766 if (firstString.trim().endsWith("=")) {
768 int pos = firstString.length() - 1;
769 while (firstString.charAt(pos) != '=') {
772 builder.append(firstString.substring(0, pos + 1));
794 return firstString;
802 * @param firstString The first line of the property.
806 private String getPotentialMultiline(String firstString) throws IOException {
808 builder.append(firstString);
    [all...]
VCardParserImpl_V30.java 300 protected String getBase64(final String firstString)
302 return firstString;
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 283 final ImapString firstString = parseBareString();
284 responseToDestroy.add(firstString);
  /packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapResponseParser.java 262 final ImapString firstString = parseBareString();
263 responseToDestroy.add(firstString);

Completed in 175 milliseconds