/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | CharsetRecog_mbcs.java | 65 long cv = iter.charValue & 0xFFFFFFFFL; in match() 145 int charValue = 0; // 1-4 bytes from the raw input data field in CharsetRecog_mbcs.iteratedChar 151 charValue = 0; in reset() 205 firstByte = it.charValue = it.nextByte(det); in nextChar() 218 it.charValue = (firstByte << 8) | secondByte; in nextChar() 271 firstByte = it.charValue = it.nextByte(det); in nextChar() 285 it.charValue = (it.charValue << 8) | secondByte; in nextChar() 338 firstByte = it.charValue = it.nextByte(det); in nextChar() 350 it.charValue = (it.charValue << 8) | secondByte; in nextChar() 376 it.charValue = (it.charValue << 8) | thirdByte; in nextChar() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetRecog_mbcs.java | 64 long cv = iter.charValue & 0xFFFFFFFFL; in match() 144 int charValue = 0; // 1-4 bytes from the raw input data field in CharsetRecog_mbcs.iteratedChar 150 charValue = 0; in reset() 204 firstByte = it.charValue = it.nextByte(det); in nextChar() 217 it.charValue = (firstByte << 8) | secondByte; in nextChar() 270 firstByte = it.charValue = it.nextByte(det); in nextChar() 284 it.charValue = (it.charValue << 8) | secondByte; in nextChar() 337 firstByte = it.charValue = it.nextByte(det); in nextChar() 349 it.charValue = (it.charValue << 8) | secondByte; in nextChar() 375 it.charValue = (it.charValue << 8) | thirdByte; in nextChar() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | csrmbcs.cpp | 118 charValue(0), index(-1), nextIndex(0), error(false), done(false) in IteratedChar() 162 if (iter.charValue > 0xFF) { in match_mbcs() 166 … if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs() 245 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar() 257 it->charValue = (firstByte << 8) | secondByte; in nextChar() 297 firstByte = it->charValue = it->nextByte(det); in nextChar() 311 it->charValue = (it->charValue << 8) | secondByte; in nextChar() 342 it->charValue = (it->charValue << 8) | thirdByte; in nextChar() 409 firstByte = it->charValue = it->nextByte(det); in nextChar() 422 it->charValue = (it->charValue << 8) | secondByte; in nextChar() [all …]
|
D | csrmbcs.h | 35 uint32_t charValue; // 1-4 bytes from the raw input data
|
/third_party/icu/icu4c/source/i18n/ |
D | csrmbcs.cpp | 118 charValue(0), index(-1), nextIndex(0), error(false), done(false) in IteratedChar() 162 if (iter.charValue > 0xFF) { in match_mbcs() 166 … if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs() 245 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar() 257 it->charValue = (firstByte << 8) | secondByte; in nextChar() 297 firstByte = it->charValue = it->nextByte(det); in nextChar() 311 it->charValue = (it->charValue << 8) | secondByte; in nextChar() 342 it->charValue = (it->charValue << 8) | thirdByte; in nextChar() 409 firstByte = it->charValue = it->nextByte(det); in nextChar() 422 it->charValue = (it->charValue << 8) | secondByte; in nextChar() [all …]
|
D | csrmbcs.h | 35 uint32_t charValue; // 1-4 bytes from the raw input data
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | csrmbcs.cpp | 118 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE) in IteratedChar() 163 if (iter.charValue <= 0xFF) { in match_mbcs() 169 … if (binarySearch(commonChars, commonCharsLen, static_cast<uint16_t>(iter.charValue)) >= 0){ in match_mbcs() 248 int32_t firstByte = it->charValue = it->nextByte(det); in nextChar() 260 it->charValue = (firstByte << 8) | secondByte; in nextChar() 300 firstByte = it->charValue = it->nextByte(det); in nextChar() 314 it->charValue = (it->charValue << 8) | secondByte; in nextChar() 345 it->charValue = (it->charValue << 8) | thirdByte; in nextChar() 412 firstByte = it->charValue = it->nextByte(det); in nextChar() 425 it->charValue = (it->charValue << 8) | secondByte; in nextChar() [all …]
|
D | csrmbcs.h | 35 uint32_t charValue; // 1-4 bytes from the raw input data
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
D | EUCTool.java | 135 if (ichar.charValue > 255) { in processDir() 139 if (ichar.charValue <= 255) { in processDir() 147 ChEl keyEl = new ChEl(ichar.charValue, 0); in processDir() 274 int charValue = 0; // The char value is a value from the encoding. field in EUCTool.iteratedChar 283 charValue = 0; in reset() 310 firstByte = it.charValue = it.nextByte(); in nextChar() 322 it.charValue = (it.charValue << 8) | secondByte; in nextChar() 348 it.charValue = (it.charValue << 8) | thirdByte; in nextChar()
|
D | BIG5Tool.java | 135 if (ichar.charValue > 255) { in processDir() 139 if (ichar.charValue <= 255) { in processDir() 147 ChEl keyEl = new ChEl(ichar.charValue, 0); in processDir() 274 int charValue = 0; // The char value is a value from the encoding. field in BIG5Tool.iteratedChar 283 charValue = 0; in reset() 308 firstByte = it.charValue = it.nextByte(); in nextChar() 322 it.charValue = (it.charValue << 8) | secondByte; in nextChar()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goomsl_lex.l | 30 <LINE_COMMENT>\n { ++currentGoomSL->num_lines; yylval.charValue=*yytext; BEGIN INITIAL; return '… 31 <INITIAL>\n { ++currentGoomSL->num_lines; yylval.charValue=*yytext; return '\n'; } 88 <INITIAL>. { yylval.charValue = *yytext; return *yytext; }
|
D | goomsl_yacc.y | 1232 char charValue; member
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LocaleExtensions.java | 131 return _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtension() 135 Extension ext = _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtensionValue() 185 char singleton = entry.getKey().charValue(); in toID()
|
D | LanguageTag.java | 526 if (isPrivateusePrefixChar(locextKey.charValue())) { in parseLocale()
|
D | InternalLocaleBuilder.java | 434 _extensions.put(new CaseInsensitiveChar(key.charValue()), e.getValue()); in setLocale()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleExtensions.java | 127 return _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtension() 131 Extension ext = _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtensionValue() 181 char singleton = entry.getKey().charValue(); in toID()
|
D | InternalLocaleBuilder.java | 430 _extensions.put(new CaseInsensitiveChar(key.charValue()), e.getValue()); in setLocale()
|
D | LanguageTag.java | 481 if (isPrivateusePrefixChar(locextKey.charValue())) { in parseLocale()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | caltest.cpp | 642 const char *charValue; in TestGenericAPI() local 644 while ((charValue = values->next(&valueLength, status)) != NULL) { in TestGenericAPI() 645 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) { in TestGenericAPI()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | ULocale.java | 3810 if (extKey.charValue() == 'u') { in toULocale()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ULocale.java | 4353 if (extKey.charValue() == 'u') { in toULocale()
|