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

  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresenceInfoParser.java 254 static public String getPhoneFromUri(String uriValue) {
255 if(uriValue == null){
259 int startIndex = uriValue.indexOf(":", 0);
260 int endIndex = uriValue.indexOf("@", startIndex);
262 logger.debug("getPhoneFromUri uriValue=" + uriValue +
265 String number = uriValue;
267 number = uriValue.substring(0, endIndex);
  /external/libxml2/
catalog.c 1148 xmlChar *uriValue;
1162 uriValue = xmlGetProp(cur, uriAttrName);
1163 if (uriValue == NULL) {
1171 if (uriValue != NULL)
1172 xmlFree(uriValue);
1177 URL = xmlBuildURI(uriValue, base);
1187 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1190 "%s entry '%s' broken ?: %s\n", name, uriAttrName, uriValue);
1194 if (uriValue != NULL)
1195 xmlFree(uriValue);
    [all...]
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2308 milliseconds