OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UTEXT_NEXT32
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utext.h
58
* for (c=utext_next32From(ut, 0); c>=0; c=
utext_next32
(ut)) {
477
* An inline macro version of this function,
UTEXT_NEXT32
(),
482
* @see
UTEXT_NEXT32
486
utext_next32
(UText *ut);
519
*
utext_next32
();
578
* with
utext_next32
(), utext_previous32() or utext_moveIndex32().
[
all
...]
/external/icu4c/common/unicode/
utext.h
58
* for (c=utext_next32From(ut, 0); c>=0; c=
utext_next32
(ut)) {
477
* An inline macro version of this function,
UTEXT_NEXT32
(),
482
* @see
UTEXT_NEXT32
486
utext_next32
(UText *ut);
519
*
utext_next32
();
578
* with
utext_next32
(), utext_previous32() or utext_moveIndex32().
710
* inline version of
utext_next32
(), for performance-critical situations.
720
#define
UTEXT_NEXT32
(ut) \
722
((ut)->chunkContents)[((ut)->chunkOffset)++] :
utext_next32
(ut))
[
all
...]
Completed in 2440 milliseconds