/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | locale.pm | 1 package locale; package 7 locale - Perl pragma to use and avoid POSIX locales for built-in operations 13 use locale; 22 LC_COLLATE for string comparison). Each "use locale" or "no locale" 30 $locale::hint_bits = 0x4; 33 $^H |= $locale::hint_bits; 37 $^H &= ~$locale::hint_bits;
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CSrvDereg.java | 53 CSrvDereg(Locale locale, argument 70 this.initialize(locale, url, scopes, tags, auth); 76 void initialize(Locale locale, argument 85 new SLPHeaderV2(SrvLocHeader.SrvDereg, false, locale);
|
H A D | ServerAttribute.java | 60 ServerAttribute(String id_in, Vector values_in, Locale locale) argument 65 idPattern = new AttributeString(id, locale); 78 AttributeString as = new AttributeString(s, locale); 90 ServerAttribute(ServiceLocationAttribute attr, Locale locale) { argument 91 this(attr.id, attr.getValues(), locale);
|
H A D | AttributePattern.java | 79 AttributePattern(String str, Locale locale) { argument 81 super(str, locale);
|
H A D | CAttrMsg.java | 98 CAttrMsg(Locale locale, ServiceURL url, Vector scopes, Vector tags) argument 101 this.hdr = new SLPHeaderV2(SrvLocHeader.AttrRqst, false, locale); 110 CAttrMsg(Locale locale, ServiceType type, Vector scopes, Vector tags) argument 113 this.hdr = new SLPHeaderV2(SrvLocHeader.AttrRqst, false, locale);
|
H A D | CSrvReg.java | 55 Locale locale, 98 locale, 110 Locale locale, 119 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReg, fresh, locale); 54 CSrvReg(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument 109 initialize(boolean fresh, Locale locale, ServiceURL urlEntry, Vector scopes, Vector attrs, Hashtable URLSignatures, Hashtable attrSignatures) argument
|
H A D | CSrvTypeMsg.java | 108 CSrvTypeMsg(Locale locale, String na, Vector scopes) argument 112 new SLPHeaderV2(SrvLocHeader.SrvTypeRqst, false, locale);
|
H A D | SSAAdvert.java | 54 Locale locale, 70 hdr.locale = locale; 95 DATable.validateScopes(scopes, hdr.locale); 52 SSAAdvert(int version, short xid, Locale locale, ServiceURL url, Vector scopes, Vector attrs) argument
|
H A D | AttributeString.java | 54 Locale locale; // the locale in which this string was created. field in class:AttributeString 56 // Create an attribute string. Use the passed in locale to determine 62 locale = nlocale;
|
H A D | CSrvMsg.java | 113 CSrvMsg(Locale locale, argument 119 this.initialize(locale, serviceType, scopes, query); 126 initialize(Locale locale, argument 132 SLPHeaderV2 hdr = new SLPHeaderV2(SrvLocHeader.SrvReq, false, locale);
|
H A D | ServiceLocationManager.java | 66 * @param locale The Locale of the Locator object. Use null for default. 73 public static Locator getLocator(Locale locale) argument 77 if (locale == null) { 78 locale = config.getLocale(); 82 String lang = locale.getLanguage(); 96 locator = (Locator)getInstance(locatorClass, locale); 111 * @param locale The Locale of the Advertiser object. Use null for default. 118 public static Advertiser getAdvertiser(Locale locale) argument 121 if (locale == null) { 122 locale 293 getInstance(Class cobj, Locale locale) argument [all...] |
H A D | DATable.java | 359 static void validateScopes(Vector scopes, Locale locale) argument 400 str = str.toLowerCase(locale).trim();
|
H A D | SARequester.java | 58 private Locale locale; field in class:SARequester 63 Assert.nonNullParameter(nlocale, "locale"); 69 locale = nlocale; 94 * Return the Locator's locale object. All requests are made in 95 * this locale. 101 return locale; 107 * the Advertiser's locale. 145 * Add attributes to a service URL in the locale of the Advertiser. 167 * Delete the attributes from a service URL in the locale of 230 locale, [all...] |
H A D | SLPServerHeaderV2.java | 67 SLPServerHeaderV2(int functionCode, boolean fresh, Locale locale) argument 69 super(functionCode, fresh, locale); 298 " locale = ``" + locale + "''\n" + 327 DATable.validateScopes(scopes, locale);
|
H A D | ServerDATable.java | 67 // The table of regs to forward. Keys are the reg URL and locale, values 191 String key = makeKey(url, hdr.locale); // need locale also... 201 String key = makeKey(smsg.URL, hdr.locale); 253 private String makeKey(ServiceURL url, Locale locale) { argument 255 return url.toString() + "/" + locale.toString(); 437 serviceTable.getServiceRecord(regurl, hdr.locale); 488 String key = makeKey(regurl, hdr.locale); 567 hdr.locale, 577 CSrvDereg msg = new CSrvDereg(hdr.locale, [all...] |
H A D | ServiceLocationException.java | 56 * The DA did not have a registration in the language locale of 57 * the request, although it did have one in another language locale. 242 * Return the localized message, in the default locale. 253 public String getLocalizedMessage(Locale locale) { argument
|
H A D | ServiceStore.java | 108 * Return the locale in which this record is registered. 110 * @return The language locale in which this record is registered. 183 * @param locale The Locale. 196 Vector scopes, Locale locale, 201 * Deregister a ServiceURL from the database for every locale 203 * and locale deregistered, regardless of the number of scopes in 205 * same in each scope if the locale is the same. 226 * @param locale The Locale. 235 Vector scopes, Locale locale) 240 * Delete for every locale tha 195 register(ServiceURL url, Vector attrs, Vector scopes, Locale locale, Hashtable urlSig, Hashtable attrSig) argument 234 updateRegistration(ServiceURL url, Vector attrs, Vector scopes, Locale locale) argument 258 deleteAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument 312 findServices(String serviceType, Vector scopes, String query, Locale locale) argument 344 findAttributes(ServiceURL url, Vector scopes, Vector attrTags, Locale locale) argument 372 findAttributes(String serviceType, Vector scopes, Vector attrTags, Locale locale) argument 394 getServiceRecord(ServiceURL URL, Locale locale) argument [all...] |
H A D | UARequester.java | 56 private Locale locale; field in class:UARequester 60 Assert.nonNullParameter(nlocale, "locale"); 70 locale = nlocale; 74 * Return the Locator's locale object. All requests are made in 75 * this locale. 81 return locale; 143 * the query. The services are returned from the locale of the 213 * Return the attributes for the service URL, using the locale 317 * service type in the locale of the Locator. 420 DATable.validateScopes(scopes, locale); [all...] |
/osnet-11/usr/src/lib/libgen/common/ |
H A D | isencrypt.c | 33 #include <locale.h> 47 char *locale; local 63 locale = setlocale(LC_CTYPE, 0); 64 if (strcmp(locale, "C") == 0 || strcmp(locale, "ascii") == 0)
|
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | nl_langinfo.c | 1 /* nl_langinfo() replacement: query locale dependent information. 27 # include <locale.h> 40 const char *locale; local 43 locale = setlocale (LC_CTYPE, NULL); 44 if (locale != NULL && locale[0] != '\0') 46 /* If the locale name contains an encoding after the dot, return 48 const char *dot = strchr (locale, '.'); 81 /* The %Ex conversion in strftime behaves like %x if the locale does not 86 /* The %Ec conversion in strftime behaves like %c if the locale doe [all...] |
/osnet-11/usr/src/lib/libxcurses/src/libc/i18n/ |
H A D | m_text.c | 44 #include <locale.h> 52 static char *locale = NULL; /* remember locale loaded */ variable 120 nlocale = setlocale(LC_MESSAGES, NULL); /* Query current locale */ 123 || locale == NULL /* locale never set */ 124 || strcmp(locale, nlocale)!=0) { /* locale changed */ 127 if (locale != NULL && nlocale != NULL && domain != NULL 128 && strcmp(locale, nlocal [all...] |
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldapdelete.c | 32 #include <locale.h> 83 char *locale = setlocale(LC_ALL, ""); local
|
H A D | ldapmodrdn.c | 13 #include <locale.h> 17 #include <locale.h> 48 char *locale = setlocale(LC_ALL, ""); local
|
/osnet-11/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 51 char* locale; member in struct:State_s 119 * flush the cache if the locale changed 124 if ((s = setlocale(LC_CTYPE, NiL)) != matchstate.locale) 126 matchstate.locale = s;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | open.c | 23 #include <locale.h> 194 char *locale; local 196 locale = setlocale(LC_ALL, "");
|