Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

ABKHAZIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
AFAR - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
AFRIKAANS - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
AKAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ALBANIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
AMHARIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ARABIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ARMENIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ASSAMESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
AYMARA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
AZERBAIJANI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

B

BASHKIR - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BASQUE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BELARUSIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BENGALI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BIHARI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BISLAMA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BOSNIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BRETON - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BULGARIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
BURMESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

C

CATALAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
CEBUANO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
CHEROKEE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
CHINESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
CHINESE_T - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
Cld2Detector - Class in com.hpe.caf.languagedetection.cld2
Cld2 implementation of LanguageDetector
Cld2Detector() - Constructor for class com.hpe.caf.languagedetection.cld2.Cld2Detector
 
Cld2DetectorProvider - Class in com.hpe.caf.languagedetection.cld2
Provider implementation returning a CLD2Detector object
Cld2DetectorProvider() - Constructor for class com.hpe.caf.languagedetection.cld2.Cld2DetectorProvider
 
Cld2Encoding - Enum in com.hpe.caf.languagedetection.cld2
Interface mapped to C++ Encoding Enum containing encodings and associated ordinals
Cld2Language - Interface in com.hpe.caf.languagedetection.cld2
Interface mapped to the CLD2 C++ Language Enum containing each language and its associated ordinal, which is used to get the language codes and names.
Cld2Library - Interface in com.hpe.caf.languagedetection.cld2
JNA Interface to access the C++ CLD2 methods
Cld2Result - Class in com.hpe.caf.languagedetection.cld2
Main result class of the Cld2 implementation of the language detector.
Cld2Result() - Constructor for class com.hpe.caf.languagedetection.cld2.Cld2Result
constructor setting up default values.
Cld2Tester - Class in com.hpe.caf.languagedetection.cld2
Created by smitcona on 30/11/2015.
Cld2Tester() - Constructor for class com.hpe.caf.languagedetection.cld2.Cld2Tester
 
Cld2Wrapper - Class in com.hpe.caf.languagedetection.cld2
Wrapper for the CLD2 library
Cld2Wrapper() - Constructor for class com.hpe.caf.languagedetection.cld2.Cld2Wrapper
Using JNA to load the libcld2 library and use the cld2Library object as an access point
com.hpe.caf.languagedetection.cld2 - package com.hpe.caf.languagedetection.cld2
 
contains(String) - Static method in enum com.hpe.caf.languagedetection.cld2.Cld2Encoding
 
CORSICAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
CROATIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
CZECH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

D

DANISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
detectLanguage(byte[], LanguageDetectorSettings) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Detector
Cld2 implementation of detectLanguage.
detectLanguage(byte[]) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Detector
calls the overload detectLanguage method with a default settings object with detectMultipleLanguages set to true
detectLanguage(InputStream, LanguageDetectorSettings) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Detector
Inputstream is converted to a byte array for CLD2 detection as it does not support InputStream.
detectLanguage(InputStream) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Detector
calls into the overloaded detectLanguage method passing in a default settings object with detectMultipleLanguages set to true.
DetectLanguageSummaryWithHints(byte[], int, boolean, String, int, int, int[], int[], int[], boolean[]) - Method in interface com.hpe.caf.languagedetection.cld2.Cld2Library
this is the method used in CLD2 to detect the language, passing in the hints and references (as java arrays) of the text buffer, language3, percent3, text_bytes and is_reliable fields
detectLanguageSummaryWithHints(byte[], LanguageDetectorSettings) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Wrapper
Using JNA, Calls into the cld2Library passing in the required fields to carry out the language detection.
DHIVEHI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
DUTCH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
DZONGKHA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

E

ENGLISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ESPERANTO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ESTONIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
EWE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

F

FAROESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
FIJIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
FINNISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
FRENCH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
FRISIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

G

GA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
GALICIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
GANDA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
GEORGIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
GERMAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
getConfidences() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getEncoding_hint() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getEnums() - Static method in enum com.hpe.caf.languagedetection.cld2.Cld2Encoding
 
getFlags() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getLanguage3() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getLanguage_hint() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getLanguageCodes() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getLanguageDetector() - Method in class com.hpe.caf.languagedetection.cld2.Cld2DetectorProvider
returns a new CLD2Detector object
getLanguageNames() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getPercent3() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getTextBytes() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getTld_hint() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
getValue() - Method in enum com.hpe.caf.languagedetection.cld2.Cld2Encoding
 
getValueFromString(String) - Static method in enum com.hpe.caf.languagedetection.cld2.Cld2Encoding
Converts code passed in to Cld2Encoding enum and returns the value.
GREEK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
GREENLANDIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
GUARANI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
GUJARATI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

H

HAITIAN_CREOLE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
HAUSA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
HAWAIIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
HEBREW - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
HINDI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
HMONG - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
HUNGARIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

