Searched refs:U_STRCHR (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du16-strstr.c27 #define U_STRCHR u16_strchr macro
H A Du32-strstr.c25 #define U_STRCHR u32_strchr macro
H A Du8-strstr.c27 #define U_STRCHR u8_strchr macro
H A Du16-strpbrk.c26 #define U_STRCHR u16_strchr macro
H A Du8-strpbrk.c26 #define U_STRCHR u8_strchr macro
H A Du16-strcspn.c27 #define U_STRCHR u16_strchr macro
H A Du16-strspn.c28 #define U_STRCHR u16_strchr macro
H A Du8-strcspn.c27 #define U_STRCHR u8_strchr macro
H A Du8-strspn.c28 #define U_STRCHR u8_strchr macro
H A Du-strpbrk.h28 return U_STRCHR (str, uc);
40 if (U_STRCHR (accept, uc))
H A Du32-strpbrk.c25 #define U_STRCHR u32_strchr macro
46 if (U_STRCHR (accept, *ptr))
H A Du32-strspn.c25 #define U_STRCHR u32_strchr macro
46 if (!U_STRCHR (accept, *ptr))
H A Du-strcspn.h29 const UNIT *found = U_STRCHR (str, uc);
48 if (U_STRCHR (reject, uc))
H A Du32-strcspn.c26 #define U_STRCHR u32_strchr macro
47 if (U_STRCHR (reject, *ptr))
H A Du-strstr.h29 return U_STRCHR (haystack, first);
H A Du-strspn.h48 if (!U_STRCHR (accept, uc))

Completed in 170 milliseconds