Searched refs:initialState (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Drbbitblb.cpp550 RBBIStateDescriptor *initialState = NULL; local
573 initialState = new RBBIStateDescriptor(lastInputSymbol, fStatus);
574 if (initialState == NULL) {
580 initialState->fPositions = new UVector(*fStatus);
581 if (initialState->fPositions == NULL) {
587 setAdd(initialState->fPositions, fTree->fFirstPosSet);
588 fDStates->addElement(initialState, *fStatus);
679 delete initialState;
/external/icu4c/common/
H A Drbbitblb.cpp550 RBBIStateDescriptor *initialState = NULL; local
573 initialState = new RBBIStateDescriptor(lastInputSymbol, fStatus);
574 if (initialState == NULL) {
580 initialState->fPositions = new UVector(*fStatus);
581 if (initialState->fPositions == NULL) {
587 setAdd(initialState->fPositions, fTree->fFirstPosSet);
588 fDStates->addElement(initialState, *fStatus);
679 delete initialState;
/external/webkit/JavaScriptCore/runtime/
H A DLiteralParser.cpp283 JSValue LiteralParser::parse(ParserState initialState) argument
285 ParserState state = initialState;
/external/webkit/WebCore/rendering/
H A DRenderText.cpp1315 HangulState initialState; local
1326 initialState = state;
/external/chromium/third_party/icu/source/i18n/
H A Ducol.cpp3839 element chunk after resetting the state to the initialState at the right side of the digit string.
3843 collIterateState initialState = {0,0,0,0,0,0,0,0,0}; local
3844 backupState(source, &initialState);
3974 loadState(source, &initialState, FALSE);
/external/icu4c/i18n/
H A Ducol.cpp3678 element chunk after resetting the state to the initialState at the right side of the digit string.
3682 collIterateState initialState = {0,0,0,0,0,0,0,0,0}; local
3683 backupState(source, &initialState);
3813 loadState(source, &initialState, FALSE);

Completed in 149 milliseconds