Searched refs:uset_indexOf (Results 1 – 5 of 5) sorted by relevance
805 uset_indexOf(const USet* set, UChar32 c);
1571 #define uset_indexOf U_ICU_ENTRY_POINT_RENAME(uset_indexOf) macro
146 if (uset_indexOf(set, 0x0067) != 0) { in TestAPI()
846 …Of(\\u%04X)=%i uset_indexOf(\\u%04X)=%i\n", start, uset_indexOf(scripts[0], start), end, uset_inde… in findSetMatch()
226 uset_indexOf(const USet* set, UChar32 c) { in uset_indexOf() function