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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
BytesDictionaryMatcher.java 18 class BytesDictionaryMatcher extends DictionaryMatcher {
22 public BytesDictionaryMatcher(byte[] chars, int transform) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BytesDictionaryMatcher.java 17 class BytesDictionaryMatcher extends DictionaryMatcher {
21 public BytesDictionaryMatcher(byte[] chars, int transform) {
  /external/icu/icu4c/source/common/
dictionarydata.h 118 class U_COMMON_API BytesDictionaryMatcher : public DictionaryMatcher {
123 BytesDictionaryMatcher(const char *c, int32_t t, UDataMemory *f)
125 virtual ~BytesDictionaryMatcher();
dictionarydata.cpp 89 BytesDictionaryMatcher::~BytesDictionaryMatcher() {
93 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
109 int32_t BytesDictionaryMatcher::getType() const {
113 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t limit,
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 438 milliseconds