OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textPtr
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/common/
uchriter.cpp
26
UCharCharacterIterator::UCharCharacterIterator(const UChar*
textPtr
,
28
: CharacterIterator(
textPtr
!= 0 ? (length>=0 ? length : u_strlen(
textPtr
)) : 0),
29
text(
textPtr
)
33
UCharCharacterIterator::UCharCharacterIterator(const UChar*
textPtr
,
36
: CharacterIterator(
textPtr
!= 0 ? (length>=0 ? length : u_strlen(
textPtr
)) : 0, position),
37
text(
textPtr
)
41
UCharCharacterIterator::UCharCharacterIterator(const UChar*
textPtr
,
46
: CharacterIterator(
textPtr
!= 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position)
[
all
...]
/external/icu/icu4c/source/common/unicode/
uchriter.h
36
* Create an iterator over the UChar array referred to by "
textPtr
".
40
* @param
textPtr
The UChar array to be iterated over
44
UCharCharacterIterator(const UChar*
textPtr
, int32_t length);
47
* Create an iterator over the UChar array referred to by "
textPtr
".
54
* @param
textPtr
The UChar array to be iteratd over
59
UCharCharacterIterator(const UChar*
textPtr
, int32_t length,
63
* Create an iterator over the UChar array referred to by "
textPtr
".
71
* @param
textPtr
The UChar array to be iterated over
78
UCharCharacterIterator(const UChar*
textPtr
, int32_t length,
/external/skia/src/gpu/text/
GrTextUtils.cpp
269
const char*
textPtr
= text;
281
while (
textPtr
< stop) {
284
const SkGlyph& glyph = glyphCacheProc(origPaintCache, &
textPtr
);
295
SkASSERT(
textPtr
== stop);
GrStencilAndCoverTextContext.cpp
456
const char*
textPtr
= text;
457
while (
textPtr
< stop) {
460
const SkGlyph& glyph = glyphCacheProc(glyphCache, &
textPtr
);
465
SkASSERT(
textPtr
== stop);
/external/expat/lib/
xmlparse.c
193
const XML_Char *
textPtr
;
[
all
...]
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 112 milliseconds