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 small strings enumerator in enum:UnicodeString::__anon4727
3398 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3417 UChar fStackBuffer [US_STACKBUF_SIZE]; // buffer for small strings
3492 { return (fFlags&kUsingStackBuffer) ? US_STACKBUF_SIZE : fUnion.fFields.fCapacity; }

Completed in 74 milliseconds