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

  /external/icu/icu4c/source/test/intltest/
regextst.h 16 struct UText;
17 typedef struct UText UText;
59 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
60 virtual void assertUTextInvariant(const char *invariant, UText *actual, const char *file, int line);
  /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 64 milliseconds