Searched refs:ConstChar16Ptr (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | char16ptr.h | 146 class U_COMMON_API ConstChar16Ptr U_FINAL { 153 inline ConstChar16Ptr(const char16_t *p); 160 inline ConstChar16Ptr(const uint16_t *p); 169 inline ConstChar16Ptr(const wchar_t *p); 176 inline ConstChar16Ptr(const std::nullptr_t p); 182 inline ~ConstChar16Ptr(); 198 ConstChar16Ptr() = delete; 219 ConstChar16Ptr::ConstChar16Ptr(const char16_t *p) : p_(p) {} in ConstChar16Ptr() function 221 ConstChar16Ptr::ConstChar16Ptr(const uint16_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function 224 ConstChar16Ptr::ConstChar16Ptr(const wchar_t *p) : p_(cast(p)) {} in ConstChar16Ptr() function [all …]
|
D | uchriter.h | 46 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length); 61 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length, 80 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length, 347 void setText(ConstChar16Ptr newText, int32_t newTextLength);
|
D | unistr.h | 436 inline int8_t compare(ConstChar16Ptr srcChars, 590 inline int8_t compareCodePointOrder(ConstChar16Ptr srcChars, 763 inline int8_t caseCompare(ConstChar16Ptr srcChars, 881 inline UBool startsWith(ConstChar16Ptr srcChars, 928 inline UBool endsWith(ConstChar16Ptr srcChars, 1034 inline int32_t indexOf(ConstChar16Ptr srcChars, 1217 inline int32_t lastIndexOf(ConstChar16Ptr srcChars, 2054 ConstChar16Ptr text, 2215 inline UnicodeString& append(ConstChar16Ptr srcChars, 2294 ConstChar16Ptr srcChars, [all …]
|
D | ucharstrie.h | 66 UCharsTrie(ConstChar16Ptr trieUChars) in UCharsTrie() 211 UStringTrieResult next(ConstChar16Ptr s, int32_t length); 271 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
|
D | normlzr.h | 171 Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode); 707 void setText(ConstChar16Ptr newText,
|
/external/icu/icu4c/source/i18n/ |
D | curramt.cpp | 22 CurrencyAmount::CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, in CurrencyAmount() 27 CurrencyAmount::CurrencyAmount(double amount, ConstChar16Ptr isoCode, in CurrencyAmount()
|
D | currunit.cpp | 26 CurrencyUnit::CurrencyUnit(ConstChar16Ptr _isoCode, UErrorCode& ec) { in CurrencyUnit()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | curramt.h | 49 CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, 62 CurrencyAmount(double amount, ConstChar16Ptr isoCode,
|
D | currunit.h | 54 CurrencyUnit(ConstChar16Ptr isoCode, UErrorCode &ec);
|
/external/icu/icu4c/source/common/ |
D | uchriter.cpp | 28 UCharCharacterIterator::UCharCharacterIterator(ConstChar16Ptr textPtr, in UCharCharacterIterator() 35 UCharCharacterIterator::UCharCharacterIterator(ConstChar16Ptr textPtr, in UCharCharacterIterator() 43 UCharCharacterIterator::UCharCharacterIterator(ConstChar16Ptr textPtr, in UCharCharacterIterator() 352 void UCharCharacterIterator::setText(ConstChar16Ptr newText, in setText()
|
D | normlzr.cpp | 49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer() 444 Normalizer::setText(ConstChar16Ptr newText, in setText()
|
D | ucharstrieiterator.cpp | 24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator()
|
D | ucharstrie.cpp | 178 UCharsTrie::next(ConstChar16Ptr ptr, int32_t sLength) { in next()
|
D | unistr.cpp | 221 ConstChar16Ptr textPtr, in UnicodeString() 1259 ConstChar16Ptr textPtr, in setTo()
|
D | normalizer2impl.h | 198 s.setTo(ConstChar16Ptr(reorderStart), (int32_t)(limit-reorderStart)); in copyReorderableSuffixTo()
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 274 fString.setTo(ConstChar16Ptr(value), len); in StringBaseResource()
|