HomeSort by relevance Sort by last modified time
    Searched defs:UTEXT_SETNATIVEINDEX (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().
415 * utext_setNativeIndex(index);
418 * utext_setNativeIndex(negative value) sets the index to zero, after which utext_current()
570 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
721 * inline version of utext_setNativeIndex(), for performance-critical situations.
731 #define UTEXT_SETNATIVEINDEX(ut, ix) \
736 utext_setNativeIndex((ut), (ix)); } }
    [all...]
  /external/icu4c/common/unicode/
utext.h 100 * by doing a utext_setNativeIndex() followed by a utext_getNativeIndex().
435 * utext_setNativeIndex(index);
438 * utext_setNativeIndex(negative value) sets the index to zero, after which utext_current()
590 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
    [all...]

Completed in 27 milliseconds