Home
last modified time | relevance | path

Searched defs:nextChar (Results 1 – 25 of 50) sorted by relevance

12

/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dasyoutypeformatter.js503 i18n.phonenumbers.AsYouTypeFormatter.prototype.inputDigit = function(nextChar) { argument
521 function(nextChar) { argument
536 inputDigitWithOptionToRememberPosition_ = function(nextChar, argument
695 function(nextChar) { argument
1042 normalizeAndAccrueDigitsAndPlusSign_ = function(nextChar, argument
1068 function(nextChar) { argument
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java290 public String inputDigit(char nextChar) { in inputDigit()
301 public String inputDigitAndRememberPosition(char nextChar) { in inputDigitAndRememberPosition()
307 private String inputDigitWithOptionToRememberPosition(char nextChar, boolean rememberPosition) { in inputDigitWithOptionToRememberPosition()
413 private boolean isDigitOrLeadingPlusSign(char nextChar) { in isDigitOrLeadingPlusSign()
632 private char normalizeAndAccrueDigitsAndPlusSign(char nextChar, boolean rememberPosition) { in normalizeAndAccrueDigitsAndPlusSign()
649 private String inputDigitHelper(char nextChar) { in inputDigitHelper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_mbcs.java178 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
DComposedCharIter.java172 private int nextChar = Normalizer.DONE; field in ComposedCharIter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_mbcs.java179 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
DComposedCharIter.java174 private int nextChar = Normalizer.DONE; field in ComposedCharIter
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrmbcs.cpp244 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/icu/icu4c/source/i18n/
Dcsrmbcs.cpp244 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/flutter/skia/third_party/externals/icu/source/i18n/
Dcsrmbcs.cpp244 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/node/deps/icu-small/source/i18n/
Dcsrmbcs.cpp244 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/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat8.java61 private int nextChar; field in CMapFormat8.CharacterIterator
DCMapFormat13.java70 private int nextChar; field in CMapFormat13.CharacterIterator
DCMapFormat12.java71 private int nextChar; field in CMapFormat12.CharacterIterator
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat8.java61 private int nextChar; field in CMapFormat8.CharacterIterator
DCMapFormat12.java71 private int nextChar; field in CMapFormat12.CharacterIterator
DCMapFormat13.java70 private int nextChar; field in CMapFormat13.CharacterIterator
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DChecker.java116 public char nextChar() in nextChar() method in Checker
DNGramParser.java26 char nextChar(); in nextChar() method
DStatisticsTool.java121 public char nextChar() in nextChar() method in StatisticsTool
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp167 int nextChar = getChar(m_elementLen); in advance() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
DBIG5Tool.java301 boolean nextChar(iteratedChar it) { in nextChar() method in BIG5Tool
DEUCTool.java301 boolean nextChar(iteratedChar it) { in nextChar() method in EUCTool
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonTokenizer.cs718 private char? nextChar; field in Google.Protobuf.JsonTokenizer.JsonTextTokenizer.PushBackReader
/third_party/node/deps/icu-small/source/tools/genrb/
Drle.c301 UBool nextChar = true; in rleStringToByteArray() local
/third_party/icu/icu4c/source/tools/genrb/
Drle.c301 UBool nextChar = true; in rleStringToByteArray() local

12