HomeSort by relevance Sort by last modified time
    Searched defs:CEpos (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 275 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
424 (s)->CEpos = (s)->toReturn = (s)->CEs; \
597 #define hasExpansion(coleiter) ((coleiter)->iteratordata_.CEpos != (coleiter)->iteratordata_.CEs)
600 #define getExpansionSuffix(coleiter) ((coleiter)->iteratordata_.CEpos - (coleiter)->iteratordata_.toReturn)
601 #define setExpansionSuffix(coleiter, offset) ((coleiter)->iteratordata_.toReturn = (coleiter)->iteratordata_.CEpos - leftoverces)
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 281 uint32_t *CEpos; /* This is the position to which we have stored processed CEs */
451 (s)->CEpos = (s)->toReturn = (s)->CEs; \
624 #define hasExpansion(coleiter) ((coleiter)->iteratordata_.CEpos != (coleiter)->iteratordata_.CEs)
627 #define getExpansionSuffix(coleiter) ((coleiter)->iteratordata_.CEpos - (coleiter)->iteratordata_.toReturn)
628 #define setExpansionSuffix(coleiter, offset) ((coleiter)->iteratordata_.toReturn = (coleiter)->iteratordata_.CEpos - leftoverces)
    [all...]

Completed in 41 milliseconds