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

Function ULScriptDeclaredName

cld2/internal/lang_script.cc:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147const char* ULScriptDeclaredName(ULScript ulscript) {
148 int i_ulscript = ulscript;
149 if (i_ulscript < 0) {i_ulscript = UNKNOWN_ULSCRIPT;}
150 if (i_ulscript >= NUM_ULSCRIPTS) {i_ulscript = UNKNOWN_ULSCRIPT;}
151 return kULScriptToCName[i_ulscript];
152}
153
154ULScriptRType ULScriptRecognitionType(ULScript ulscript) {
155 int i_ulscript = ulscript;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected