/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | ComposedCharIter.java | 107 if (nextChar == Normalizer.DONE) { in hasNext() 110 return nextChar != Normalizer.DONE; in hasNext() 123 if (nextChar == Normalizer.DONE) { in next() 126 curChar = nextChar; in next() 127 nextChar = Normalizer.DONE; in next() 166 nextChar=c; in findNextChar() 172 private int nextChar = Normalizer.DONE; field in ComposedCharIter
|
H A D | CharsetRecog_mbcs.java | 59 for (iter.reset(); nextChar(iter, det);) { in match() 134 // by providing a nextChar() function that fills in an instance of iteratedChar 178 abstract boolean nextChar(iteratedChar it, CharsetDetector det); in nextChar() method in CharsetRecog_mbcs 201 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_sjis 267 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_big5 329 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_euc 475 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_gb_18030
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ComposedCharIter.java | 109 if (nextChar == Normalizer.DONE) { in hasNext() 112 return nextChar != Normalizer.DONE; in hasNext() 125 if (nextChar == Normalizer.DONE) { in next() 128 curChar = nextChar; in next() 129 nextChar = Normalizer.DONE; in next() 168 nextChar=c; in findNextChar() 174 private int nextChar = Normalizer.DONE; field in ComposedCharIter
|
H A D | CharsetRecog_mbcs.java | 60 for (iter.reset(); nextChar(iter, det);) { in match() 135 // by providing a nextChar() function that fills in an instance of iteratedChar 179 abstract boolean nextChar(iteratedChar it, CharsetDetector det); in nextChar() method in CharsetRecog_mbcs 202 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_sjis 268 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_big5 330 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_euc 476 boolean nextChar(iteratedChar it, CharsetDetector det) { in nextChar() method in CharsetRecog_mbcs.CharsetRecog_gb_18030
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | AsYouTypeFormatter.java | 284 * @param nextChar the most recently entered digit of a phone number. Formatting characters are 290 public String inputDigit(char nextChar) { in inputDigit() argument 291 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, false); in inputDigit() 296 * Same as {@link #inputDigit}, but remembers the position where {@code nextChar} is inserted, so 299 * inserted/removed in front of {@code nextChar}. 301 public String inputDigitAndRememberPosition(char nextChar) { in inputDigitAndRememberPosition() argument 302 currentOutput = inputDigitWithOptionToRememberPosition(nextChar, true); in inputDigitAndRememberPosition() 307 private String inputDigitWithOptionToRememberPosition(char nextChar, boolean rememberPosition) { in inputDigitWithOptionToRememberPosition() argument 308 accruedInput.append(nextChar); in inputDigitWithOptionToRememberPosition() 314 if (!isDigitOrLeadingPlusSign(nextChar)) { in inputDigitWithOptionToRememberPosition() 413 isDigitOrLeadingPlusSign(char nextChar) isDigitOrLeadingPlusSign() argument 632 normalizeAndAccrueDigitsAndPlusSign(char nextChar, boolean rememberPosition) normalizeAndAccrueDigitsAndPlusSign() argument 649 inputDigitHelper(char nextChar) inputDigitHelper() argument [all...] |
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | asyoutypeformatter.js | 496 * @param {string} nextChar the most recently entered digit of a phone number. 503 i18n.phonenumbers.AsYouTypeFormatter.prototype.inputDigit = function(nextChar) { 505 this.inputDigitWithOptionToRememberPosition_(nextChar, false); 512 * {@code nextChar} is inserted, so that it can be retrieved later by using 515 * front of {@code nextChar}. 517 * @param {string} nextChar 521 function(nextChar) { 524 this.inputDigitWithOptionToRememberPosition_(nextChar, true); 530 * @param {string} nextChar 536 inputDigitWithOptionToRememberPosition_ = function(nextChar, [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapFormat12.java | 71 private int nextChar; field in CMapFormat12.CharacterIterator 74 nextChar = groupStartChar(groupIndex); in CharacterIterator() 87 if (nextChar < groupEndChar) { in hasNext() 88 nextChar++; in hasNext() 95 nextChar = groupStartChar(groupIndex); in hasNext() 110 return nextChar; in next()
|
H A D | CMapFormat13.java | 70 private int nextChar; field in CMapFormat13.CharacterIterator 73 nextChar = groupStartChar(groupIndex); in CharacterIterator() 86 if (nextChar < groupEndChar) { in hasNext() 87 nextChar++; in hasNext() 94 nextChar = groupStartChar(groupIndex); in hasNext() 109 return nextChar; in next()
|
H A D | CMapFormat8.java | 61 private int nextChar; field in CMapFormat8.CharacterIterator 78 nextChar = firstCharInGroup; in hasNext() 82 if (nextChar < endCharInGroup) { in hasNext() 83 nextChar++; in hasNext() 101 return nextChar; in next()
|
H A D | CMapFormat4.java | 220 private int nextChar; field in CMapFormat4.CharacterIterator 237 nextChar = firstCharInSegment; in hasNext() 241 if (nextChar < lastCharInSegment) { in hasNext() 242 nextChar++; in hasNext() 260 return nextChar; in next()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | csrmbcs.h | 23 // by providing a nextChar() function that fills in an instance of IteratedChar 90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0; 103 UBool nextChar(IteratedChar *it, InputText *det) const override; 134 UBool nextChar(IteratedChar *it, InputText *det) const override; 177 UBool nextChar(IteratedChar* it, InputText* det) const override; 196 UBool nextChar(IteratedChar* it, InputText* det) const override;
|
H A D | csrmbcs.cpp | 156 while (nextChar(&iter, det)) { in match_mbcs() 241 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_sjis 290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_euc 403 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const in nextChar() function in CharsetRecog_big5 455 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_gb_18030
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrmbcs.h | 23 // by providing a nextChar() function that fills in an instance of IteratedChar 90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0; 103 UBool nextChar(IteratedChar *it, InputText *det) const override; 134 UBool nextChar(IteratedChar *it, InputText *det) const override; 177 UBool nextChar(IteratedChar* it, InputText* det) const override; 196 UBool nextChar(IteratedChar* it, InputText* det) const override;
|
H A D | csrmbcs.cpp | 156 while (nextChar(&iter, det)) { in match_mbcs() 241 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_sjis 290 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_euc 403 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const in nextChar() function in CharsetRecog_big5 455 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_gb_18030
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrmbcs.h | 23 // by providing a nextChar() function that fills in an instance of IteratedChar 90 virtual UBool nextChar(IteratedChar *it, InputText *textIn) const = 0; 103 UBool nextChar(IteratedChar *it, InputText *det) const; 134 UBool nextChar(IteratedChar *it, InputText *det) const; 177 UBool nextChar(IteratedChar* it, InputText* det) const; 196 UBool nextChar(IteratedChar* it, InputText* det) const;
|
H A D | csrmbcs.cpp | 157 while (nextChar(&iter, det)) { in match_mbcs() 244 UBool CharsetRecog_sjis::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_sjis 293 UBool CharsetRecog_euc::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_euc 406 UBool CharsetRecog_big5::nextChar(IteratedChar* it, InputText* det) const in nextChar() function in CharsetRecog_big5 458 UBool CharsetRecog_gb_18030::nextChar(IteratedChar* it, InputText* det) const { in nextChar() function in CharsetRecog_gb_18030
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonTokenizer.cs | 718 private char? nextChar; field in Google.Protobuf.JsonTokenizer.JsonTextTokenizer.PushBackReader 726 if (nextChar != null) in Read() 728 char? tmp = nextChar; in Read() 729 nextChar = null; in Read() 748 if (nextChar != null) in PushBack() 752 nextChar = c; in PushBack()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeContainerFormatParser.cpp | 167 int nextChar = getChar(m_elementLen); in advance() local 168 if (curChar == '\n' || (nextChar != (int)END_OF_BUFFER && nextChar != '\n')) in advance()
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
H A D | dbcs-codec.js | 317 seqObj = this.seqObj, nextChar = -1, 322 if (nextChar === -1) { 327 var uCode = nextChar; 328 nextChar = -1; 355 nextChar = uCode; uCode = UNASSIGNED; // Write an error, then current char. 376 nextChar = uCode; // Current character will be written too in the next iteration.
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | rle.c | 301 UBool nextChar = true; in rleStringToByteArray() local 331 * current character in 'c' and uses the boolean 'nextChar' in rleStringToByteArray() 335 if (nextChar) { in rleStringToByteArray() 338 nextChar = false; in rleStringToByteArray() 342 nextChar = true; in rleStringToByteArray()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | rle.c | 301 UBool nextChar = true; in rleStringToByteArray() local 331 * current character in 'c' and uses the boolean 'nextChar' in rleStringToByteArray() 335 if (nextChar) { in rleStringToByteArray() 338 nextChar = false; in rleStringToByteArray() 342 nextChar = true; in rleStringToByteArray()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | rle.c | 301 UBool nextChar = true; in rleStringToByteArray() local 331 * current character in 'c' and uses the boolean 'nextChar' in rleStringToByteArray() 335 if (nextChar) { in rleStringToByteArray() 338 nextChar = false; in rleStringToByteArray() 342 nextChar = true; in rleStringToByteArray()
|
/third_party/node/lib/ |
H A D | querystring.js | 90 let nextChar; 110 nextChar = StringPrototypeCharCodeAt(s, ++index); 111 hexLow = unhexTable[nextChar];
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
H A D | BIG5Tool.java | 129 while (nextChar(ichar)) { in processDir() 301 boolean nextChar(iteratedChar it) { in nextChar() method in BIG5Tool
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
H A D | NGramParser.java | 26 char nextChar(); in nextChar() method 139 while ((ch = client.nextChar()) != 0) { in parse()
|