ReactOS 0.4.16-dev-937-g7afcd2a
ismbsle.cpp File Reference
#include <corecrt_internal_mbstring.h>
#include <locale.h>
Include dependency graph for ismbsle.cpp:

Go to the source code of this file.

Functions

int __cdecl _ismbslead_l (const unsigned char *string, const unsigned char *current, _locale_t plocinfo)
 
 int (__cdecl _ismbslead)(const unsigned char *string
 

Variables

const unsigned charcurrent
 

Function Documentation

◆ _ismbslead_l()

int __cdecl _ismbslead_l ( const unsigned char string,
const unsigned char current,
_locale_t  plocinfo 
)

Definition at line 42 of file ismbsle.cpp.

47{
48 /* validation section */
49 _VALIDATE_RETURN(string != nullptr, EINVAL, 0);
50 _VALIDATE_RETURN(current != nullptr, EINVAL, 0);
51
52 _LocaleUpdate _loc_update(plocinfo);
53
54 if (_loc_update.GetLocaleT()->mbcinfo->ismbcodepage == 0)
55 return 0;
56
57 while (string <= current && *string) {
58 if ( _ismbblead_l((*string), _loc_update.GetLocaleT()) ) {
59 if (string++ == current) /* check lead byte */
60 return -1;
61 if (!(*string))
62 return 0;
63 }
64 ++string;
65 }
66
67 return 0;
68}
#define EINVAL
Definition: acclib.h:90
#define _ismbblead_l(_c, p)
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
_locale_t plocinfo
Definition: ismbbyte.cpp:75
const unsigned char * current
Definition: ismbsle.cpp:74
char string[160]
Definition: util.h:11

◆ int()

int ( __cdecl  _ismbslead) const

Variable Documentation

◆ current

const unsigned char* current
Initial value:
{
return _ismbslead_l(string, current, nullptr)
int __cdecl _ismbslead_l(const unsigned char *string, const unsigned char *current, _locale_t plocinfo)
Definition: ismbsle.cpp:42

Definition at line 72 of file ismbsle.cpp.

Referenced by _initterm(), _ismbslead_l(), _ismbstrail(), _ismbstrail_l(), _mbsdec(), _mbsdec_l(), _mbsinc(), _mbsinc_l(), _RTC_CheckStackVars2(), _svcauth_des(), apply_patch(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::base(), CcRosCreateVacb(), CcRosFlushDirtyPages(), CcRosFreeOneUnusedVacb(), CcRosGetVacb(), CcRosLookupVacb(), CcRosTraceCacheMap(), CcRosTrimCache(), cfgets(), check_access(), check_rr_dates(), check_sharing(), FxTagTracker::CheckForAbandondedTags(), chmc_section_lookup(), common_getenv_nolock(), common_mktemp_s_continue(), ConSrvConsoleProcessCtrlEvent(), ConSrvGetConsoleProcessList(), ConSrvSetConsoleProcessFocus(), context_set_pixel_format(), convertHexToHexCSV(), cs_txt(), ddraw_surface7_Flip(), DelOld(), EDIT_PaintText(), enable_allowed_controls(), enumx_Next(), enumx_Skip(), TTelnetHandler::escapeIAC(), CCleanupHandlerList::ExecuteCleanup(), FDICopy(), file_add(), CCleanupHandlerList::ForEach(), FT_GlyphLoader_Add(), FT_GlyphLoader_Adjust_Points(), FT_GlyphLoader_Adjust_Subglyphs(), FT_GlyphLoader_CheckPoints(), FT_GlyphLoader_CheckSubGlyphs(), FT_GlyphLoader_Prepare(), FT_GlyphLoader_Rewind(), get_executable_path(), get_input_bytes(), HEXEDIT_PaintLines(), HUF_readCTable(), HUF_readDTableX1_wksp(), HUF_readDTableX2_wksp(), HUF_sort(), IMAPIPROP_GetValue(), insertIntoTree(), InsNew(), IPropData_fnGetPropList(), IPropData_fnRelease(), join_modify_update(), mallocspy_is_allocation_spyed(), MmFindRegion(), MsfsCreate(), MsfsCreateMailslot(), mystrrchr(), np_enum(), CCleanMgrProperties::OnInitDialog(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::operator*(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::operator++(), reverse_bidirectional_iterator< _BidirectionalIterator, _Tp,, _STLP_DFL_TYPE_PARAM >::operator--(), previous_character(), ReadCommand(), RPCRT4_RemoveThreadContextHandle(), Save(), CCleanupHandlerList::ScanDrive(), TScroller::ScrollBack(), set_parse_status(), SetPixelFormat(), settime_how(), skip_input_bytes(), Sort(), START_TEST(), surface_load_drawable(), SYSLINK_ParseText(), test_EM_GETHANDLE(), test_GetTimeZoneInformation(), test_locking(), test_media_event(), test_one(), test_PBM_STEPIT(), test_try_transform(), test_ZombifyActCtx(), TOOLTIPS_Show(), TransactedSnapshotImpl_FindNextChild(), triangulate(), TT_Process_Composite_Component(), UDFDOSName100(), UDFDOSName200(), UDFDOSName201(), CCleanMgrProperties::UpdateSpaceUsed(), validate_patch(), validate_state_table(), VARIANT_MakeDate(), wined3d_texture_load_location(), write_text_utf8_nolock(), xdrrec_getbytes(), xdrrec_putbytes(), xmlParseAttValueComplex(), xmlStringLenDecodeEntities(), xsltAddKey(), xsltApplyStripSpaces(), xsltCompilePatternInternal(), ZSTD_buildSeqStore(), ZSTD_compressBlock_btultra2(), ZSTD_compressBlock_doubleFast_extDict_generic(), ZSTD_compressBlock_doubleFast_generic(), ZSTD_compressBlock_fast_dictMatchState_generic(), ZSTD_compressBlock_fast_extDict_generic(), ZSTD_compressBlock_fast_generic(), ZSTD_compressBlock_lazy_extDict_generic(), ZSTD_compressBlock_lazy_generic(), ZSTD_DUBT_findBestMatch(), ZSTD_DUBT_findBetterDictMatch(), ZSTD_fillDoubleHashTable(), ZSTD_fillHashTable(), ZSTD_HcFindBestMatch_generic(), ZSTD_insertBt1(), ZSTD_insertBtAndGetAllMatches(), ZSTD_insertDUBT1(), ZSTD_ldm_generateSequences_internal(), ZSTD_ldm_limitTableUpdate(), ZSTD_window_needOverflowCorrection(), and FxTagTracker::~FxTagTracker().