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

  /external/chromium/third_party/icu/source/common/
ucnv_u7.c 167 * 23..16 base64Counter (-1..7)
173 * 23..16 base64Counter (0..2)
220 int8_t base64Counter;
240 base64Counter=(int8_t)(status>>16);
286 base64Counter=-1;
318 switch(base64Counter) {
322 base64Counter=1;
329 ++base64Counter;
340 base64Counter=3;
351 base64Counter=6
    [all...]
  /external/icu4c/common/
ucnv_u7.c 167 * 23..16 base64Counter (-1..7)
173 * 23..16 base64Counter (0..2)
220 int8_t base64Counter;
240 base64Counter=(int8_t)(status>>16);
286 base64Counter=-1;
318 switch(base64Counter) {
322 base64Counter=1;
329 ++base64Counter;
340 base64Counter=3;
351 base64Counter=6
    [all...]

Completed in 24 milliseconds