OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textEnd
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/common/unicode/
schriter.h
71
* by "
textEnd
". The starting position is specified by "textPos". If
72
* "textBegin" and "
textEnd
" don't form a valid range on "text" (i.e.,
73
* textBegin >=
textEnd
or either is negative or greater than text.size()),
74
* or "textPos" is outside the range defined by "textBegin" and "
textEnd
",
78
* @param
textEnd
The end position of the iteration range
84
int32_t
textEnd
,
uchriter.h
74
* @param
textEnd
The end position of the iteration range
80
int32_t
textEnd
,
chariter.h
641
CharacterIterator(int32_t length, int32_t textBegin, int32_t
textEnd
, int32_t position);
/external/icu4c/common/
chariter.cpp
44
CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t
textEnd
, int32_t position)
45
: textLength(length), pos(position), begin(textBegin), end(
textEnd
) {
schriter.cpp
51
int32_t
textEnd
,
53
: UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin,
textEnd
, textPos),
uchriter.cpp
44
int32_t
textEnd
,
46
: CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin,
textEnd
, position),
/external/webkit/Source/WebCore/editing/
TextIterator.cpp
840
static int collapsedSpaceLength(RenderText* renderer, int
textEnd
)
844
for (int i =
textEnd
; i < length; ++i) {
846
return i -
textEnd
;
849
return length -
textEnd
;
[
all
...]
/external/expat/lib/
xmlparse.c
[
all
...]
/libcore/benchmarks/libs/
caliper.jar
Completed in 599 milliseconds