Home
last modified time | relevance | path

Searched refs:NXT_UNICODE_BLOCK_SIZE (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_unicode_macosx_lowcase.h9 #define NXT_UNICODE_BLOCK_SIZE 128 macro
H A Dnxt_utf8.c226 block = nxt_unicode_blocks[u / NXT_UNICODE_BLOCK_SIZE]; in nxt_utf8_lowcase()
229 return block[u % NXT_UNICODE_BLOCK_SIZE]; in nxt_utf8_lowcase()
H A Dnxt_unicode_lowcase.h9 #define NXT_UNICODE_BLOCK_SIZE 128 macro