HomeSort by relevance Sort by last modified time
    Searched refs:maxStage1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.c 723 uint16_t st1, maxStage1, st2;
731 maxStage1=0x440;
733 maxStage1=0x40;
757 for(st1=0; st1<maxStage1; ++st1) {
759 if(st2>maxStage1) {
803 for(st1=0; st1<maxStage1; ++st1) {
805 if(st2>(maxStage1>>1)) {
    [all...]
  /external/icu/icu4c/source/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 206 milliseconds