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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3473 US_STACKBUF_SIZE= sizeof(void *)==4 ? 13 : 15, // Size of stack buffer for short strings enumerator in enum:UnicodeString::__anon12034
3498 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3545 UChar fRestOfStackBuffer[US_STACKBUF_SIZE-8];
3625 { return (fFlags&kUsingStackBuffer) ? US_STACKBUF_SIZE : fUnion.fFields.fCapacity; }
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3473 US_STACKBUF_SIZE= sizeof(void *)==4 ? 13 : 15, // Size of stack buffer for short strings enumerator in enum:UnicodeString::__anon21824
3498 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3545 UChar fRestOfStackBuffer[US_STACKBUF_SIZE-8];
3625 { return (fFlags&kUsingStackBuffer) ? US_STACKBUF_SIZE : fUnion.fFields.fCapacity; }

Completed in 189 milliseconds