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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryMatcher.java 13 * The DictionaryMatcher interface is used to allow arbitrary "types" of
16 abstract class DictionaryMatcher {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DictionaryMatcher.java 12 * The DictionaryMatcher interface is used to allow arbitrary "types" of
15 abstract class DictionaryMatcher {
  /external/icu/icu4c/source/common/
dictionarydata.h 67 class U_COMMON_API DictionaryMatcher : public UMemory {
69 DictionaryMatcher() {};
70 virtual ~DictionaryMatcher();
99 // Implementation of the DictionaryMatcher interface for a UCharsTrie dictionary
100 class U_COMMON_API UCharsDictionaryMatcher : public DictionaryMatcher {
115 // Implementation of the DictionaryMatcher interface for a BytesTrie dictionary
116 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
dictionarydata.cpp 32 DictionaryMatcher::~DictionaryMatcher() {
  /prebuilts/misc/common/icu4j/
icu4j.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 299 milliseconds