Home
last modified time | relevance | path

Searched refs:ULScript_Latin (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
Dext_lang_enc.cc453 {"Latn", ULScript_Latin},
505 if (strcmp(src, "pt-BR") == 0) {return ULScript_Latin;} in GetLScriptFromNumberOrName()
506 if (strcmp(src, "pt-PT") == 0) {return ULScript_Latin;} in GetLScriptFromNumberOrName()
508 if (strcmp(src, "sit-NP") == 0) {return ULScript_Latin;} in GetLScriptFromNumberOrName()
513 if (src2 == NULL) {return ULScript_Latin;} in GetLScriptFromNumberOrName()
530 return ULScript_Latin; in GetLScriptFromNumberOrName()
Dletterscript_enum.h10 ULScript_Latin, enumerator
Dcldutil.h975 if (lscript == ULScript_Latin) {return 0;} in LScript4()
Dgetonescriptspan.cc547 if ((span->script == ULScript_Latin) || in LowerScriptSpan()
Dcompact_lang_det_impl.cc2156 {ULScript_Latin, ULScript_HanCJK, ULScript_Common, ULScript_Common}; in DetectLanguageSummaryV25()