Searched refs:FX_WSTRC (Results 1 – 3 of 3) sorted by relevance
27 wsMode = FX_WSTRC(L"rb"); in FXCRT_GetFileModeString()29 wsMode = FX_WSTRC(L"w+b"); in FXCRT_GetFileModeString()31 wsMode = FX_WSTRC(L"a+b"); in FXCRT_GetFileModeString()
392 if (filepath.Left(sizeof("Mac") - 1) == FX_WSTRC(L"Mac")) { in FILESPEC_EncodeFileName()
617 #define FX_WSTRC(wstr) CFX_WideStringC(wstr, FX_ArraySize(wstr) - 1) macro