remove some spaces
This commit is contained in:
parent
69a5ef94bd
commit
01335db507
@ -327,7 +327,6 @@ hcl_bch_t* hcl_rfindbchar (const hcl_bch_t* ptr, hcl_oow_t len, hcl_bch_t c)
|
|||||||
return HCL_NULL;
|
return HCL_NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
hcl_uch_t* hcl_finducharinucstr (const hcl_uch_t* ptr, hcl_uch_t c)
|
hcl_uch_t* hcl_finducharinucstr (const hcl_uch_t* ptr, hcl_uch_t c)
|
||||||
{
|
{
|
||||||
while (*ptr != '\0')
|
while (*ptr != '\0')
|
||||||
@ -388,7 +387,6 @@ int hcl_copyoocstrtosbuf (hcl_t* hcl, const hcl_ooch_t* str, int id)
|
|||||||
return hcl_concatoocstrtosbuf (hcl, str, id);
|
return hcl_concatoocstrtosbuf (hcl, str, id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------- */
|
||||||
|
|
||||||
HCL_INLINE int hcl_conv_bcsn_to_ucsn_with_cmgr (
|
HCL_INLINE int hcl_conv_bcsn_to_ucsn_with_cmgr (
|
||||||
@ -604,7 +602,6 @@ HCL_INLINE int hcl_conv_ucsn_to_bcsn_with_cmgr (
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
HCL_INLINE int hcl_conv_ucs_to_bcs_with_cmgr (
|
HCL_INLINE int hcl_conv_ucs_to_bcs_with_cmgr (
|
||||||
const hcl_uch_t* ucs, hcl_oow_t* ucslen,
|
const hcl_uch_t* ucs, hcl_oow_t* ucslen,
|
||||||
hcl_bch_t* bcs, hcl_oow_t* bcslen, hcl_cmgr_t* cmgr)
|
hcl_bch_t* bcs, hcl_oow_t* bcslen, hcl_cmgr_t* cmgr)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user