Searched refs:uscript_nextRun (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | usc_impl.h | 137 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScr…
|
D | usc_impl.cpp | 258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScr… in uscript_nextRun() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | usc_impl.h | 137 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScr…
|
D | usc_impl.cpp | 258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScr… in uscript_nextRun() function
|
/third_party/icu/icu4c/source/common/ |
D | usc_impl.h | 137 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScr…
|
D | usc_impl.cpp | 258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScr… in uscript_nextRun() function
|
/third_party/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 624 while (uscript_nextRun(sr, NULL, NULL, &scriptCode)) { in isComplex() 760 while (uscript_nextRun(sr, NULL, &limit, &script)) { in computeScripts()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 2158 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) { in CheckScriptRuns() 2286 if (uscript_nextRun(scriptRun, NULL, NULL, NULL)) { in TestUScriptRunAPI()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | urename.h | 1633 #define uscript_nextRun U_ICU_ENTRY_POINT_RENAME(uscript_nextRun) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | urename.h | 1652 #define uscript_nextRun U_ICU_ENTRY_POINT_RENAME(uscript_nextRun) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | urename.h | 1653 #define uscript_nextRun U_ICU_ENTRY_POINT_RENAME(uscript_nextRun) macro
|