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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu/icu4c/source/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);
740 * inline version of utext_getNativeIndex(), for performance-critical situations.
751 #define UTEXT_GETNATIVEINDEX(ut) \
    [all...]

Completed in 35 milliseconds