/third_party/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 160 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/ |
D | regextxt.cpp | 30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regextxt.cpp | 30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regextxt.cpp | 30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
|
/third_party/icu/icu4c/source/i18n/ |
D | regextxt.cpp | 30 utext_moveIndex32(context->text, offset - context->lastOffset - 1); in uregex_utext_unescape_charAt()
|
D | regexcmp.cpp | 4121 utext_moveIndex32(fRXPat->fPattern, offset - context.lastOffset - 1); in nextChar()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 611 utext_moveIndex32(UText *ut, int32_t delta);
|
D | urename.h | 1723 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utext.h | 592 utext_moveIndex32(UText *ut, int32_t delta);
|
D | urename.h | 1798 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utext.h | 592 utext_moveIndex32(UText *ut, int32_t delta);
|
D | urename.h | 1807 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utext.h | 592 utext_moveIndex32(UText *ut, int32_t delta);
|
D | urename.h | 1798 #define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 753 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/ |
D | lstmbe.cpp | 646 utext_moveIndex32(text, MIN_WORD_SPAN); in divideUpDictionaryRange()
|
D | dictbe.cpp | 236 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
|
D | utext.cpp | 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | dictbe.cpp | 232 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
|
D | utext.cpp | 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | dictbe.cpp | 226 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
|
D | utext.cpp | 46 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
|
/third_party/icu/icu4c/source/common/ |
D | dictbe.cpp | 232 utext_moveIndex32(text, THAI_MIN_WORD_SPAN); in divideUpDictionaryRange()
|
D | utext.cpp | 48 utext_moveIndex32(UText *ut, int32_t delta) { in utext_moveIndex32() function
|
/third_party/icu/docs/userguide/strings/ |
D | utext.md | 274 | `utext_moveIndex32` | Move the current index forwards or backwards by the specified number of cod…
|