Home
last modified time | relevance | path

Searched refs:utext_moveIndex32 (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/icu4c/source/test/cintltst/
Dutexttst.c160 b = utext_moveIndex32(uta, 1); in TestAPI()
165 b = utext_moveIndex32(uta, u_strlen(uString)-1); in TestAPI()
170 b = utext_moveIndex32(uta, 1); in TestAPI()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregextxt.cpp30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
/third_party/node/deps/icu-small/source/i18n/
Dregextxt.cpp30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregextxt.cpp30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
/third_party/icu/icu4c/source/i18n/
Dregextxt.cpp30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
Dregexcmp.cpp4121 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1); in nextChar()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutext.h611 utext_moveIndex32(UText *ut, int32_t delta);
Durename.h1723 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
/third_party/icu/icu4c/source/common/unicode/
Dutext.h592 utext_moveIndex32(UText *ut, int32_t delta);
Durename.h1798 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dutext.h592 utext_moveIndex32(UText *ut, int32_t delta);
Durename.h1807 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dutext.h592 utext_moveIndex32(UText *ut, int32_t delta);
Durename.h1798 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp753 utext_moveIndex32(ut, 1); in TestAccessNoClone()
764 utext_moveIndex32(ut, 2); in TestAccessNoClone()
781 utext_moveIndex32(ut, -1); in TestAccessNoClone()
794 utext_moveIndex32(ut, -3); in TestAccessNoClone()
/third_party/node/deps/icu-small/source/common/
Dlstmbe.cpp646 utext_moveIndex32(text, MIN_WORD_SPAN); in divideUpDictionaryRange()
Ddictbe.cpp236 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
Dutext.cpp48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp232 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
Dutext.cpp48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp226 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
Dutext.cpp46 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
/third_party/icu/icu4c/source/common/
Ddictbe.cpp232 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
Dutext.cpp48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
/third_party/icu/docs/userguide/strings/
Dutext.md274 | `utext_moveIndex32` | Move the current index forwards or backwards by the specified number of cod…

12