OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textPtr
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/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/icu4c/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/expat/lib/
xmlparse.c
193
const XML_Char *
textPtr
;
[
all
...]
/prebuilts/tools/common/m2/internal/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 111 milliseconds