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

  /external/icu4c/test/intltest/
srchtest.h 19 struct SearchData;
20 typedef struct SearchData SearchData;
45 const SearchData *search);
46 UBool assertEqual(const SearchData *search);
47 UBool assertCanonicalEqual(const SearchData *search);
48 UBool assertEqualWithAttribute(const SearchData *search,
  /external/icu4c/test/cintltst/
usrchdat.c 26 struct SearchData {
38 typedef struct SearchData SearchData;
44 static const SearchData BASIC[] = {
71 static const SearchData BREAKITERATOREXACT[] = {
117 static const SearchData STRENGTH[] = {
180 static const SearchData VARIABLE[] = {
204 static const SearchData NORMEXACT[] = {
216 static const SearchData NONNORMEXACT[] = {
221 static const SearchData OVERLAP[] =
    [all...]

Completed in 17 milliseconds