Home
last modified time | relevance | path

Searched refs:mustshiftopt (Results 1 – 1 of 1) sorted by relevance

/external/unicode/
DCVTUTF7.C45 static char mustshiftopt[128]; variable
59 mustshiftopt[i] = mustshiftsafe[i] = 1; in tabinit()
64 mustshiftopt[direct[i]] = mustshiftsafe[direct[i]] = 0; in tabinit()
67 mustshiftopt[spaces[i]] = mustshiftsafe[spaces[i]] = 0; in tabinit()
70 mustshiftopt[optional[i]] = 0; in tabinit()
100 mustshift = mustshiftopt; in ConvertUCS2toUTF7()