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

  /external/chromium/third_party/icu/public/common/unicode/
utext.h 100 * by doing a utext_setNativeIndex() followed by a utext_getNativeIndex().
544 utext_getNativeIndex(const UText *ut);
602 * utext_getNativeIndex(ut);
704 * inline version of utext_getNativeIndex(), for performance-critical situations.
715 #define UTEXT_GETNATIVEINDEX(ut) \
    [all...]
  /external/icu4c/common/unicode/
utext.h 100 * by doing a utext_setNativeIndex() followed by a utext_getNativeIndex().
564 utext_getNativeIndex(const UText *ut);
622 * utext_getNativeIndex(ut);
    [all...]

Completed in 25 milliseconds