Home
last modified time | relevance | path

Searched refs:ucasemap_toTitle (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducasemap.h230 ucasemap_toTitle(UCaseMap *csm,
Durename.h581 #define ucasemap_toTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_toTitle) macro
/third_party/node/deps/icu-small/source/common/unicode/
Ducasemap.h233 ucasemap_toTitle(UCaseMap *csm,
Durename.h592 #define ucasemap_toTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_toTitle) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducasemap.h233 ucasemap_toTitle(UCaseMap *csm,
Durename.h586 #define ucasemap_toTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_toTitle) macro
/third_party/icu/icu4c/source/common/unicode/
Ducasemap.h233 ucasemap_toTitle(UCaseMap *csm,
Durename.h586 #define ucasemap_toTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_toTitle) macro
/third_party/icu/icu4c/source/test/cintltst/
Dcstrcase.c900 …length=ucasemap_toTitle(csm, buffer, UPRV_LENGTHOF(buffer), beforeTitle, UPRV_LENGTHOF(beforeTitle… in TestUCaseMapToTitle()
923 …length=ucasemap_toTitle(csm, buffer, UPRV_LENGTHOF(buffer), beforeTitle, UPRV_LENGTHOF(beforeTitle… in TestUCaseMapToTitle()
960 length=ucasemap_toTitle(csm, NULL, 0, beforeTitle, UPRV_LENGTHOF(beforeTitle), &errorCode); in TestUCaseMapToTitle()
969 …length=ucasemap_toTitle(csm, buffer, UPRV_LENGTHOF(buffer), beforeTitle, UPRV_LENGTHOF(beforeTitle… in TestUCaseMapToTitle()
/third_party/node/deps/icu-small/source/common/
Dustr_titlecase_brkiter.cpp212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustr_titlecase_brkiter.cpp220 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle() function
/third_party/skia/third_party/externals/icu/source/common/
Dustr_titlecase_brkiter.cpp212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle() function
/third_party/icu/icu4c/source/common/
Dustr_titlecase_brkiter.cpp212 ucasemap_toTitle(UCaseMap *csm, in ucasemap_toTitle() function
/third_party/icu/icu4c/source/test/intltest/
Dstrcase.cpp923 result = ucasemap_toTitle(csm.getAlias(), NULL, 0, data.getBuffer(), data.length(), errorCode); in TestBufferOverflow()