HomeSort by relevance Sort by last modified time
    Searched refs:UCaseProps (Results 1 - 25 of 25) sorted by null

  /external/chromium/third_party/icu/source/common/
ucase.h 31 struct UCaseProps;
32 typedef struct UCaseProps UCaseProps;
34 U_CAPI UCaseProps * U_EXPORT2
37 U_CAPI UCaseProps * U_EXPORT2
41 ucase_close(UCaseProps *csp);
44 U_CAPI const UCaseProps * U_EXPORT2
55 U_CAPI const UCaseProps * U_EXPORT2
66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
104 ucase_tolower(const UCaseProps *csp, UChar32 c)
    [all...]
ucase.c 32 struct UCaseProps {
67 UCaseProps *csp=(UCaseProps *)context;
75 static UCaseProps *
76 ucase_openData(UCaseProps *cspProto,
78 UCaseProps *csp;
124 /* allocate, copy, and return the new UCaseProps */
125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps));
130 uprv_memcpy(csp, cspProto, sizeof(UCaseProps));
    [all...]
ustr_imp.h 105 const UCaseProps *csp;
132 ustr_toLower(const UCaseProps *csp,
142 ustr_toUpper(const UCaseProps *csp,
154 ustr_toTitle(const UCaseProps *csp,
168 ustr_foldCase(const UCaseProps *csp,
unistr_case.cpp 106 const UCaseProps *csp=ucase_getSingleton(&errorCode);
ustrcase.c 348 ustr_toLower(const UCaseProps *csp,
368 ustr_toUpper(const UCaseProps *csp,
390 ustr_toTitle(const UCaseProps *csp,
420 ustr_foldCase(const UCaseProps *csp,
657 const UCaseProps *csp;
unormcmp.cpp 143 const UCaseProps *csp;
ucasemap.c 408 utf8_foldCase(const UCaseProps *csp,
uniset_props.cpp     [all...]
ucase_props_data.c     [all...]
  /external/icu4c/common/
ucase.h 31 struct UCaseProps;
32 typedef struct UCaseProps UCaseProps;
34 U_CAPI UCaseProps * U_EXPORT2
37 U_CAPI UCaseProps * U_EXPORT2
41 ucase_close(UCaseProps *csp);
44 U_CAPI const UCaseProps * U_EXPORT2
55 U_CAPI const UCaseProps * U_EXPORT2
66 ucase_addPropertyStarts(const UCaseProps *csp, const USetAdder *sa, UErrorCode *pErrorCode);
104 ucase_tolower(const UCaseProps *csp, UChar32 c)
    [all...]
ustr_imp.h 98 const UCaseProps *csp;
125 ustr_toLower(const UCaseProps *csp,
135 ustr_toUpper(const UCaseProps *csp,
147 ustr_toTitle(const UCaseProps *csp,
161 ustr_foldCase(const UCaseProps *csp,
ucase.c 32 struct UCaseProps {
67 UCaseProps *csp=(UCaseProps *)context;
75 static UCaseProps *
76 ucase_openData(UCaseProps *cspProto,
78 UCaseProps *csp;
124 /* allocate, copy, and return the new UCaseProps */
125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps));
130 uprv_memcpy(csp, cspProto, sizeof(UCaseProps));
    [all...]
unistr_case.cpp 105 const UCaseProps *csp=ucase_getSingleton(&errorCode);
ustrcase.c 347 ustr_toLower(const UCaseProps *csp,
367 ustr_toUpper(const UCaseProps *csp,
389 ustr_toTitle(const UCaseProps *csp,
419 ustr_foldCase(const UCaseProps *csp,
656 const UCaseProps *csp;
uprops.cpp 304 const UCaseProps *csp=ucase_getSingleton(&errorCode);
610 const UCaseProps *csp=ucase_getSingleton(pErrorCode);
unormcmp.cpp 148 const UCaseProps *csp;
ucasemap.c 408 utf8_foldCase(const UCaseProps *csp,
uniset_props.cpp     [all...]
utext.cpp 573 const UCaseProps *csp;
697 const UCaseProps *csp;
    [all...]
ucase_props_data.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
casetrn.h 85 const UCaseProps *fCsp;
  /external/icu4c/i18n/
casetrn.h 85 const UCaseProps *fCsp;
rematch.cpp     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]

Completed in 1132 milliseconds