Home
last modified time | relevance | path

Searched refs:regStatus (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java1990 int regStatus = languageSupported(serviceType, scopes, lang); in findServices() local
1992 if (regStatus == NO_REGS_IN_LOCALE) { in findServices()
1999 } else if (regStatus == REGS_IN_LOCALE) { in findServices()
2109 int regStatus = in findAttributes() local
2112 if (regStatus == NO_REGS_IN_LOCALE) { in findAttributes()
2119 } else if (regStatus == REGS_IN_LOCALE) { in findAttributes()
2243 int regStatus = languageSupported(serviceType, scopes, lang); in findAttributes() local
2245 if (regStatus == NO_REGS_IN_LOCALE) { in findAttributes()
2252 } else if (regStatus == REGS_IN_LOCALE) { in findAttributes()