OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CEpos
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
ucol_imp.h
284
uint32_t *
CEpos
; /* This is the position to which we have stored processed CEs */
463
(s)->
CEpos
= (s)->toReturn = (s)->CEs; \
656
#define hasExpansion(coleiter) ((coleiter)->iteratordata_.
CEpos
!= (coleiter)->iteratordata_.CEs)
659
#define getExpansionSuffix(coleiter) ((coleiter)->iteratordata_.
CEpos
- (coleiter)->iteratordata_.toReturn)
660
#define setExpansionSuffix(coleiter, offset) ((coleiter)->iteratordata_.toReturn = (coleiter)->iteratordata_.
CEpos
- leftoverces)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h
286
uint32_t *
CEpos
; /* This is the position to which we have stored processed CEs */
465
(s)->
CEpos
= (s)->toReturn = (s)->CEs; \
640
#define hasExpansion(coleiter) ((coleiter)->iteratordata_.
CEpos
!= (coleiter)->iteratordata_.CEs)
643
#define getExpansionSuffix(coleiter) ((coleiter)->iteratordata_.
CEpos
- (coleiter)->iteratordata_.toReturn)
644
#define setExpansionSuffix(coleiter, offset) ((coleiter)->iteratordata_.toReturn = (coleiter)->iteratordata_.
CEpos
- leftoverces)
[
all
...]
Completed in 85 milliseconds