OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toULimit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_u8.c
758
int8_t oldToULength, toULength,
toULimit
;
775
toULimit
=(int8_t)utf8->mode;
777
toULength=oldToULength=
toULimit
=0;
781
if(count<
toULimit
) {
786
} else if(targetCapacity<
toULimit
) {
804
* into the source length but reduce the source index by
toULimit
817
while(i<3 && i<(count-
toULimit
)) {
888
toULimit
=utf8_countTrailBytes[b]+1;
891
while(toULength<
toULimit
) {
899
break; /* sequence too short, stop with toULength<
toULimit
*/
[
all
...]
ucnvmbcs.c
[
all
...]
/external/icu4c/common/
ucnv_u8.c
761
int8_t oldToULength, toULength,
toULimit
;
777
toULimit
=(int8_t)utf8->mode;
779
toULength=oldToULength=
toULimit
=0;
783
if(count<
toULimit
) {
788
} else if(targetCapacity<
toULimit
) {
806
* into the source length but reduce the source index by
toULimit
819
while(i<3 && i<(count-
toULimit
)) {
890
toULimit
=U8_COUNT_TRAIL_BYTES(b)+1;
893
while(toULength<
toULimit
) {
901
break; /* sequence too short, stop with toULength<
toULimit
*/
[
all
...]
ucnvmbcs.c
[
all
...]
Completed in 65 milliseconds