Home
last modified time | relevance | path

Searched refs:UTF16_VALUE (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dread-properties.c316 #define UTF16_VALUE(p4_result) ((p4_result) - 0x10000) macro
488 utf16buf[1] = UTF16_VALUE (c); in read_escaped_string()
517 utf16_surr = UTF16_VALUE (c); in read_escaped_string()
521 utf8_buffer_append_lone_surrogate (UTF16_VALUE (c), gram_pos.line_number); in read_escaped_string()
524 ucs4_t uc = UTF16_VALUE (c); in read_escaped_string()
Dx-java.c250 #define UTF16_VALUE(p2_result) ((p2_result) - 0x10000) macro
414 mixed_string_buffer_append_unicode (bp, UTF16_VALUE (c)); in mixed_string_buffer_append()