Searched refs:formatName (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/libfs-13/
H A DFSFormatName.c41 CFTypeRef formatName; local
52 formatName = (void*)((NULL == __FSLocalizedNameTable) ? NULL : CFDictionaryGetValue(__FSLocalizedNameTable, (const void *)formatNameTableKey));
55 if (NULL == formatName) { // not in the cache
191 formatName = (void*)CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
192 if (formatName != NULL) {
193 (void)CFDictionarySetValue((void*)formatName, tempName, encrName);
196 formatName = tempName;
207 if (NULL == formatName) {
215 formatName = (void*)unknownFSNameString;
221 // NSLog(CFSTR("Setting value %@ for key %@\n"), formatName, formatNameTableKe
251 CFStringRef formatName = NULL; local
277 CFStringRef formatName = NULL; local
304 CFStringRef formatName = NULL; local
330 CFStringRef formatName = NULL; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dmsgfmt.h567 * arguments. If numbered, the formatName is the
573 * @param formatName the name or number specifying a format
577 virtual Format* getFormat(const UnicodeString& formatName, UErrorCode& status);
583 * arguments-- if numbered, the formatName is the
585 * If there is no matched formatName or wrong type,
587 * @param formatName Name of the subformat.
592 virtual void setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status);
598 * arguments-- if numbered, the formatName is the
600 * If there is no matched formatName or wrong type,
603 * @param formatName Nam
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkClipboard.c453 char *formatName = NULL;
495 formatName = Tcl_GetString(objv[i]);
517 if (formatName != NULL) {
518 format = Tk_InternAtom(tkwin, formatName);
446 char *formatName = NULL; local
H A DtkSelect.c838 char *formatName = NULL;
868 formatName = Tcl_GetString(objs[1]);
902 } else if (formatName != NULL) {
903 format = Tk_InternAtom(tkwin, formatName);
832 char *formatName = NULL; local
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkClipboard.c462 char *formatName = NULL;
505 formatName = Tcl_GetString(objv[i]);
527 if (formatName != NULL) {
528 format = Tk_InternAtom(tkwin, formatName);
455 char *formatName = NULL; local
H A DtkSelect.c847 char *formatName = NULL;
876 formatName = Tcl_GetString(objs[1]);
910 } else if (formatName != NULL) {
911 format = Tk_InternAtom(tkwin, formatName);
841 char *formatName = NULL; local
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DsnackDecls.h35 EXTERN int Snack_AddFileFormat _ANSI_ARGS_((char * formatName,
137 int (*snack_AddFileFormat) _ANSI_ARGS_((char * formatName, guessFileTypeProc * guessProc, getHeaderProc * GetHeaderProc, extensionFileTypeProc * extProc, putHeaderProc * PutHeaderProc, openProc * OpenProc, closeProc * CloseProc, readSamplesProc * ReadSamplesProc, writeSamplesProc * WriteSamplesProc, seekProc * SeekProc)); /* 3 */
H A DjkSound.h305 char *formatName; member in struct:SnackFileFormat
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dmsgfmt.cpp693 // Do nothing if there is no match of formatName.
695 MessageFormat::adoptFormat(const UnicodeString& formatName, argument
702 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
710 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
755 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { argument
758 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
764 if (argNameMatches(partIndex + 1, formatName, argNumber)) {
775 MessageFormat::setFormat(const UnicodeString& formatName, argument
780 int32_t argNumber = MessagePattern::validateArgumentName(formatName);
788 if (argNameMatches(partIndex + 1, formatName, argNumbe
[all...]

Completed in 149 milliseconds