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

  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.h 16 struct UText;
17 typedef struct UText UText;
52 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
53 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
  /external/icu/icu4c/source/test/intltest/
regextst.h 16 struct UText;
17 typedef struct UText UText;
53 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
54 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
  /external/chromium_org/third_party/icu/source/common/unicode/
utext.h 8 * file name: utext.h
30 * UTF-16 strings, to be placed in a UText wrapper and then passed to ICU services.
32 * There are three general classes of usage for UText:
36 * the resulting UText to the desired ICU service.
39 * operate on input presented to them as a UText. These implementations
40 * will need to use the iteration and related UText functions to gain
43 * The third class of UText users are "text providers." These are the
44 * UText implementations for the various text storage formats. An application
46 * UText provider functions for that format, which will then allow
52 * Here is sample code for a forward iteration over the contents of a UText
    [all...]
  /external/icu/icu4c/source/common/unicode/
utext.h 8 * file name: utext.h
30 * UTF-16 strings, to be placed in a UText wrapper and then passed to ICU services.
32 * There are three general classes of usage for UText:
36 * the resulting UText to the desired ICU service.
39 * operate on input presented to them as a UText. These implementations
40 * will need to use the iteration and related UText functions to gain
43 * The third class of UText users are "text providers." These are the
44 * UText implementations for the various text storage formats. An application
46 * UText provider functions for that format, which will then allow
52 * Here is sample code for a forward iteration over the contents of a UText
    [all...]

Completed in 95 milliseconds