OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcsp
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
regeximp.cpp
20
fUText(text),
fcsp
(NULL), fFoldChars(NULL), fFoldLength(0) {
21
fcsp
= ucase_getSingleton();
36
fFoldLength = ucase_toFullFolding(
fcsp
, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
66
fChars(chars), fIndex(start), fLimit(limit),
fcsp
(NULL), fFoldChars(NULL), fFoldLength(0) {
67
fcsp
= ucase_getSingleton();
85
fFoldLength = ucase_toFullFolding(
fcsp
, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
regeximp.h
375
const UCaseProps *
fcsp
;
member in class:CaseFoldingUTextIterator
405
const UCaseProps *
fcsp
;
member in class:CaseFoldingUCharIterator
Completed in 53 milliseconds