Home
last modified time | relevance | path

Searched refs:nextToken (Results 1 - 25 of 49) sorted by relevance

12

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexFormatter.java73 int nextToken = tokens.indexIn(regex, pos); in recurse()
74 if (nextToken == -1) { in recurse()
78 out.append(regex.substring(pos, nextToken)); in recurse()
79 pos = nextToken; in recurse()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DAffixUtils.java42 * tag = AffixPatternUtils.nextToken(tag, patternString);
324 tag = nextToken(tag, affixPattern); in unescape()
359 tag = nextToken(tag, affixPattern); in unescapedCount()
391 tag = nextToken(tag, affixPattern); in containsType()
411 tag = nextToken(tag, affixPattern); in hasCurrencySymbols()
437 tag = nextToken(tag, affixPattern); in replaceType()
458 tag = nextToken(tag, affixPattern); in containsOnlySymbolsAndIgnorables()
474 tag = nextToken(tag, affixPattern); in iterateWithConsumer()
492 private static long nextToken(long tag, CharSequence patternString) { in nextToken() method in AffixUtils
638 * {@link #nextToken}
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DAffixUtils.java43 * tag = AffixPatternUtils.nextToken(tag, patternString);
327 tag = nextToken(tag, affixPattern); in unescape()
362 tag = nextToken(tag, affixPattern); in unescapedCount()
394 tag = nextToken(tag, affixPattern); in containsType()
414 tag = nextToken(tag, affixPattern); in hasCurrencySymbols()
440 tag = nextToken(tag, affixPattern); in replaceType()
461 tag = nextToken(tag, affixPattern); in containsOnlySymbolsAndIgnorables()
477 tag = nextToken(tag, affixPattern); in iterateWithConsumer()
495 private static long nextToken(long tag, CharSequence patternString) { in nextToken() method in AffixUtils
639 * {@link #nextToken}
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_affixutils.cpp166 tag = nextToken(tag, affixPattern, status); in unescape()
190 tag = nextToken(tag, affixPattern, status); in unescapedCodePointCount()
210 tag = nextToken(tag, affixPattern, status); in containsType()
225 tag = nextToken(tag, affixPattern, status); in hasCurrencySymbols()
242 tag = nextToken(tag, affixPattern, status); in replaceType()
258 tag = nextToken(tag, affixPattern, status); in containsOnlySymbolsAndIgnorables()
274 tag = nextToken(tag, affixPattern, status); in iterateWithConsumer()
281 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status) { in nextToken() function in AffixUtils
H A Dmeasunit_extra.cpp633 Token nextToken(UErrorCode& status) {
692 Token token = nextToken(status);
704 token = nextToken(status);
746 token = nextToken(status);
787 token = nextToken(status);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_affixutils.cpp166 tag = nextToken(tag, affixPattern, status); in unescape()
190 tag = nextToken(tag, affixPattern, status); in unescapedCodePointCount()
210 tag = nextToken(tag, affixPattern, status); in containsType()
225 tag = nextToken(tag, affixPattern, status); in hasCurrencySymbols()
242 tag = nextToken(tag, affixPattern, status); in replaceType()
258 tag = nextToken(tag, affixPattern, status); in containsOnlySymbolsAndIgnorables()
274 tag = nextToken(tag, affixPattern, status); in iterateWithConsumer()
281 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status) { in nextToken() function in AffixUtils
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_affixutils.cpp164 tag = nextToken(tag, affixPattern, status); in unescape()
188 tag = nextToken(tag, affixPattern, status); in unescapedCodePointCount()
208 tag = nextToken(tag, affixPattern, status); in containsType()
223 tag = nextToken(tag, affixPattern, status); in hasCurrencySymbols()
240 tag = nextToken(tag, affixPattern, status); in replaceType()
256 tag = nextToken(tag, affixPattern, status); in containsOnlySymbolsAndIgnorables()
272 tag = nextToken(tag, affixPattern, status); in iterateWithConsumer()
279 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status) { in nextToken() function in AffixUtils
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js617 if (this.nextToken[_tokenize.FIELDS.TYPE] === tokens.word) {
620 } else if (this.nextToken[_tokenize.FIELDS.TYPE] === tokens.asterisk) {
627 if (this.nextToken) {
628 var nextContent = this.content(this.nextToken);
721 if (length > 1 && _this4.nextToken && _this4.nextToken[_tokenize.FIELDS.TYPE] === tokens.openParenthesis) {
723 index: _this4.nextToken[_tokenize.FIELDS.START_POS]
739 } else if (this.position === this.tokens.length - 1 || this.nextToken[_tokenize.FIELDS.TYPE] === tokens.comma || this.nextToken[_tokenize.FIELDS.TYPE] === tokens.closeParenthesis) {
756 var nextToken
[all...]
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp125 Token DSLParser::nextToken() { in nextToken() function in SkSL::DSLParser
152 fPushback = this->nextToken(); in peek()
161 Token next = this->nextToken(); in checkNext()
173 Token next = this->nextToken(); in expect()
262 this->nextToken(); in declarations()
314 this->nextToken(); in declaration()
327 this->nextToken(); in declaration()
361 this->nextToken(); in functionDeclarationEnd()
524 Token nextToken = this->peek(); in varDeclarationsOrExpressionStatement() local
525 if (nextToken in varDeclarationsOrExpressionStatement()
1090 Token nextToken = this->peek(); forStatement() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DStringTokenizerTest.java317 assertEquals("[" + String.valueOf(n++) + "]", jt.nextToken(), it.nextToken()); in TestNoCoalesce()
324 assertEquals("sur1", it.nextToken(), "Even"); in TestNoCoalesce()
325 assertEquals("sur2", it.nextToken(), "\ud800\udc00"); in TestNoCoalesce()
326 assertEquals("sur3", it.nextToken(), " "); in TestNoCoalesce()
327 assertEquals("sur4", it.nextToken(), "works."); in TestNoCoalesce()
328 assertEquals("sur5", it.nextToken(), "\n"); in TestNoCoalesce()
329 assertEquals("sur6", it.nextToken(), "\n"); in TestNoCoalesce()
454 if (!st.nextToken(delimiter[j]).equals(expected[j][i])) { in TestNextNewDelimiters()
455 errln("nextToken() wit in TestNextNewDelimiters()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DStringTokenizerTest.java314 assertEquals("[" + String.valueOf(n++) + "]", jt.nextToken(), it.nextToken()); in TestNoCoalesce()
321 assertEquals("sur1", it.nextToken(), "Even"); in TestNoCoalesce()
322 assertEquals("sur2", it.nextToken(), "\ud800\udc00"); in TestNoCoalesce()
323 assertEquals("sur3", it.nextToken(), " "); in TestNoCoalesce()
324 assertEquals("sur4", it.nextToken(), "works."); in TestNoCoalesce()
325 assertEquals("sur5", it.nextToken(), "\n"); in TestNoCoalesce()
326 assertEquals("sur6", it.nextToken(), "\n"); in TestNoCoalesce()
451 if (!st.nextToken(delimiter[j]).equals(expected[j][i])) { in TestNextNewDelimiters()
452 errln("nextToken() wit in TestNextNewDelimiters()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTokenizer.java60 * println(st.nextToken());
78 * println(st.nextToken());
294 * <tt>nextToken</tt> with no argument will successfully return a token.
312 public String nextToken() in nextToken() method in StringTokenizer
397 public String nextToken(String delim) in nextToken() method in StringTokenizer
404 return nextToken(m_delimiters_); in nextToken()
421 public String nextToken(UnicodeSet delim) in nextToken() method in StringTokenizer
430 return nextToken(); in nextToken()
448 * Returns the same value as the <code>nextToken</code> method, except
455 * @see #nextToken()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DStringTokenizer.java61 * println(st.nextToken());
79 * println(st.nextToken());
290 * <tt>nextToken</tt> with no argument will successfully return a token.
306 public String nextToken() in nextToken() method in StringTokenizer
390 public String nextToken(String delim) in nextToken() method in StringTokenizer
397 return nextToken(m_delimiters_); in nextToken()
413 public String nextToken(UnicodeSet delim) in nextToken() method in StringTokenizer
422 return nextToken(); in nextToken()
439 * Returns the same value as the <code>nextToken</code> method, except
446 * @see #nextToken()
[all...]
/third_party/typescript/tests/baselines/reference/
H A Dparserindenter.js48 public GetIndentationEdits(token: TokenSpan, nextToken: TokenSpan, node: ParseNode, sameLineIndent: boolean): List_TextEditInfo {
52 "t2=[" + (nextToken == null ? "null" : (nextToken.Span.startPosition() + "," + nextToken.Span.endPosition())) + "]" +
56 var result = this.GetIndentationEditsWorker(token, nextToken, node, sameLineIndent);
68 public GetIndentationEditsWorker(token: TokenSpan, nextToken: TokenSpan, node: ParseNode, sameLineIndent: boolean): List_TextEditInfo {
111 if (token.Token == AuthorTokenKind.atkIdentifier && nextToken != null && nextToken.Token == AuthorTokenKind.atkColon) {
779 Indenter.prototype.GetIndentationEdits = function (token, nextToken, node, sameLineIndent) {
783 "t2=[" + (nextToken
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java939 nextToken(); in Tokenizer()
964 public void nextToken() { in nextToken() method in TextFormat.Tokenizer
1012 nextToken(); in tryConsume()
1063 nextToken(); in consumeIdentifier()
1087 nextToken(); in consumeInt32()
1101 nextToken(); in consumeUInt32()
1115 nextToken(); in consumeInt64()
1142 nextToken(); in consumeUInt64()
1171 nextToken(); in consumeDouble()
1175 nextToken(); in consumeDouble()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
H A DTokenIterator.java72 pos = nextToken(pos); in next()
111 private int nextToken(int position) { in nextToken() method in TokenIterator
/third_party/icu/icu4c/source/test/intltest/
H A Dtokiter.cpp43 if (!nextToken(token, ec)) { in next()
67 UBool TokenIterator::nextToken(UnicodeString& token, UErrorCode& ec) { in nextToken() function in TokenIterator
H A Dtokiter.h63 UBool nextToken(UnicodeString& token, UErrorCode& ec);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
H A DTokenIterator.java74 pos = nextToken(pos); in next()
113 private int nextToken(int position) { in nextToken() method in TokenIterator
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPersonNameFormatterTest.java37 String entry = entrySplitter.nextToken(); in buildPersonName()
54 PersonName.NameField fieldID = PersonName.NameField.forString(fieldNameSplitter.nextToken()); in buildPersonName()
56 modifiers.add(PersonName.FieldModifier.forString(fieldNameSplitter.nextToken())); in buildPersonName()
96 String optionStr = tok.nextToken(); in makeOptionsSet()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1374 t = nextToken(tokens, x++, condition); in parseConstraint()
1378 t = nextToken(tokens, x++, condition); in parseConstraint()
1384 t = nextToken(tokens, x++, condition); in parseConstraint()
1394 t = nextToken(tokens, x++, condition); in parseConstraint()
1397 t = nextToken(tokens, x++, condition); in parseConstraint()
1406 t = nextToken(tokens, x++, condition); in parseConstraint()
1416 t = nextToken(tokens, x++, condition); in parseConstraint()
1418 t = nextToken(tokens, x++, condition); in parseConstraint()
1422 t = nextToken(tokens, x++, condition); in parseConstraint()
1425 t = nextToken(token in parseConstraint()
1509 private static String nextToken(String[] tokens, int x, String context) nextToken() method in PluralRules
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DMeasureUnitImpl.java564 Token token = nextToken(); in nextSingleUnit()
574 token = nextToken(); in nextSingleUnit()
610 token = nextToken(); in nextSingleUnit()
646 token = nextToken(); in nextSingleUnit()
654 private Token nextToken() { in nextToken() method in MeasureUnitImpl.UnitsParser
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimplePersonName.java216 String fieldName = tok.nextToken(); // throw away the field name in makeModifiersFromName()
218 result.add(PersonName.FieldModifier.forString(tok.nextToken())); in makeModifiersFromName()
H A DPluralRules.java1454 t = nextToken(tokens, x++, condition); in parseConstraint()
1458 t = nextToken(tokens, x++, condition); in parseConstraint()
1464 t = nextToken(tokens, x++, condition); in parseConstraint()
1474 t = nextToken(tokens, x++, condition); in parseConstraint()
1477 t = nextToken(tokens, x++, condition); in parseConstraint()
1486 t = nextToken(tokens, x++, condition); in parseConstraint()
1496 t = nextToken(tokens, x++, condition); in parseConstraint()
1498 t = nextToken(tokens, x++, condition); in parseConstraint()
1502 t = nextToken(tokens, x++, condition); in parseConstraint()
1505 t = nextToken(token in parseConstraint()
1589 private static String nextToken(String[] tokens, int x, String context) nextToken() method in PluralRules
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/
H A DPersonNamePattern.java239 this.fieldID = PersonName.NameField.forString(tok.nextToken()); in NameFieldImpl()
241 modifierIDs.add(PersonName.FieldModifier.forString(tok.nextToken())); in NameFieldImpl()

Completed in 25 milliseconds

12