OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxStage1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c
718
uint16_t st1,
maxStage1
, st2;
726
maxStage1
=0x440;
728
maxStage1
=0x40;
752
for(st1=0; st1<
maxStage1
; ++st1) {
754
if(st2>
maxStage1
) {
798
for(st1=0; st1<
maxStage1
; ++st1) {
800
if(st2>(
maxStage1
>>1)) {
[
all
...]
/external/icu4c/common/
ucnvmbcs.c
721
uint16_t st1,
maxStage1
, st2;
729
maxStage1
=0x440;
731
maxStage1
=0x40;
755
for(st1=0; st1<
maxStage1
; ++st1) {
757
if(st2>
maxStage1
) {
801
for(st1=0; st1<
maxStage1
; ++st1) {
803
if(st2>(
maxStage1
>>1)) {
[
all
...]
Completed in 174 milliseconds