Searched refs:uscript_nextRun (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
H A D | usc_impl.h | 47 * while (uscript_nextRun(&start, &limit, &code)) { 147 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript);
|
H A D | usc_impl.c | 258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript) function
|
/external/icu4c/common/ |
H A D | usc_impl.h | 47 * while (uscript_nextRun(&start, &limit, &code)) { 135 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript);
|
H A D | usc_impl.c | 258 uscript_nextRun(UScriptRun *scriptRun, int32_t *pRunStart, int32_t *pRunLimit, UScriptCode *pRunScript) function
|
/external/icu4c/layoutex/ |
H A D | ParagraphLayout.cpp | 619 while (uscript_nextRun(sr, NULL, NULL, &scriptCode)) { 755 while (uscript_nextRun(sr, NULL, &limit, &script)) {
|
/external/icu4c/common/unicode/ |
H A D | urename.h | 1497 #define uscript_nextRun U_ICU_ENTRY_POINT_RENAME(uscript_nextRun) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
H A D | urename.h | 1467 #define uscript_nextRun U_ICU_ENTRY_POINT_RENAME(uscript_nextRun) macro
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | cucdtst.c | 1885 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) { 2013 if (uscript_nextRun(scriptRun, NULL, NULL, NULL)) { 2014 log_err("uscript_nextRun(...) returned TRUE for an empty iterator.\n");
|
/external/icu4c/test/cintltst/ |
H A D | cucdtst.c | 2007 while (uscript_nextRun(scriptRun, &runStart, &runLimit, &runCode)) { 2135 if (uscript_nextRun(scriptRun, NULL, NULL, NULL)) { 2136 log_err("uscript_nextRun(...) returned TRUE for an empty iterator.\n");
|
Completed in 931 milliseconds