Searched refs:fArray (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dreslist.c196 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
339 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
344 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
348 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
349 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status);
352 *p16++ = (uint16_t)res->u.fArray.fCount;
353 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
356 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
505 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
509 *byteOffset += (1 + res->u.fArray
[all...]
H A Dreslist.h137 uint32_t *fArray; member in struct:SResIntVector
169 struct SResArray fArray; member in union:SResource::__anon1248
H A Dwrtjava.c334 if (res->u.fArray.fCount > 0) {
336 current = res->u.fArray.fFirst;
346 current = res->u.fArray.fFirst;
400 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
412 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
H A Dwrtxml.cpp692 current = res->u.fArray.fFirst;
735 len = itostr(buf, res->u.fIntVector.fArray[i], 10, 0);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfmtable.cpp199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
307 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
343 delete[] fValue.fArrayAndCount.fArray;
589 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
612 fValue.fArrayAndCount.fArray = array;
680 return fValue.fArrayAndCount.fArray;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dfmtable.h446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
702 Formattable* fArray; member in struct:Formattable::__anon970::__anon971
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunistr.cpp121 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
126 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
131 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1));
137 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
380 // have fArray point to the first UChar
381 fUnion.fFields.fArray = (UChar *)array;
386 fUnion.fFields.fArray = 0;
497 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
505 fUnion.fFields.fArray
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/gennorm2/
H A Dn2builder.cpp553 UChar32 charAt(int32_t i) const { return fArray[i]>>8; }
554 uint8_t ccAt(int32_t i) const { return (uint8_t)fArray[i]; }
561 fArray[fLength++]=(c<<8)|cc;
572 fArray[j]=fArray[j-1];
574 fArray[i]=(c<<8)|cc;
585 fArray[fLastStarterIndex]=composite<<8;
589 fArray[combMarkIndex]=fArray[combMarkIndex+1];
594 int32_t fArray[Normalizer2Imp member in class:BuilderReorderingBuffer
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h3387 // sets fArray, fCapacity, and fFlags
3482 kRefCounted=4, // there is a refCount field before the characters in fArray
3540 UChar *fArray; // the Unicode data member in struct:UnicodeString::StackBufferOrFields::__anon863
3541 int32_t fCapacity; // capacity of fArray (in UChars)
3542 int32_t fLength; // number of characters in fArray if >127; else undefined
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3604 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3654 return fUnion.fFields.fArray;
4278 fUnion.fFields.fArray = array;
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunistr.h3288 // sets fArray, fCapacity, and fFlags
3382 kUsingStackBuffer=2,// fArray==fStackBuffer
3383 kRefCounted=4, // there is a refCount field before the characters in fArray
3420 int32_t fLength; // number of characters in fArray if >127; else undefined
3421 UChar *fArray; // the Unicode data (aligned at 12B (32b pointers) or 16B (64b)) member in struct:UnicodeString::StackBufferOrFields::__anon5547
3422 int32_t fCapacity; // sizeof fArray
3477 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3481 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3521 return fUnion.fFields.fArray;
4191 fUnion.fFields.fArray
[all...]

Completed in 349 milliseconds