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

  /external/icu4c/i18n/
ucol_imp.h 292 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
330 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
468 (s)->fcdPosition = 0; \
655 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 294 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
332 const UChar *fcdPosition; /* Position in the original string to continue FCD check from. */
470 (s)->fcdPosition = 0; \
639 #define isFCDPointerNull(coleiter) ((coleiter)->iteratordata_.fcdPosition == NULL)
    [all...]

Completed in 1035 milliseconds