Lines Matching refs:UChar32
98 UChar32 NumberStringBuilder::getFirstCodePoint() const {
102 UChar32 cp;
107 UChar32 NumberStringBuilder::getLastCodePoint() const {
113 UChar32 cp;
118 UChar32 NumberStringBuilder::codePointAt(int32_t index) const {
119 UChar32 cp;
124 UChar32 NumberStringBuilder::codePointBefore(int32_t index) const {
127 UChar32 cp;
139 int32_t NumberStringBuilder::appendCodePoint(UChar32 codePoint, Field field, UErrorCode &status) {
144 NumberStringBuilder::insertCodePoint(int32_t index, UChar32 codePoint, Field field, UErrorCode &status) {