HomeSort by relevance Sort by last modified time
    Searched refs:normalizer (Results 1 - 23 of 23) sorted by null

  /external/icu4c/samples/translit/answers/
unaccent.h 36 * Unaccent a single character using normalizer.
40 Normalizer normalizer; member in class:UnaccentTransliterator
unaccent.cpp 13 normalizer("", Normalizer::DECOMP),
24 * Remove accents from a character using Normalizer.
31 t->normalizer.setText(str, status);
35 return (UChar) t->normalizer.next();
  /external/chromium_org/chromeos/network/onc/
onc_normalizer_unittest.cc 18 Normalizer normalizer(true);
28 normalizer.NormalizeObject(&kNetworkConfigurationSignature, *original);
  /external/icu4c/samples/translit/
unaccent.cpp 15 normalizer("", UNORM_NFD),
26 * Remove accents from a character using Normalizer.
33 t->normalizer.setText(str, status);
37 return (UChar) t->normalizer.next();
unaccent.h 36 * Unaccent a single character using normalizer.
40 Normalizer normalizer; member in class:UnaccentTransliterator
  /external/chromium_org/third_party/icu/source/test/intltest/
normconf.h 21 Normalizer normalizer; member in class:NormalizerConformanceTest
30 * Test the conformance of Normalizer to
normconf.cpp 46 normalizer(UnicodeString(), UNORM_NFC) {}
63 if(Normalizer::compare(s1,s2,U_FOLD_CASE_DEFAULT,status)!=0){
64 errln("Normalizer::compare() failed for s1: " + prettify(s1) + " s2: " +prettify(s2));
150 * Test the conformance of Normalizer to
229 dataerrln("Something is wrong with the normalizer, skipping the rest of the test.");
265 dataerrln("Something is wrong with the normalizer, skipping the rest of the test.: %s", u_errorName(status));
309 Normalizer::normalize(field[i], UNORM_NFC, options, out, status);
320 Normalizer::normalize(field[i], UNORM_NFD, options, out, status);
331 Normalizer::normalize(field[i], UNORM_NFKC, options, out, status);
342 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status)
    [all...]
  /external/icu4c/test/intltest/
