HomeSort by relevance Sort by last modified time
    Searched defs:CharsetMatch (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/i18n/
csmatch.h 23 * CharsetMatch represents the results produced by one Charset Recognizer for one input text
28 * CharsetMatch objects, each representing a possible matching charset.
33 class CharsetMatch : public UMemory
42 CharsetMatch();
45 * fully set the state of this CharsetMatch.
csmatch.cpp 23 CharsetMatch::CharsetMatch()
29 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf,
46 const char* CharsetMatch::getName()const
51 const char* CharsetMatch::getLanguage()const
56 int32_t CharsetMatch::getConfidence()const
61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetMatch.java 32 public class CharsetMatch implements Comparable<CharsetMatch> {
157 * Compare to other CharsetMatch objects.
161 * @param other the CharsetMatch object to compare against.
163 * confidence level of this CharsetMatch
166 * @throws ClassCastException if the argument is not a CharsetMatch.
169 public int compareTo (CharsetMatch other) {
182 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) {
187 // recognizer before using this CharsetMatch.
202 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetMatch.java 31 public class CharsetMatch implements Comparable<CharsetMatch> {
168 * Compare to other CharsetMatch objects.
172 * @param other the CharsetMatch object to compare against.
174 * confidence level of this CharsetMatch
177 * @throws ClassCastException if the argument is not a CharsetMatch.
181 public int compareTo (CharsetMatch other) {
194 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf) {
199 // recognizer before using this CharsetMatch.
214 CharsetMatch(CharsetDetector det, CharsetRecognizer rec, int conf, String csName, String lang)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 106 milliseconds