Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Ducnvscsu.cpp50 UC0=0xE0, /* Select window 0 */ enumerator
480 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicodeWithOffsets()
503 if((uint8_t)(b-UC0)>(Urs-UC0)) { in _SCSUToUnicodeWithOffsets()
508 } else if(/* UC0<=b && */ b<=UC7) { in _SCSUToUnicodeWithOffsets()
509 dynamicWindow=(int8_t)(b-UC0); in _SCSUToUnicodeWithOffsets()
784 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicode()
801 if((uint8_t)(b-UC0)>(Ur in _SCSUToUnicode()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp50 UC0=0xE0, /* Select window 0 */ enumerator
480 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicodeWithOffsets()
503 if((uint8_t)(b-UC0)>(Urs-UC0)) { in _SCSUToUnicodeWithOffsets()
508 } else if(/* UC0<=b && */ b<=UC7) { in _SCSUToUnicodeWithOffsets()
509 dynamicWindow=(int8_t)(b-UC0); in _SCSUToUnicodeWithOffsets()
784 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicode()
801 if((uint8_t)(b-UC0)>(Ur in _SCSUToUnicode()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvscsu.cpp50 UC0=0xE0, /* Select window 0 */ enumerator
480 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicodeWithOffsets()
503 if((uint8_t)(b-UC0)>(Urs-UC0)) { in _SCSUToUnicodeWithOffsets()
508 } else if(/* UC0<=b && */ b<=UC7) { in _SCSUToUnicodeWithOffsets()
509 dynamicWindow=(int8_t)(b-UC0); in _SCSUToUnicodeWithOffsets()
784 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) { in _SCSUToUnicode()
801 if((uint8_t)(b-UC0)>(Ur in _SCSUToUnicode()
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java42 private static final short UC0=0xE0; /* Select window 0 */ field in CharsetSCSU
341 while((source.position()+1)<source.limit() && target.hasRemaining() && (((b=source.get(source.position()))-UC0)&UConverterConstants.UNSIGNED_BYTE_MASK)>(Urs-UC0)){ in fastSingle()
521 if((short)((b -UC0)&UConverterConstants.UNSIGNED_BYTE_MASK)>(Urs - UC0)){ in singleByteMode()
527 dynamicWindow = (byte)(b - UC0); in singleByteMode()
997 c |=((UC0+dynamicWindow)<<8)|c; in loop()
1007 c = ((UC0+dynamicWindow)<<8) | (c- currentOffset) | 0x80; in loop()
1126 c = ((UC0+dynamicWindow)<<8 | (c-currentOffset) | 0x80); in getTrailUnicode()
/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