Home | History | Annotate | Download | only in common

Lines Matching full:farray

121 {  umtx_atomic_inc((int32_t *)fUnion.fFields.fArray - 1);}
125 { return umtx_atomic_dec((int32_t *)fUnion.fFields.fArray - 1);}
133 int32_t count = *((int32_t *)fUnion.fFields.fArray - 1);
141 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
381 // have fArray point to the first UChar
382 fUnion.fFields.fArray = (UChar *)array;
387 fUnion.fFields.fArray = 0;
498 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
506 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
522 // do not call setToBogus() here because fArray and fFlags are not consistent here
524 fUnion.fFields.fArray = 0;
694 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
701 // if(isBogus()) then fArray==0 and start==0 - u_strHasMoreChar32Than() checks for NULL
1060 fUnion.fFields.fArray = 0;
1251 // the following may change fArray but will not copy the current contents;
1252 // therefore we need to keep the current fArray
1276 // if fArray changed, then we need to copy everything except what will change
1282 // fArray did not change; copy only the portion that isn't changing, leaving a hole
1293 // delayed delete in case srcChars == fArray when we started, and
1534 oldArray = fUnion.fFields.fArray;
1572 fUnion.fFields.fArray = oldArray;