I

ICELANDIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
IGBO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
INDONESIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
INTERLINGUA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
INTERLINGUE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
INUKTITUT - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
INUPIAK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
IRISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
isPlainText() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
isReliable() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
isValid() - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
ITALIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

J

JAPANESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
JAVANESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

K

KANNADA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KASHMIRI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KAZAKH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KHASI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KHMER - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KINYARWANDA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KOREAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KRIO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KURDISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
KYRGYZ - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

L

LAOTHIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LATIN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LATVIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LIMBU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LINGALA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LITHUANIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LOZI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LUBA_LULUA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LUO_KENYA_AND_TANZANIA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
LUXEMBOURGISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

M

MACEDONIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
main(String[]) - Static method in class com.hpe.caf.languagedetection.cld2.Cld2Tester
 
MALAGASY - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MALAY - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MALAYALAM - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MALTESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MANX - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MAORI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MARATHI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MAURITIAN_CREOLE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MONGOLIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
MONTENEGRIN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

N

NAURU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
NDEBELE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
NEPALI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
NEWARI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
NORWEGIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
NORWEGIAN_N - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
NUM_LANGUAGES - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
NYANJA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

O

OCCITAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ORIYA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
OROMO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
OSSETIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

P

PAMPANGA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
PASHTO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
PEDI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
PERSIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
POLISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
PORTUGUESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
PUNJABI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

Q

QUECHUA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

R

RAJASTHANI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
RHAETO_ROMANCE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ROMANIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
RUNDI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
RUSSIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

S

SAMOAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SANGO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SANSKRIT - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SCOTS - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SCOTS_GAELIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SERBIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SESELWA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SESOTHO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
setEncoding_hint(int) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setFlags(int) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setIsPlainText(boolean) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setIsReliable(boolean[]) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setLanguage3(int[]) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setLanguage_hint(int) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setLanguageCodes(String[]) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setLanguageNames(String[]) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setPercent3(int[]) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setTextBytes(int[]) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setTld_hint(String) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
setValid(boolean) - Method in class com.hpe.caf.languagedetection.cld2.Cld2Result
 
SHONA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SINDHI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SINHALESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SISWANT - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SLOVAK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SLOVENIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SOMALI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SPANISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SUNDANESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SWAHILI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SWEDISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
SYRIAC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

T

TAGALOG - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TAJIK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TAMIL - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TATAR - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TELUGU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TG_UNKNOWN_LANGUAGE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
THAI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TIBETAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TIGRINYA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TONGA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TSONGA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TSWANA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TUMBUKA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TURKISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TURKMEN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
TWI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

U

UIGHUR - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
UKRAINIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
UNKNOWN_LANGUAGE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
URDU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
UZBEK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

V

valueOf(String) - Static method in enum com.hpe.caf.languagedetection.cld2.Cld2Encoding
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hpe.caf.languagedetection.cld2.Cld2Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
VENDA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
VIETNAMESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
VOLAPUK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

W

WARAY_PHILIPPINES - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
WELSH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
WOLOF - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

X

