Searched defs:StrCmp (Results 1 – 12 of 12) sorted by relevance
31 #define StrCmp strcasecmp macro33 #define StrCmp stricmp macro
18 #define StrCmp strcasecmp macro20 #define StrCmp stricmp macro
84 #define StrCmp strncasecmp macro86 #define StrCmp strnicmp macro
307 private static final class StrCmp implements Comparator<String> class in CollationThaiTest315 StrCmp() throws Exception in StrCmp() method in CollationThaiTest.StrCmp
310 private static final class StrCmp implements Comparator<String> class in CollationThaiTest318 StrCmp() throws Exception in StrCmp() method in CollationThaiTest.StrCmp
32 #define StrCmp strcasecmp macro
16 #define StrCmp strncasecmp macro
347 StrCmp(const void *p1, const void *p2) { in StrCmp() function
163 # define StrCmp(X,Y) wcscmp(X,Y) macro166 # define StrCmp(X,Y) strcmp(X,Y) macro
228 #define StrCmp StrCmpW macro234 #define StrCmp lstrcmpA macro
305 void RunStrCmpTest(PointerToStrCmp StrCmp) { in RunStrCmpTest()