OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scriptStart
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/extra/scrptrun/
scrptrun.h
78
int32_t
scriptStart
;
117
return
scriptStart
;
132
scriptStart
= charStart;
scrptrun.cpp
124
for (
scriptStart
= scriptEnd; scriptEnd < charLimit; scriptEnd += 1) {
/external/icu4c/common/
usc_impl.c
46
int32_t
scriptStart
;
230
scriptRun->
scriptStart
= 0;
270
for (scriptRun->
scriptStart
= scriptRun->scriptLimit; scriptRun->scriptLimit < scriptRun->textLength; scriptRun->scriptLimit += 1) {
349
*pRunStart = scriptRun->
scriptStart
;
Completed in 1581 milliseconds