OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fChars
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/tools/genrb/
ustr.h
53
UChar *
fChars
;
/external/icu/icu4c/source/samples/layout/
paragraph.h
62
LEUnicode *
fChars
;
pflow.c
53
LEUnicode *
fChars
;
133
flow->
fChars
= NULL;
149
flow->
fChars
= NEW_ARRAY(LEUnicode, charCount + 1);
150
LE_ARRAY_COPY(flow->
fChars
, chars, charCount);
151
flow->
fChars
[charCount] = 0;
153
pStart = &flow->
fChars
[0];
161
pEnd = &flow->
fChars
[charCount];
165
subsetFontRuns(fontRuns, pStart - flow->
fChars
, pEnd - flow->
fChars
, fr);
239
DELETE_ARRAY(obj->
fChars
);
[
all
...]
/external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h
605
const LEUnicode *
fChars
;
/external/icu/icu4c/source/i18n/
regeximp.h
402
const UChar *
fChars
;
Completed in 303 milliseconds