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 {
37 typedef struct SearchData SearchData;
43 static const SearchData BASIC[] = {
70 static const SearchData BREAKITERATOREXACT[] = {
93 static const SearchData STRENGTH[] = {
117 static const SearchData VARIABLE[] = {
141 static const SearchData NORMEXACT[] = {
153 static const SearchData NONNORMEXACT[] = {
158 static const SearchData OVERLAP[] =
    [all...]

Completed in 33 milliseconds