tolower_w 1566 source3/include/proto.h smb_ucs2_t tolower_w( smb_ucs2_t val ); tolower_w 502 source3/lib/util_unistr.c smb_ucs2_t v = tolower_w(cp); tolower_w 584 source3/lib/util_unistr.c return (tolower_w(*(COPY_UCS2_CHAR(&cpa,a))) - tolower_w(*(COPY_UCS2_CHAR(&cpb,b)))); tolower_w 601 source3/lib/util_unistr.c return (len - n)?(tolower_w(*(COPY_UCS2_CHAR(&cpa,a))) - tolower_w(*(COPY_UCS2_CHAR(&cpb,b)))):0; tolower_w 869 source3/lib/util_unistr.c smb_ucs2_t uc = tolower_w(UCS2_CHAR(c));