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

  /external/chromium_org/third_party/icu/source/i18n/
casetrn.h 85 const UCaseProps *fCsp;
casetrn.cpp 91 fCsp(ucase_getSingleton()),
109 fCsp(o.fCsp), fMap(o.fMap)
118 fCsp = o.fCsp;
157 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
titletrn.cpp 97 type=ucase_getTypeOrIgnorable(fCsp, c);
125 type=ucase_getTypeOrIgnorable(fCsp, c);
128 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
130 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
  /external/icu4c/i18n/
casetrn.h 85 const UCaseProps *fCsp;
casetrn.cpp 93 fCsp(ucase_getSingleton()),
111 fCsp(o.fCsp), fMap(o.fMap)
120 fCsp = o.fCsp;
159 result=fMap(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
titletrn.cpp 98 type=ucase_getTypeOrIgnorable(fCsp, c);
126 type=ucase_getTypeOrIgnorable(fCsp, c);
129 result=ucase_toFullTitle(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);
131 result=ucase_toFullLower(fCsp, c, utrans_rep_caseContextIterator, &csc, &s, "", &locCache);

Completed in 79 milliseconds