代码搜索结果
找到约 10,000 项符合
Z 的代码
z_chineseime.h
#ifndef _Z_CHINESEIME_H
#define _Z_CHINESEIME_H
#ifdef __cplusplus
extern "C" {
#endif
unsigned int ChnIME_GetChineseCount(void);
unsigned int ChnIME_IsValidSpell(const char * str_spell);
c
z_chineseime.cpp
#include "Z_ChineseIME.h"
#include
#include
#ifndef countof
#define countof(array) (sizeof(array)/sizeof(array[0]))
#endif
#define INDEX_A 0