HomeSort by relevance Sort by last modified time
    Searched full:unescapedstring (Results 1 - 1 of 1) sorted by null

  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 383 final String unescapedString;
385 unescapedString = VCardParserImpl_V40.unescapeCharacter(nextCh);
387 unescapedString = VCardParserImpl_V30.unescapeCharacter(nextCh);
393 unescapedString = VCardParserImpl_V21.unescapeCharacter(nextCh);
396 if (unescapedString != null) {
397 builder.append(unescapedString);
    [all...]

Completed in 1071 milliseconds