Home
last modified time | relevance | path

Searched refs:charValue (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_mbcs.java65 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/
DCharsetRecog_mbcs.java64 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/
Dcsrmbcs.cpp118 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 …]
Dcsrmbcs.h35 uint32_t charValue; // 1-4 bytes from the raw input data
/third_party/icu/icu4c/source/i18n/
Dcsrmbcs.cpp118 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 …]
Dcsrmbcs.h35 uint32_t charValue; // 1-4 bytes from the raw input data
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrmbcs.cpp118 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 …]
Dcsrmbcs.h35 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/
DEUCTool.java135 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()
DBIG5Tool.java135 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/
Dgoomsl_lex.l30 <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; }
Dgoomsl_yacc.y1232 char charValue; member
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleExtensions.java131 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()
DLanguageTag.java526 if (isPrivateusePrefixChar(locextKey.charValue())) { in parseLocale()
DInternalLocaleBuilder.java434 _extensions.put(new CaseInsensitiveChar(key.charValue()), e.getValue()); in setLocale()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleExtensions.java127 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()
DInternalLocaleBuilder.java430 _extensions.put(new CaseInsensitiveChar(key.charValue()), e.getValue()); in setLocale()
DLanguageTag.java481 if (isPrivateusePrefixChar(locextKey.charValue())) { in parseLocale()
/third_party/icu/icu4c/source/test/intltest/
Dcaltest.cpp642 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/
DULocale.java3810 if (extKey.charValue() == 'u') { in toULocale()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java4353 if (extKey.charValue() == 'u') { in toULocale()