OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytesconverted
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_lmb.c
756
int
bytesConverted
;
763
bytesConverted
= ucnv_MBCSFromUChar32(xcnv, *pUniChar, &value, FALSE);
766
if(
bytesConverted
> 0) {
767
firstByte = (ulmbcs_byte_t)(value >> ((
bytesConverted
- 1) * 8));
785
if (
bytesConverted
== 1 && group >= ULMBCS_DOUBLEOPTGROUP_START)
792
if (
bytesConverted
== 1 && firstByte < 0x20 )
797
switch(
bytesConverted
)
[
all
...]
/external/icu4c/common/
ucnv_lmb.c
756
int
bytesConverted
;
763
bytesConverted
= ucnv_MBCSFromUChar32(xcnv, *pUniChar, &value, FALSE);
766
if(
bytesConverted
> 0) {
767
firstByte = (ulmbcs_byte_t)(value >> ((
bytesConverted
- 1) * 8));
785
if (
bytesConverted
== 1 && group >= ULMBCS_DOUBLEOPTGROUP_START)
792
if (
bytesConverted
== 1 && firstByte < 0x20 )
797
switch(
bytesConverted
)
[
all
...]
Completed in 225 milliseconds