MCPcopy Create free account
hub / github.com/aboSamoor/pycld2 / ExtLanguageDeclaredName

Function ExtLanguageDeclaredName

cld2/internal/lang_script.cc:253–255  ·  view source on GitHub ↗

Given the Language, returns its Language enum spelling, for use by programs that create C declarations, e.g. "KOREAN" "UNKNOWN_LANGUAGE" if the input is invalid.

Source from the content-addressed store, hash-verified

251// programs that create C declarations, e.g. "KOREAN"
252// "UNKNOWN_LANGUAGE" if the input is invalid.
253const char* ExtLanguageDeclaredName(const Language lang) {
254 return LanguageDeclaredName(lang);
255}
256
257
258extern const int kCloseSetSize = 10;

Callers

nothing calls this directly

Calls 1

LanguageDeclaredNameFunction · 0.85

Tested by

no test coverage detected