Home | History | Annotate | Download | only in common

Lines Matching refs: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);
382 // have fArray point to the first UChar
383 fUnion.fFields.fArray = (UChar *)array;
388 fUnion.fFields.fArray = 0;
499 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
507 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
523 // do not call setToBogus() here because fArray and fFlags are not consistent here
525 fUnion.fFields.fArray = 0;
695 // if(isBogus()) then fArray==0 and start==0 - u_countChar32() checks for NULL
702 // if(isBogus()) then fArray==0 and start==0 - u_strHasMoreChar32Than() checks for NULL
1073 fUnion.fFields.fArray = 0;
1240 fUnion.fFields.fArray += length;
1284 // the following may change fArray but will not copy the current contents;
1285 // therefore we need to keep the current fArray
1309 // if fArray changed, then we need to copy everything except what will change
1315 // fArray did not change; copy only the portion that isn't changing, leaving a hole
1326 // delayed delete in case srcChars == fArray when we started, and
1572 oldArray = fUnion.fFields.fArray;
1610 fUnion.fFields.fArray = oldArray;