Searched defs:fromUnicodeTable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.h376 const uint16_t *fromUnicodeTable; member in struct:UConverterMBCSTable
H A Ducnvisci.c411 static const uint16_t fromUnicodeTable[128]={ variable
1000 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar];
/external/icu4c/common/
H A Ducnvmbcs.h379 const uint16_t *fromUnicodeTable; member in struct:UConverterMBCSTable
H A Ducnvisci.c414 static const uint16_t fromUnicodeTable[128]={ variable
1003 targetByteUnit=fromUnicodeTable[(uint8_t)sourceChar];

Completed in 134 milliseconds