Home
last modified time | relevance | path

Searched refs:getCodePointCount (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestion_results.cpp30 suggestedWord.getCodePointCount(); in outputSuggestions()
34 suggestedWord.getCodePointCount(), true /* needsNullTermination */); in outputSuggestions()
73 && codePointCount < mWorstSuggestion.getCodePointCount())) { in addSuggestion()
102 DUMP_SUGGESTION(it->getCodePoint(), it->getCodePointCount(), index, it->getScore()); in dumpSuggestions()
Dsuggested_word.h35 return left.getCodePointCount() < right.getCodePointCount(); in operator()
53 int getCodePointCount() const { in getCodePointCount() function
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dnumber_modifiers.h36 int32_t getCodePointCount() const override;
72 int32_t getCodePointCount() const override;
165 int32_t getCodePointCount() const override;
250 int32_t getCodePointCount() const override { in getCodePointCount() function
268 return other.getCodePointCount() == 0; in strictEquals()
H A Dnumber_scientific.h29 int32_t getCodePointCount() const override;
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dnumber_modifiers.h36 int32_t getCodePointCount() const override;
72 int32_t getCodePointCount() const override;
165 int32_t getCodePointCount() const override;
250 int32_t getCodePointCount() const override { in getCodePointCount() function
268 return other.getCodePointCount() == 0; in semanticallyEquivalent()
H A Dnumrange_impl.cpp317 if (mm->getCodePointCount() <= 1) { in formatRange()
373 bool repeatInner = !collapseInner && micros1.modInner->getCodePointCount() > 0; in formatRange()
374 bool repeatMiddle = !collapseMiddle && micros1.modMiddle->getCodePointCount() > 0; in formatRange()
375 bool repeatOuter = !collapseOuter && micros1.modOuter->getCodePointCount() > 0; in formatRange()
H A Dnumber_padding.cpp65 int32_t modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply()
H A Dnumber_modifiers.cpp93 int32_t ConstantAffixModifier::getCodePointCount() const { in getCodePointCount() function in ConstantAffixModifier
175 int32_t SimpleModifier::getCodePointCount() const { in getCodePointCount() function in SimpleModifier
314 int32_t ConstantMultiFieldModifier::getCodePointCount() const { in getCodePointCount() function in ConstantMultiFieldModifier
H A Dnumber_scientific.h29 int32_t getCodePointCount() const override;
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dnumber_modifiers.h36 int32_t getCodePointCount() const U_OVERRIDE;
72 int32_t getCodePointCount() const U_OVERRIDE;
165 int32_t getCodePointCount() const U_OVERRIDE;
250 int32_t getCodePointCount() const U_OVERRIDE { in getCodePointCount() function
268 return other.getCodePointCount() == 0; in semanticallyEquivalent()
H A Dnumber_scientific.h29 int32_t getCodePointCount() const U_OVERRIDE;
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumber_modifiers.h36 int32_t getCodePointCount() const override;
72 int32_t getCodePointCount() const override;
165 int32_t getCodePointCount() const override;
250 int32_t getCodePointCount() const override { in getCodePointCount() function
268 return other.getCodePointCount() == 0; in strictEquals()
H A Dnumrange_impl.cpp317 if (mm->getCodePointCount() <= 1) { in formatRange()
373 bool repeatInner = !collapseInner && micros1.modInner->getCodePointCount() > 0; in formatRange()
374 bool repeatMiddle = !collapseMiddle && micros1.modMiddle->getCodePointCount() > 0; in formatRange()
375 bool repeatOuter = !collapseOuter && micros1.modOuter->getCodePointCount() > 0; in formatRange()
H A Dnumber_padding.cpp65 int32_t modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply()
H A Dnumber_modifiers.cpp128 int32_t ConstantAffixModifier::getCodePointCount() const { in getCodePointCount() function in ConstantAffixModifier
210 int32_t SimpleModifier::getCodePointCount() const { in getCodePointCount() function in SimpleModifier
346 int32_t ConstantMultiFieldModifier::getCodePointCount() const { in getCodePointCount() function in ConstantMultiFieldModifier
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Ddynamic_pt_reading_helper.h148 + ptNodeParams.getCodePointCount(); in getTotalCodePointCount()
153 const int nodeCodePointCount = ptNodeParams.getCodePointCount(); in fetchMergedNodeCodePointsInReverseOrder()
173 ptNodeParams.getCodePointCount(); in readChildNode()
189 ptNodeParams.getCodePointCount(); in readParentNode()
Dpt_node_params.h164 return getCodePointCount() > 0 && !CharUtils::isInUnicodeSpace(getCodePoints()[0]) in representsNonWordInfo()
169 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE in representsBeginningOfSentence()
184 AK_FORCE_INLINE uint8_t getCodePointCount() const { in getCodePointCount() function
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_node_writer.cpp251 sourcePtNodeParams.getCodePointCount() > 1 /* hasMultipleChars */); in addNgramEntry()
322 ptNodeParams->getCodePointCount() > 1 /* hasMultipleChars */); in addShortcutTarget()
335 hasBigrams, ptNodeParams->getCodePointCount() > 1 /* hasMultipleChars */); in updatePtNodeHasBigramsAndShortcutTargetsFlags()
355 ptNodeParams->getCodePoints(), ptNodeParams->getCodePointCount(), ptNodeWritingPos)) { in writePtNodeAndGetTerminalIdAndAdvancePosition()
392 ptNodeParams->getCodePointCount() > 1 /* hasMultipleChars */); in writePtNodeAndGetTerminalIdAndAdvancePosition()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
H A DNumberRangeFormatterImpl.java315 if (mm.getCodePointCount() <= 1) { in formatRange()
352 boolean repeatInner = !collapseInner && micros1.modInner.getCodePointCount() > 0; in formatRange()
353 boolean repeatMiddle = !collapseMiddle && micros1.modMiddle.getCodePointCount() > 0; in formatRange()
354 boolean repeatOuter = !collapseOuter && micros1.modOuter.getCodePointCount() > 0; in formatRange()
H A DScientificNotation.java230 public int getCodePointCount() { in getCodePointCount() method in ScientificNotation.ScientificHandler
311 public int getCodePointCount() { in getCodePointCount() method in ScientificNotation.ScientificModifier
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DNumberRangeFormatterImpl.java316 if (mm.getCodePointCount() <= 1) { in formatRange()
353 boolean repeatInner = !collapseInner && micros1.modInner.getCodePointCount() > 0; in formatRange()
354 boolean repeatMiddle = !collapseMiddle && micros1.modMiddle.getCodePointCount() > 0; in formatRange()
355 boolean repeatOuter = !collapseOuter && micros1.modOuter.getCodePointCount() > 0; in formatRange()
H A DScientificNotation.java228 public int getCodePointCount() { in getCodePointCount() method in ScientificNotation.ScientificHandler
309 public int getCodePointCount() { in getCodePointCount() method in ScientificNotation.ScientificModifier
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/number/
H A DPadder.java87 int modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DPadder.java94 int modLength = mod1.getCodePointCount() + mod2.getCodePointCount(); in padAndApply()
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_node_writer.cpp302 ptNodeParams->getCodePoints(), ptNodeParams->getCodePointCount(), ptNodeWritingPos)) { in writePtNodeAndGetTerminalIdAndAdvancePosition()
337 ptNodeParams->getCodePointCount() > 1 /* hasMultipleChars */); in writePtNodeAndGetTerminalIdAndAdvancePosition()

1234