X_116 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_124 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_125 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_126 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_127 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_183 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_184 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_185 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_186 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_187 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_188 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_189 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_190 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_191 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_192 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_193 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_194 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_195 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_196 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_197 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_198 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_199 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_200 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_201 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_202 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_203 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_204 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_205 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_206 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_207 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_208 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_209 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_210 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_211 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_212 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_213 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_214 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_215 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_216 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_217 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_218 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_219 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_220 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_221 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_222 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_223 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_224 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_225 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_226 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_227 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_228 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_229 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_230 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_231 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_232 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_233 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_234 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_235 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_236 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_237 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_238 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_239 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_240 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_241 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_242 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_243 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_244 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_245 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_246 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_247 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_248 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_249 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_250 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_251 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_252 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_253 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_254 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_255 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_256 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_257 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_258 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_259 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_260 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_261 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_262 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_263 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_264 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_265 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_266 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_267 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_268 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_269 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_270 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_271 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_272 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_273 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_274 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_275 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_276 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_277 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_278 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_279 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_280 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_281 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_282 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_283 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_284 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_285 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_286 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_287 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_288 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_289 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_290 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_291 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_292 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_293 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_294 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_295 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_296 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_297 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_298 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_299 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_300 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_301 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_302 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_303 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_304 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_305 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_306 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_307 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_308 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_309 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_310 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_311 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_312 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_313 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_314 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_315 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_316 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_317 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_318 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_319 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_320 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_321 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_322 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_323 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_324 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_325 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_326 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_327 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_328 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_329 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_330 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_331 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_332 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_333 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_334 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_335 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_336 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_337 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_338 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_339 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_340 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_341 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_342 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_343 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_344 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_345 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_346 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_347 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_348 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_349 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_350 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_351 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_352 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_353 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_354 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_355 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_356 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_357 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_358 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_359 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_360 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_361 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_362 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_363 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_364 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_365 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_366 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_367 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_368 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_369 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_370 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_371 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_372 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_373 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_374 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_375 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_376 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_377 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_378 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_379 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_380 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_381 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_382 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_383 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_384 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_385 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_386 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_387 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_388 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_389 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_390 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_391 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_392 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_393 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_394 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_395 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_396 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_397 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_398 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_399 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_400 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_401 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_402 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_403 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_404 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_405 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_406 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_407 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_408 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_409 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_410 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_411 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_412 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_413 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_414 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_415 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_416 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_417 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_418 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_419 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_420 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_421 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_422 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_423 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_424 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_425 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_426 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_427 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_428 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_429 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_430 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_431 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_432 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_433 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_434 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_435 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_436 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_437 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_438 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_439 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_440 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_441 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_442 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_443 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_444 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_445 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_446 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_447 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_448 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_449 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_450 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_451 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_452 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_453 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_454 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_455 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_456 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_457 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_458 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_459 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_460 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_461 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_462 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_463 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_464 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_465 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_466 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_467 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_468 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_469 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_470 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_471 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_472 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_473 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_474 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_475 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_476 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_477 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_478 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_479 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_480 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_481 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_482 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_483 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_484 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_485 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_486 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_487 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_488 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_489 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_490 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_491 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_492 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_493 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_494 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_495 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_496 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_497 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_498 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_499 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_500 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_501 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_502 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_503 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_504 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_505 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_81 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_82 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_92 - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_ARABIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_ARMENIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_AVESTAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BALINESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BAMUM - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BATAK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BENGALI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BOPOMOFO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BORK_BORK_BORK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BRAHMI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BRAILLE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BUGINESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_BUHID - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CANADIAN_ABORIGINAL - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CARIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CHAKMA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CHAM - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CHEROKEE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_COMMON - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_COPTIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CUNEIFORM - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CYPRIOT - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_CYRILLIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_DESERET - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_DEVANAGARI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_EGYPTIAN_HIEROGLYPHS - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_ELMER_FUDD - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_ETHIOPIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_GEORGIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_GLAGOLITIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_GOTHIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_GREEK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_GUJARATI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_GURMUKHI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_HACKER - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_HAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_HANGUL - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_HANUNOO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_HEBREW - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_HIRAGANA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_IMPERIAL_ARAMAIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_INHERITED - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_INSCRIPTIONAL_PAHLAVI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_INSCRIPTIONAL_PARTHIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_JAVANESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_KAITHI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_KANNADA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_KATAKANA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_KAYAH_LI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_KHAROSHTHI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_KHMER - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_KLINGON - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LAO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LATIN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LEPCHA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LIMBU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LINEAR_B - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LISU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LYCIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_LYDIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MALAYALAM - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MANDAIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MEETEI_MAYEK - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MEROITIC_CURSIVE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MEROITIC_HIEROGLYPHS - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MIAO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MONGOLIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_MYANMAR - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_NEW_TAI_LUE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_NKO - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_OGHAM - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_OL_CHIKI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_OLD_ITALIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_OLD_PERSIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_OLD_SOUTH_ARABIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_OLD_TURKIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_ORIYA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_OSMANYA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_PHAGS_PA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_PHOENICIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_PIG_LATIN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_REJANG - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_RUNIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SAMARITAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SAURASHTRA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SHARADA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SHAVIAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SINHALA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SORA_SOMPENG - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SUNDANESE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SYLOTI_NAGRI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_SYRIAC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TAGALOG - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TAGBANWA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TAI_LE - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TAI_THAM - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TAI_VIET - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TAKRI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TAMIL - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TELUGU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_THAANA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_THAI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TIBETAN - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_TIFINAGH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_UGARITIC - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_VAI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
X_YI - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
XHOSA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

Y

YIDDISH - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
YORUBA - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

Z

ZHUANG - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 
ZULU - Static variable in interface com.hpe.caf.languagedetection.cld2.Cld2Language
 

_

_ZN4CLD212LanguageCodeENS_8LanguageE(int) - Method in interface com.hpe.caf.languagedetection.cld2.Cld2Library
To get language code from kLanguageToCode array in CLD2
_ZN4CLD212LanguageNameENS_8LanguageE(int) - Method in interface com.hpe.caf.languagedetection.cld2.Cld2Library
To get language name from kLanguageToName array in CLD2
_ZN4CLD219GetLanguageFromNameEPKc(String) - Method in interface com.hpe.caf.languagedetection.cld2.Cld2Library
To get language number from kNameToLanguage array in CLD2
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Copyright © 2015–2017 Hewlett Packard Enterprise Development LP. All rights reserved.