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

  /external/chromium_org/third_party/icu/source/common/
ucnvmbcs.h 272 #define MBCS_ENTRY_FINAL_SET_VALUE(entry, value) (int32_t)(((entry)&0xfff00000)|(value))
  /external/icu4c/common/
ucnvmbcs.h 275 #define MBCS_ENTRY_FINAL_SET_VALUE(entry, value) (int32_t)(((entry)&0xfff00000)|(value))
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
    [all...]
  /external/icu4c/tools/toolutil/
ucmstate.c 358 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
362 states->stateTable[state][cell]=MBCS_ENTRY_FINAL_SET_VALUE(entry, sum);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.c 448 entry=MBCS_ENTRY_FINAL_SET_VALUE(entry, c);
450 entry=MBCS_ENTRY_FINAL_SET_VALUE(entry, c-0x10000);
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.cpp 448 entry=MBCS_ENTRY_FINAL_SET_VALUE(entry, c);
450 entry=MBCS_ENTRY_FINAL_SET_VALUE(entry, c-0x10000);
    [all...]

Completed in 28 milliseconds