[#BloombergLP-bdlb-CharType-isAll] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/CharType.adoc[CharType]::isAll :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `character` is in the `ALL` category (i.e., `[0‐377]`), and `false` otherwise. Note that this function always returns `true`, but is provide for completeness. == Synopsis Declared in `<bdlb_chartype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool isAll(char character); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#