Home
last modified time | relevance | path

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

/external/sqlite/android/
DPhoneticStringUtils.cpp184 int GetNormalizedCodePoint(char32_t codepoint, in GetNormalizedCodePoint() function
276 return GetExpectedString(src, dst, len, GetNormalizedCodePoint); in GetNormalizedString()
DPhoneticStringUtils.h34 int GetNormalizedCodePoint(char32_t codepoint,
DPhonebookIndex.cpp162 c = android::GetNormalizedCodePoint(c, next, NULL); in GetPhonebookIndex()