Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp118 UBool backUp( UText *text );
159 PossibleWord::backUp( UText *text ) { in backUp() function in PossibleWord
285 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
288 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
519 while (words[(wordsFound + 1) % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
522 while (words[wordsFound % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
711 while (words[(wordsFound + 1) % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
714 while (words[wordsFound % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
916 while (words[(wordsFound + 1) % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
919 while (words[wordsFound % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp115 UBool backUp( UText *text );
156 PossibleWord::backUp( UText *text ) { in backUp() function in PossibleWord
283 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
286 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
518 while (words[(wordsFound + 1) % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
521 while (words[wordsFound % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
711 while (words[(wordsFound + 1) % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
714 while (words[wordsFound % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
917 while (words[(wordsFound + 1) % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
920 while (words[wordsFound % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
/third_party/icu/icu4c/source/common/
Ddictbe.cpp118 UBool backUp( UText *text );
159 PossibleWord::backUp( UText *text ) { in backUp() function in PossibleWord
285 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
288 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
519 while (words[(wordsFound + 1) % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
522 while (words[wordsFound % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
711 while (words[(wordsFound + 1) % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
714 while (words[wordsFound % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
916 while (words[(wordsFound + 1) % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
919 while (words[wordsFound % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp120 UBool backUp( UText *text );
161 PossibleWord::backUp( UText *text ) { in backUp() function in PossibleWord
288 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
291 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
523 while (words[(wordsFound + 1) % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
526 while (words[wordsFound % LAO_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
716 while (words[(wordsFound + 1) % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
719 while (words[wordsFound % BURMESE_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
922 while (words[(wordsFound + 1) % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
925 while (words[wordsFound % KHMER_LOOKAHEAD].backUp(text)); in divideUpDictionaryRange()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DLaoBreakEngine.java148 } while (words[(wordsFound+1)%LAO_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
150 } while (words[wordsFound%LAO_LOOKAHEAD].backUp(fIter) && !foundBest); in divideUpDictionaryRange()
DKhmerBreakEngine.java149 } while (words[(wordsFound+1)%KHMER_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
151 } while (words[wordsFound%KHMER_LOOKAHEAD].backUp(fIter) && !foundBest); in divideUpDictionaryRange()
DBurmeseBreakEngine.java145 } while (words[(wordsFound+1)%BURMESE_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
147 } while (words[wordsFound%BURMESE_LOOKAHEAD].backUp(fIter) && !foundBest); in divideUpDictionaryRange()
DThaiBreakEngine.java158 } while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
161 while (words[wordsFound%THAI_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
DDictionaryBreakEngine.java67 public boolean backUp(CharacterIterator fIter) { in backUp() method in DictionaryBreakEngine.PossibleWord
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DKhmerBreakEngine.java144 } while (words[(wordsFound+1)%KHMER_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
146 } while (words[wordsFound%KHMER_LOOKAHEAD].backUp(fIter) && !foundBest); in divideUpDictionaryRange()
DBurmeseBreakEngine.java140 } while (words[(wordsFound+1)%BURMESE_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
142 } while (words[wordsFound%BURMESE_LOOKAHEAD].backUp(fIter) && !foundBest); in divideUpDictionaryRange()
DLaoBreakEngine.java143 } while (words[(wordsFound+1)%LAO_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
145 } while (words[wordsFound%LAO_LOOKAHEAD].backUp(fIter) && !foundBest); in divideUpDictionaryRange()
DThaiBreakEngine.java153 } while (words[(wordsFound+1)%THAI_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
156 while (words[wordsFound%THAI_LOOKAHEAD].backUp(fIter)); in divideUpDictionaryRange()
DDictionaryBreakEngine.java66 public boolean backUp(CharacterIterator fIter) { in backUp() method in DictionaryBreakEngine.PossibleWord
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log4028 …o; ... 6 more ...; lookAhead: () => any; }' is not assignable to type '{ backUp: (n: any) => void;…
4029 …Property 'hideFirstChars' does not exist on type '{ backUp: (n: any) => void; column: () => void; …