Home
last modified time | relevance | path

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

/system/core/libcutils/
Dstrdup8to16.cpp37 #define UNICODE_UPPER_LIMIT 0x10fffd macro
164 } else if (ret <= UNICODE_UPPER_LIMIT) { in strcpy8to16()
201 } else if (ret <= UNICODE_UPPER_LIMIT) { in strcpylen8to16()