Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dchar16ptr.h146 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 …]
Duchriter.h46 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);
Dunistr.h436 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 …]
Ducharstrie.h66 UCharsTrie(ConstChar16Ptr trieUChars) in UCharsTrie()
211 UStringTrieResult next(ConstChar16Ptr s, int32_t length);
271 Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, UErrorCode &errorCode);
Dnormlzr.h171 Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode);
707 void setText(ConstChar16Ptr newText,
/external/icu/icu4c/source/i18n/
Dcurramt.cpp22 CurrencyAmount::CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, in CurrencyAmount()
27 CurrencyAmount::CurrencyAmount(double amount, ConstChar16Ptr isoCode, in CurrencyAmount()
Dcurrunit.cpp26 CurrencyUnit::CurrencyUnit(ConstChar16Ptr _isoCode, UErrorCode& ec) { in CurrencyUnit()
/external/icu/icu4c/source/i18n/unicode/
Dcurramt.h49 CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode,
62 CurrencyAmount(double amount, ConstChar16Ptr isoCode,
Dcurrunit.h54 CurrencyUnit(ConstChar16Ptr isoCode, UErrorCode &ec);
/external/icu/icu4c/source/common/
Duchriter.cpp28 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()
Dnormlzr.cpp49 Normalizer::Normalizer(ConstChar16Ptr str, int32_t length, UNormalizationMode mode) : in Normalizer()
444 Normalizer::setText(ConstChar16Ptr newText, in setText()
Ducharstrieiterator.cpp24 UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength, in Iterator()
Ducharstrie.cpp178 UCharsTrie::next(ConstChar16Ptr ptr, int32_t sLength) { in next()
Dunistr.cpp221 ConstChar16Ptr textPtr, in UnicodeString()
1259 ConstChar16Ptr textPtr, in setTo()
Dnormalizer2impl.h198 s.setTo(ConstChar16Ptr(reorderStart), (int32_t)(limit-reorderStart)); in copyReorderableSuffixTo()
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp274 fString.setTo(ConstChar16Ptr(value), len); in StringBaseResource()