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

  /external/chromium/third_party/icu/public/common/unicode/
utext.h 70 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
477 * An inline macro version of this function, UTEXT_PREVIOUS32(),
483 * @see UTEXT_PREVIOUS32
487 utext_previous32(UText *ut);
558 * with utext_next32(), utext_previous32() or utext_moveIndex32().
689 * inline version of utext_previous32(), for performance-critical situations.
698 #define UTEXT_PREVIOUS32(ut) \
701 (ut)->chunkContents[--((ut)->chunkOffset)] : utext_previous32(ut))
    [all...]
  /external/icu4c/common/unicode/
utext.h 70 * for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
497 * An inline macro version of this function, UTEXT_PREVIOUS32(),
503 * @see UTEXT_PREVIOUS32
507 utext_previous32(UText *ut);
578 * with utext_next32(), utext_previous32() or utext_moveIndex32().
    [all...]

Completed in 169 milliseconds