Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dselfmt.cpp98 enum State{ startState, keywordState, pastKeywordState, phraseState}; in applyPattern() enumerator
124 if ( state == phraseState ){ in applyPattern()
164 state = phraseState; in applyPattern()
180 state = phraseState; in applyPattern()
191 case phraseState: in applyPattern()