Home
last modified time | relevance | path

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

/external/sqlite/android/
DPhoneticStringUtils.cpp25 #define CODEPOINT_FOR_NULL_STR 0xFFFD macro
203 codepoint == CODEPOINT_FOR_NULL_STR) { in GetNormalizedCodePoint()
255 codepoints[0] = 0x10000 + CODEPOINT_FOR_NULL_STR; in GetExpectedString()