Home
last modified time | relevance | path

Searched refs:STATE_INSIDE_QUOTE (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAffixUtils.java66 private static final int STATE_INSIDE_QUOTE = 2; field in AffixUtils
153 state = STATE_INSIDE_QUOTE; in estimateLength()
156 case STATE_INSIDE_QUOTE: in estimateLength()
169 state = STATE_INSIDE_QUOTE; in estimateLength()
184 case STATE_INSIDE_QUOTE: in estimateLength()
228 state = STATE_INSIDE_QUOTE; in escape()
235 if (state == STATE_INSIDE_QUOTE) { in escape()
247 if (state == STATE_INSIDE_QUOTE) { in escape()
521 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
523 case STATE_INSIDE_QUOTE: in nextToken()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAffixUtils.java68 private static final int STATE_INSIDE_QUOTE = 2; field in AffixUtils
161 state = STATE_INSIDE_QUOTE; in estimateLength()
164 case STATE_INSIDE_QUOTE: in estimateLength()
177 state = STATE_INSIDE_QUOTE; in estimateLength()
192 case STATE_INSIDE_QUOTE: in estimateLength()
236 state = STATE_INSIDE_QUOTE; in escape()
243 if (state == STATE_INSIDE_QUOTE) { in escape()
255 if (state == STATE_INSIDE_QUOTE) { in escape()
529 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
531 case STATE_INSIDE_QUOTE: in nextToken()
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_affixutils.cpp44 state = STATE_INSIDE_QUOTE; in estimateLength()
47 case STATE_INSIDE_QUOTE: in estimateLength()
60 state = STATE_INSIDE_QUOTE; in estimateLength()
75 case STATE_INSIDE_QUOTE: in estimateLength()
105 state = STATE_INSIDE_QUOTE; in escape()
112 if (state == STATE_INSIDE_QUOTE) { in escape()
124 if (state == STATE_INSIDE_QUOTE) { in escape()
312 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
314 case STATE_INSIDE_QUOTE: in nextToken()
321 return makeTag(offset + count, TYPE_CODEPOINT, STATE_INSIDE_QUOTE, cp); in nextToken()
[all …]
Dnumber_affixutils.h23 STATE_INSIDE_QUOTE = 2, enumerator