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

/external/icu4c/common/unicode/
H A Dunistr.h3374 US_STACKBUF_SIZE= sizeof(void *)==4 ? 13 : 15, // Size of stack buffer for short strings enumerator in enum:UnicodeString::__anon5280
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; }

Completed in 120 milliseconds