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

  /external/chromium/third_party/icu/source/i18n/
ucol_imp.h 284 UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
310 UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
429 (s)->fcdPosition = 0; \
596 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 289 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
321 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
456 (s)->fcdPosition = 0; \
623 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
    [all...]

Completed in 30 milliseconds