OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encodingstrlength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvsel.cpp
52
int32_t
encodingStrLength
;
192
newSelector->
encodingStrLength
= totalSize += encodingStrPadding;
310
sel->
encodingStrLength
318
sel->
encodingStrLength
;
341
uprv_memcpy(p, sel->encodings[0], sel->
encodingStrLength
);
342
p += sel->
encodingStrLength
;
561
sel->
encodingStrLength
= indexes[UCNVSEL_INDEX_NAMES_LENGTH];
581
p += sel->
encodingStrLength
;
/external/icu4c/common/
ucnvsel.cpp
54
int32_t
encodingStrLength
;
194
newSelector->
encodingStrLength
= totalSize += encodingStrPadding;
312
sel->
encodingStrLength
320
sel->
encodingStrLength
;
343
uprv_memcpy(p, sel->encodings[0], sel->
encodingStrLength
);
344
p += sel->
encodingStrLength
;
563
sel->
encodingStrLength
= indexes[UCNVSEL_INDEX_NAMES_LENGTH];
583
p += sel->
encodingStrLength
;
Completed in 48 milliseconds