Home
last modified time | relevance | path

Searched refs:HANGUL_V_FIRST (Results 1 – 4 of 4) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Du8.c12404 if (state->output->codepoint[cursor_next] >= HANGUL_V_FIRST && in compose_execute()
12408 unicode_t v_index = state->output->codepoint[cursor_next] - HANGUL_V_FIRST; in compose_execute()
12765 …state->cache_codepoint[state->cache_filled] = HANGUL_V_FIRST + (s_index % HANGUL_N_COUNT) / HANGUL… in decompose_execute()
H A Du8.h471 #define HANGUL_V_FIRST 0x1161 macro
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Du8.c12404 if (state->output->codepoint[cursor_next] >= HANGUL_V_FIRST && in compose_execute()
12408 unicode_t v_index = state->output->codepoint[cursor_next] - HANGUL_V_FIRST; in compose_execute()
12765 …state->cache_codepoint[state->cache_filled] = HANGUL_V_FIRST + (s_index % HANGUL_N_COUNT) / HANGUL… in decompose_execute()
H A Du8.h471 #define HANGUL_V_FIRST 0x1161 macro