Home
last modified time | relevance | path

Searched refs:quoteWindow (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp242 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets() local
261 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicodeWithOffsets()
366 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicodeWithOffsets()
405 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()
411 uint32_t c=scsu->toUDynamicOffsets[quoteWindow]+(b&0x7f); in _SCSUToUnicodeWithOffsets()
567 scsu->toUQuoteWindow=quoteWindow; in _SCSUToUnicodeWithOffsets()
595 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicode() local
611 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicode()
691 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicode()
725 *target++=(UChar)(staticOffsets[quoteWindow] in _SCSUToUnicode()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp242 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets() local
261 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicodeWithOffsets()
366 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicodeWithOffsets()
405 *target++=(char16_t)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()
411 uint32_t c=scsu->toUDynamicOffsets[quoteWindow]+(b&0x7f); in _SCSUToUnicodeWithOffsets()
567 scsu->toUQuoteWindow=quoteWindow; in _SCSUToUnicodeWithOffsets()
595 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicode() local
611 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicode()
691 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicode()
725 *target++=(char16_t)(staticOffsets[quoteWindow] in _SCSUToUnicode()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp242 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicodeWithOffsets() local
261 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicodeWithOffsets()
366 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicodeWithOffsets()
405 *target++=(UChar)(staticOffsets[quoteWindow]+b); in _SCSUToUnicodeWithOffsets()
411 uint32_t c=scsu->toUDynamicOffsets[quoteWindow]+(b&0x7f); in _SCSUToUnicodeWithOffsets()
567 scsu->toUQuoteWindow=quoteWindow; in _SCSUToUnicodeWithOffsets()
595 int8_t quoteWindow, dynamicWindow; in _SCSUToUnicode() local
611 quoteWindow=scsu->toUQuoteWindow; in _SCSUToUnicode()
691 quoteWindow=(int8_t)(b-SQ0); in _SCSUToUnicode()
725 *target++=(UChar)(staticOffsets[quoteWindow] in _SCSUToUnicode()
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java222 private byte quoteWindow ; field in CharsetSCSU.CharsetDecoderSCSU
243 quoteWindow = data.toUQuoteWindow; in decodeLoop()
389 quoteWindow = (byte)(b - SQ0); in singleByteMode()
431 target.put((char)(staticOffsets[quoteWindow] + b)); in singleByteMode()
437 int c = data.toUDynamicOffsets[quoteWindow] + (b&0x7f); in singleByteMode()
590 data.toUQuoteWindow = quoteWindow; in endLoop()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 7 milliseconds