normconf.h 21 Normalizer normalizer; member in class:NormalizerConformanceTest
30 * Test the conformance of Normalizer to
normconf.cpp 46 normalizer(UnicodeString(), UNORM_NFC) {}
63 if(Normalizer::compare(s1,s2,U_FOLD_CASE_DEFAULT,status)!=0){
64 errln("Normalizer::compare() failed for s1: " + prettify(s1) + " s2: " +prettify(s2));
150 * Test the conformance of Normalizer to
229 dataerrln("Something is wrong with the normalizer, skipping the rest of the test.");
265 dataerrln("Something is wrong with the normalizer, skipping the rest of the test.: %s", u_errorName(status));
309 Normalizer::normalize(field[i], UNORM_NFC, options, out, status);
320 Normalizer::normalize(field[i], UNORM_NFD, options, out, status);
331 Normalizer::normalize(field[i], UNORM_NFKC, options, out, status);
342 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status)
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
StochasticLinearRanker.java 129 public boolean setModelWeights(String[] keys, float [] values, float normalizer){
130 return nativeSetWeightClassifier(keys, values, normalizer, mNativeClassifier);
149 Log.i(TAG, "Normalizer is " + model.weightNormalizer);
180 private native void nativeGetWeightClassifier(String [] keys, float[] values, float normalizer,
189 float normalizer, int classifierPtr);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu.cc 167 static const UNormalizer2 *normalizer; variable
179 UChar32 ret = unorm2_composePair (normalizer, a, b);
227 len = unorm2_getRawDecomposition (normalizer, ab, decomposed,
363 if (!hb_atomic_ptr_get (&normalizer)) {
366 hb_atomic_ptr_cmpexch (&normalizer, NULL, unorm2_getNFCInstance (&icu_err));
  /external/chromium_org/ui/gfx/
color_utils.cc 218 double normalizer = (f_alpha * alpha + b_alpha * (255 - alpha)) / 255.0; local
219 if (normalizer == 0.0)
222 double f_weight = f_alpha * alpha / normalizer;
223 double b_weight = b_alpha * (255 - alpha) / normalizer;
232 return SkColorSetARGB(static_cast<int>(normalizer),
  /external/harfbuzz_ng/src/
hb-icu.cc 167 static const UNormalizer2 *normalizer; variable
179 UChar32 ret = unorm2_composePair (normalizer, a, b);
227 len = unorm2_getRawDecomposition (normalizer, ab, decomposed,
363 if (!hb_atomic_ptr_get (&normalizer)) {
366 hb_atomic_ptr_cmpexch (&normalizer, NULL, unorm2_getNFCInstance (&icu_err));
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.h 144 jfloat normalizer,
jni_stochastic_linear_ranker.cpp 373 jfloat normalizer,
382 normalizer = M_weights.GetNormalizer();
  /external/ceres-solver/include/ceres/
rotation.h 514 T normalizer = q[0]*q[0] + q[1]*q[1] + q[2]*q[2] + q[3]*q[3]; local
515 CHECK_NE(normalizer, T(0));
516 normalizer = T(1) / normalizer;
520 R(i, j) *= normalizer;
  /external/chromium_org/third_party/opus/src/silk/float/
pitch_analysis_core_FLP.c 90 double cross_corr, normalizer, energy, energy_tmp; local
181 normalizer = silk_energy_FLP( basis_ptr, sf_length_8kHz ) + sf_length_8kHz * 4000.0f;
183 C[ 0 ][ min_lag_4kHz ] += (silk_float)(cross_corr / sqrt(normalizer));
185 /* From now on normalizer is computed recursively */
196 normalizer +=
199 C[ 0 ][ d ] += (silk_float)(cross_corr / sqrt( normalizer ));
  /external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c 93 opus_int32 cross_corr, normalizer, energy, shift, energy_basis, energy_target; local
187 normalizer = silk_inner_prod_aligned( basis_ptr, basis_ptr, sf_length_8kHz );
188 normalizer = silk_ADD_SAT32( normalizer, silk_SMULBB( sf_length_8kHz, 4000 ) );
190 temp32 = silk_DIV32( cross_corr, silk_SQRT_APPROX( normalizer ) + 1 );
193 /* From now on normalizer is computed recursively */
204 normalizer +=
208 temp32 = silk_DIV32( cross_corr, silk_SQRT_APPROX( normalizer ) + 1 );
    [all...]
  /external/chromium_org/third_party/icu/source/common/
dictbe.cpp 561 Normalizer::quickCheck(inputString, norm_mode, status) == UNORM_YES ||
562 Normalizer::isNormalized(inputString, norm_mode, status);
579 Normalizer::normalize(inputString, norm_mode, 0, normalizedString, status);
583 Normalizer normalizer(charString.elems(), inputLength, norm_mode);
586 while(index < normalizer.endIndex()){
587 UChar32 uc = normalizer.next();
588 charPositions[++numChars] = index = normalizer.getIndex();
  /external/icu4c/common/
dictbe.cpp 778 Normalizer::quickCheck(inputString, norm_mode, status) == UNORM_YES ||
779 Normalizer::isNormalized(inputString, norm_mode, status);
797 Normalizer::normalize(inputString, norm_mode, 0, normalizedString, status);
802 Normalizer normalizer(charString.elems(), inputLength, norm_mode);
805 while(index < normalizer.endIndex()){
806 /* UChar32 uc = */ normalizer.next();
807 charPositions[++numChars] = index = normalizer.getIndex();
    [all...]
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler.cc 202 onc::Normalizer normalizer(true /* remove recommended fields */);
203 effective = normalizer.NormalizeObject(&onc::kNetworkConfigurationSignature,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.cc     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1169 milliseconds