Searched refs:localized (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/files-662.1.1/private/var/frontrow/Library/
H A DMakefile6 $(_v) $(INSTALL_FILE) -o 501 -c .localized "$(Destination)"
/macosx-10.10/files-662.1.1/private/var/mobile/Library/
H A DMakefile6 $(_v) $(INSTALL_FILE) -o 501 -c .localized "$(Destination)"
/macosx-10.10/files-662.1.1/private/var/root/Library/
H A DMakefile6 $(_v) $(INSTALL_FILE) -c .localized "$(Destination)"
/macosx-10.10/WebCore-7600.1.25/html/
H A DBaseDateAndTimeInputType.cpp148 String localized = element().locale().formatDateTime(date);
149 return localized.isEmpty() ? proposedValue : localized;
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptlib.h100 int localized; /* locale initialized */ member in struct:Optstate_s
H A Doptget.c945 if (!state.localized)
947 state.localized = 1;
/macosx-10.10/libfs-13/
H A DFSFormatName.h78 CFStringRef FSCopyFormatNameForFSType(CFStringRef fsType, int16_t fsSubtype, bool localized, bool encrypted);
H A DFSFormatName.c39 CFStringRef FSCopyFormatNameForFSType(CFStringRef fsType, int16_t fsSubtype, bool localized, bool encrypted) argument
47 // Create a key for cache localized name table (i.e. "0hfs0")
48 formatNameTableKey = CFStringCreateWithFormat(NULL, NULL, CFSTR("%d%@%d"), (localized ? 1 : 0), fsType, fsSubtype);
133 // Get localized FSPersonalities only if we want localized name
134 if (localized == true) {
145 if (((NULL != localPersonalities) || (localized == false)) && // localPersonalities or we don't want localizations
161 // access FSName from localized FSPersonalities
181 if (localized == true) {
212 if (NULL == unknownTypeString) unknownTypeString = CFCopyLocalizedString(UNKNOWN_FS_NAME, "This string is displayed when localized fil
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddecimfmt.h77 * "123 US dollars"). All of these flavors can be easily localized.
96 * // Print out a number with the localized number, currency and percent
133 * <strong>// Print out a number using the localized number, currency,
166 * For example, the '#' character is replaced by a localized digit. Often the
178 * <p>The characters listed here are used in non-localized patterns. Localized
182 * are not localized.
235 * <td>Prefix positive exponents with localized plus sign.
280 * subpattern, the negative subpattern is the localized minus sign prefixed to the
368 * characters starting with the localized zero digit defined in the
447 * formatted using the localized minu
[all...]
H A Dudat.h438 * Constant for <i>localized GMT/UTC format</i>, such as GMT+8:00 or HPG-8:00;
733 * This displays the localized GMT format.
1156 * @param localized TRUE if the pattern should be localized, FALSE otherwise.
1166 UBool localized,
1175 * @param localized TRUE if the pattern is localized, FALSE otherwise.
1183 UBool localized,
1207 /** The localized characters */
H A Dunum.h771 * @param localized TRUE if the pattern is localized, FALSE otherwise.
784 UBool localized,
1093 * @param isPatternLocalized TRUE if the pattern should be localized,
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSet.c909 CFStringRef localized; local
911 // if "Automatic", return localized name
912 localized = CFBundleCopyLocalizedString(bundle,
916 if (localized != NULL) {
918 setPrivate->name = localized;
1078 CFStringRef localized = NULL; local
1094 // if known, compare against localized name
1105 localized = CFBundleCopyLocalizedString(bundle,
1109 if (localized != NULL) {
1110 name = localized;
[all...]
H A DSCNetworkInterface.c99 static CFStringRef copy_interface_string (CFBundleRef bundle, CFStringRef key, Boolean localized);
159 NULL, // localized name
207 NULL, // localized name
1917 // localized name
2051 // localized name
2411 // localized name
2417 CFStringRef localized = NULL; local
2428 // set non-localized name
2445 // set localized name
2447 localized
5181 copy_interface_string(CFBundleRef bundle, CFStringRef key, Boolean localized) argument
5202 copy_display_name(SCNetworkInterfaceRef interface, Boolean localized, Boolean oldLocalization) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DPlatformLocale.cpp298 String Locale::convertFromLocalizedNumber(const String& localized) argument
301 String input = localized.stripWhiteSpace();
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimfmt.cpp1524 // the string length of localized name of NaN.
1644 // localized name of Infinite and the positive/negative localized
1738 // the string length of localized name of NaN.
2767 // As a last resort, look through the localized digits if the zero digit
3568 // Gets the pointer to the localized decimal format symbols
3577 // De-owning the current localized symbols and adopt the new symbols.
3606 // Setting the symbols is equlivalent to adopting a newly created localized
4071 * localized minus sign or the localized plu
[all...]
H A Dudat.cpp392 UBool localized,
410 if(localized)
414 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) {
428 UBool localized,
440 if(localized)
391 udat_toPattern( const UDateFormat *fmt, UBool localized, UChar *result, int32_t resultLength, UErrorCode *status) argument
427 udat_applyPattern( UDateFormat *format, UBool localized, const UChar *pattern, int32_t patternLength) argument
H A Dunum.cpp741 UBool localized,
765 if(localized) {
740 unum_applyPattern( UNumberFormat *fmt, UBool localized, const UChar *pattern, int32_t patternLength, UParseError *parseError, UErrorCode* status) argument
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsApple.js120 var localized = UIStringTable[developmentString];
122 return localized.replace(replaceString, replacementString);
124 if (localized)
125 return localized;
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm876 localized:
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm158 # We leave this a global because it has to be localized and localizing
1065 localized:
/macosx-10.10/screen-22/screen/
H A Dconfigure845 --enable-locale use localized month/day names

Completed in 416 milliseconds