Home
last modified time | relevance | path

Searched defs:USearch (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Dusrchimp.h24 struct USearch { struct
26 const UChar *text;
27 int32_t textLength; // exact length
28 UBool isOverlap;
29 UBool isCanonicalMatch;
30 int16_t elementComparisonType;
31 UBreakIterator *internalBreakIter; //internal character breakiterator
32 UBreakIterator *breakIter;
37 int32_t matchedIndex;
61 struct USearch *search; argument
/external/chromium/third_party/icu/source/i18n/
Dusrchimp.h23 struct USearch { struct
25 const UChar *text;
26 int32_t textLength; // exact length
27 UBool isOverlap;
28 UBool isCanonicalMatch;
29 UBreakIterator *internalBreakIter; //internal character breakiterator
30 UBreakIterator *breakIter;
35 int32_t matchedIndex;
59 struct USearch *search; argument
/external/icu4c/i18n/unicode/
Dsearch.h35 typedef struct USearch USearch; typedef
/external/chromium/third_party/icu/public/i18n/unicode/
Dsearch.h35 typedef struct USearch USearch; typedef