Searched refs:fValue (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfmtable.cpp101 fValue.fInt64 = 0;
123 fValue.fDate = date;
133 fValue.fDouble = value;
142 fValue.fInt64 = value;
152 fValue.fInt64 = value;
171 fValue.fString = new UnicodeString(stringToCopy);
182 fValue.fString = stringToAdopt;
189 fValue.fObject = objectToAdopt;
199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
200 fValue
[all...]
H A Dfmtable_cnv.cpp37 fValue.fString = new UnicodeString(stringToCopy);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dfmtable.h295 double getDouble(void) const { return fValue.fDouble; }
317 int32_t getLong(void) const { return (int32_t)fValue.fInt64; }
343 int64_t getInt64(void) const { return fValue.fInt64; }
368 UDate getDate() const { return fValue.fDate; }
388 { result=*fValue.fString; return result; }
446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
705 } fValue; member in class:Formattable
724 return fValue
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigEntry.h40 UInt32 fValue; member in class:IOConfigEntry
H A DIOConfigEntry.cpp96 entry->fValue = value;
H A DIOLocalConfigDirectory.cpp194 entry->fValue++;
246 val = entry->fValue;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dfldset.cpp160 fValue[i]=-1;
169 fValue[field] = -1;
176 fValue[field] = amount;
190 return fValue[field];
H A Dfldset.h211 int32_t fValue[U_FIELDS_SET_MAX]; member in class:FieldsSet
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.h144 uint32_t fValue; member in struct:SResInt
H A Dwrtjava.c434 len=itostr(buf, res->u.fIntValue.fValue, 10, 0);
H A Dwrtxml.cpp781 len = itostr(buf, res->u.fIntValue.fValue, 10, 0);
H A Dreslist.c1061 res->u.fIntValue.fValue = value;
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DMoviePlayer.c4261 float fValue; local
4295 fValue = *((float *) msg->parameter[0]);
4297 sprintf( strPara, " %f", RadiansToDegrees( fValue ) );
4301 fValue = *((float *) msg->parameter[0]);
4303 sprintf( strPara, " %f", RadiansToDegrees( fValue ) );
4307 fValue = *((float *) msg->parameter[0]);
4309 sprintf( strPara, " %f", RadiansToDegrees( fValue ) );

Completed in 206 milliseconds