OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encodingstrlength
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/common/
ucnvsel.cpp
52
int32_t
encodingStrLength
;
193
newSelector->
encodingStrLength
= totalSize += encodingStrPadding;
313
sel->
encodingStrLength
321
sel->
encodingStrLength
;
344
uprv_memcpy(p, sel->encodings[0], sel->
encodingStrLength
);
345
p += sel->
encodingStrLength
;
564
sel->
encodingStrLength
= indexes[UCNVSEL_INDEX_NAMES_LENGTH];
584
p += sel->
encodingStrLength
;
Completed in 123 milliseconds