MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isLatin1

Method isLatin1

src/eepp/core/string.cpp:1545–1547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1543}
1544
1545bool String::isLatin1() const {
1546 return isAsciiTpl<String::StringType, 255>( mString );
1547}
1548
1549bool String::isLatin1( String::View str ) {
1550 return isAsciiTpl<String::View, 255>( str );

Callers 1

UTESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

UTESTFunction · 0.64