OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFoldLength
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
regeximp.cpp
20
fUText(text), fcsp(NULL), fFoldChars(NULL),
fFoldLength
(0) {
36
fFoldLength
= ucase_toFullFolding(fcsp, originalC, &fFoldChars, U_FOLD_CASE_DEFAULT);
37
if (
fFoldLength
>= UCASE_MAX_STRING_LENGTH ||
fFoldLength
< 0) {
40
if (
fFoldLength
< 0) {
41
fFoldLength
= ~
fFoldLength
;
43
foldedC = (UChar32)
fFoldLength
;
51
U16_NEXT(fFoldChars, fFoldIndex,
fFoldLength
, foldedC);
52
if (fFoldIndex >=
fFoldLength
) {
[
all
...]
regeximp.h
377
int32_t
fFoldLength
;
407
int32_t
fFoldLength
;
Completed in 908 milliseconds