Searched refs:p_base (Results 1 – 5 of 5) sorted by relevance
194 public URI(URI p_base, String p_uriSpec) throws MalformedURIException in URI() argument196 initialize(p_base, p_uriSpec); in URI()365 private void initialize(URI p_base, String p_uriSpec) in initialize() argument369 if (p_base == null in initialize()379 initialize(p_base); in initialize()392 if (p_base == null) in initialize()402 if(m_scheme != null && p_base != null) in initialize()418 …if(uriSpec.startsWith("/") || !m_scheme.equals(p_base.m_scheme) || !p_base.getSchemeSpecificPart()… in initialize()420 p_base = null; in initialize()468 if (p_base != null) in initialize()[all …]
197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException in URI() argument199 initialize(p_base, p_uriSpec); in URI()368 private void initialize(URI p_base, String p_uriSpec) in initialize() argument372 if (p_base == null in initialize()382 initialize(p_base); in initialize()395 if (p_base == null) in initialize()448 if (p_base != null) in initialize()460 m_scheme = p_base.getScheme(); in initialize()461 m_userinfo = p_base.getUserinfo(); in initialize()462 m_host = p_base.getHost(); in initialize()[all …]
13 @property(readonly) Base *p_base; property20 @property(readonly) Data *p_base; property25 @property(readonly) id p_base; property29 @property(readonly) ConstData *p_base; property
38 @property(assign) Base *p_base; property44 @property(assign) Data *p_base; property
192 const char *p_base = curr_pathname + FILESYSTEM_PREFIX_LEN (curr_pathname); in compute_curr_prefix() local196 while (p > p_base) in compute_curr_prefix()