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

  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 274 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
424 (s)->CEpos = (s)->toReturn = (s)->CEs; \
598 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (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...]
ucol.cpp 100 (s)->CEpos = (s)->toReturn = (s)->CEs;
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 280 uint32_t *toReturn; /* This is the CE from CEs buffer that should be returned */
451 (s)->CEpos = (s)->toReturn = (s)->CEs; \
625 #define getExpansionPrefix(coleiter) ((coleiter)->iteratordata_.toReturn - (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...]
ucol.cpp 103 (s)->CEpos = (s)->toReturn = (s)->CEs;
    [all...]

Completed in 870 milliseconds