Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc3681 static char tri_string[4]; variable
3683 tri_string[0] = "_abcdefghijklmnopqrstuvwxyzAEIOC"[(trisub >> 10) & 0x1f]; in Latin127Str()
3684 tri_string[1] = "_abcdefghijklmnopqrstuvwxyzAEIOC"[(trisub >> 5) & 0x1f]; in Latin127Str()
3685 tri_string[2] = "_abcdefghijklmnopqrstuvwxyzAEIOC"[(trisub >> 0) & 0x1f]; in Latin127Str()
3686 tri_string[3] = '\0'; in Latin127Str()
3687 return tri_string; in Latin127Str()