Home | History | Annotate | Download | only in unicode

Lines Matching refs:US_STACKBUF_SIZE

3374     US_STACKBUF_SIZE= sizeof(void *)==4 ? 13 : 15, // Size of stack buffer for short strings
3399 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3446 UChar fRestOfStackBuffer[US_STACKBUF_SIZE-8];
3516 { return (fFlags&kUsingStackBuffer) ? US_STACKBUF_SIZE : fUnion.fFields.fCapacity; }