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

/external/icu4c/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.h1544 inline int32_t internalGet(EDateFields field) const {return fFields[field];}
1558 inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}
1568 inline int32_t internalGet(UCalendarDateFields field) const {return fFields[field];}
1902 int32_t fFields[UCAL_FIELD_COUNT]; member in class:Calendar
2468 fFields[field] = value;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3412 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3416 // else fFields is used
3423 } fFields; member in union:UnicodeString::StackBufferOrFields
3477 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3481 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3488 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
3492 { return (fFlags&kUsingStackBuffer) ? US_STACKBUF_SIZE : fUnion.fFields.fCapacity; }
3521 return fUnion.fFields.fArray;
4185 fUnion.fFields.fLength = len;
4198 fUnion.fFields
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h1360 inline int32_t internalGet(EDateFields field) const {return fFields[field];}
1372 inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}
1382 inline int32_t internalGet(UCalendarDateFields field) const {return fFields[field];}
1707 int32_t fFields[UCAL_FIELD_COUNT]; member in class:Calendar
2237 fFields[field] = value;
/external/icu4c/common/unicode/
H A Dunistr.h3483 kUsingStackBuffer=2,// using fUnion.fStackBuffer instead of fUnion.fFields
3520 * - sizeof(fFields)
3523 * which is at least as large as sizeof(fFields) on 32-bit and 64-bit machines.
3524 * (Padding at the end of fFields is ok:
3539 // else fFields is used
3545 } fFields; member in union:UnicodeString::StackBufferOrFields
3548 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3602 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3606 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3623 { 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 295 milliseconds