Searched defs:fFields (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h256 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
259 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
262 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity;
305 /** fStackBuffer is used iff fFlagAndLength>=0, else fFields is used */
310 } fFields; member in union:CollationKey::StackBufferOrFields
H A Dcalendar.h1545 inline int32_t internalGet(EDateFields field) const {return fFields[field];}
1559 inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}
1569 inline int32_t internalGet(UCalendarDateFields field) const {return fFields[field];}
1903 int32_t fFields[UCAL_FIELD_COUNT]; member in class:Calendar
2469 fFields[field] = value;
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h257 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
260 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
263 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity;
306 /** fStackBuffer is used iff fFlagAndLength>=0, else fFields is used */
311 } fFields; member in union:CollationKey::StackBufferOrFields
H A Dcalendar.h1545 inline int32_t internalGet(EDateFields field) const {return fFields[field];}
1559 inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}
1569 inline int32_t internalGet(UCalendarDateFields field) const {return fFields[field];}
1913 int32_t fFields[UCAL_FIELD_COUNT]; member in class:Calendar
2502 fFields[field] = value;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3481 kUsingStackBuffer=2,// using fUnion.fStackBuffer instead of fUnion.fFields
3518 * - sizeof(fFields)
3521 * which is at least as large as sizeof(fFields) on 32-bit and 64-bit machines.
3522 * (Padding at the end of fFields is ok:
3537 // else fFields is used
3543 } fFields; member in union:UnicodeString::StackBufferOrFields
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3604 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3621 { return fShortLength>=0 ? fShortLength : fUnion.fFields
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3481 kUsingStackBuffer=2,// using fUnion.fStackBuffer instead of fUnion.fFields
3518 * - sizeof(fFields)
3521 * which is at least as large as sizeof(fFields) on 32-bit and 64-bit machines.
3522 * (Padding at the end of fFields is ok:
3537 // else fFields is used
3543 } fFields; member in union:UnicodeString::StackBufferOrFields
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3604 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3621 { return fShortLength>=0 ? fShortLength : fUnion.fFields
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 310 milliseconds