Lines Matching defs:c
60 static uint16_t findCharacterValue(UChar32 c) in findCharacterValue()
99 uint32_t android::Unicode::getPackedData(UChar32 c) in getPackedData()
106 android::Unicode::CharType android::Unicode::getType(UChar32 c) in getType()
113 android::Unicode::DecompositionType android::Unicode::getDecompositionType(UChar32 c) in getDecompositionType()
120 int android::Unicode::getDigitValue(UChar32 c, int radix) in getDigitValue()
137 int android::Unicode::getNumericValue(UChar32 c) in getNumericValue()
145 UChar32 android::Unicode::toLower(UChar32 c) in toLower()
150 UChar32 android::Unicode::toUpper(UChar32 c) in toUpper()
155 android::Unicode::Direction android::Unicode::getDirectionality(UChar32 c) in getDirectionality()
170 bool android::Unicode::isMirrored(UChar32 c) in isMirrored()
175 UChar32 android::Unicode::toMirror(UChar32 c) in toMirror()
183 UChar32 android::Unicode::toTitle(UChar32 c) in toTitle()