Searched refs:IS_TXT_SPACE (Results 1 – 1 of 1) sorted by relevance
241 #define IS_TXT_SPACE(ch) ((ch).unicode < 0x0020 || (ch).unicode >= 0xe000 || (ch).unicode == 0x00a0… macro252 uint16_t out = IS_TXT_SPACE(row[i]) ? 32 : row[i].unicode; in get_trim_info()270 uint16_t out = IS_TXT_SPACE(row[i]) ? 32 : row[i].unicode; in decode_string()