HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 1 - 25 of 500) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/i18n/
nortrans.cpp 112 * must not be normalized.
117 UnicodeString input, normalized;
123 fNorm2.normalize(input, normalized, status);
125 text.handleReplaceBetween(start, limit, normalized);
127 int32_t delta = normalized.length() - length;
135 UnicodeString normalized; local
153 fNorm2.normalize(segment, normalized, errorCode);
157 if(segment != normalized) {
158 // replace the input chunk with its normalized form
159 text.handleReplaceBetween(prev, start, normalized);
    [all...]
  /external/icu4c/common/unicode/
normalizer2.h 41 * The primary functions are to produce a normalized string and to detect whether
42 * a string is already normalized.
57 * When the goal is a normalized string, then the text before the boundary
69 * (to avoid replacing already-normalized text) and ucol_nextSortKeyPart()
107 * Returns the normalized form of the source string.
113 * @return normalized src
123 * Writes the normalized form of the source string to the destination string
127 * @param dest destination string; its contents is replaced with normalized src
140 * Appends the normalized form of the second string to the first string
142 * The result is normalized if the first string was normalized
    [all...]
normlzr.h 38 * - static functions that normalize strings or test if strings are normalized
40 * provides iteration over its normalized form
50 * The input text is not normalized all at once, but incrementally where needed
54 * However, if the entire text is normalized, then the iterator will be
57 * original text that is close to where the normalized characters come from.
67 * At any time, next() returns the next normalized code point (UChar32),
69 * previous() returns the previous normalized code point (UChar32),
75 * needs to be normalized, then these functions will do that.
80 * getIndex() always refers to the position in the input text where the normalized
101 * The normalized results is stored in an internal string buffer, an
    [all...]
unorm2.h 67 * equivalent text, without having to be fully normalized.
155 * @param filterSet USet which determines the characters to be normalized
195 * Writes the normalized form of the source string to the destination string
201 * @param dest destination string; its contents is replaced with normalized src
216 * Appends the normalized form of the second string to the first string
218 * The result is normalized if the first string was normalized.
221 * @param first string, should be normalized
224 * @param second string, will be normalized
241 * The result is normalized if both the strings were normalized
    [all...]
unorm.h 96 * It allows to work on strings that are not necessarily normalized
109 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will
119 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
125 * Unicode text needs to be normalized to NFC.
189 * The string will be normalized according the specified normalization mode
217 * string is in the desired normalized format, UNORM_NO determines that
218 * argument string is not in the desired normalized format. A
220 * the user may have to put the string in its normalized form and compare the
223 * @param source string for determining if it is in a normalized format
316 * Another example: When one wants to concatenate two normalized strings and get
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
epsnormalize.h 37 // Returns an equivalent FST that is epsilon-normalized. An acceptor is
38 // epsilon-normalized if it is epsilon-removed. A transducer is input
39 // epsilon-normalized if additionally if on each path any epsilon input
40 // label follows all non-epsilon input labels. Output epsilon-normalized
  /frameworks/base/libs/rs/
rsVertexArray.cpp 57 normalized = a.normalized;
69 normalized = false;
88 void VertexArray::addLegacy(uint32_t type, uint32_t size, uint32_t stride, RsDataKind kind, bool normalized, uint32_t offset)
95 mAttribs[mCount].normalized = normalized;
110 mAttribs[idx].normalized,
207 mAttribs[ct].normalized,
rsVertexArray.h 44 bool normalized; member in class:android::renderscript::VertexArray::Attrib
57 void addLegacy(uint32_t type, uint32_t size, uint32_t stride, RsDataKind kind, bool normalized, uint32_t offset);
rsType.cpp 151 mGL.mUser[userNum].normalized = c.getType() != RS_TYPE_FLOAT_32;//c.getIsNormalized();
161 mGL.mVtx.normalized = false;
170 mGL.mColor.normalized = c.getType() != RS_TYPE_FLOAT_32;
179 mGL.mNorm.normalized = false;
188 mGL.mTex.normalized = false;
197 mGL.mPointSize.normalized = false;
  /external/chromium/third_party/icu/public/common/unicode/
normlzr.h 37 * - static functions that normalize strings or test if strings are normalized
39 * provides iteration over its normalized form
51 * The input text is not normalized all at once, but incrementally where needed
55 * However, if the entire text is normalized, then the iterator will be
58 * original text that is close to where the normalized characters come from.
68 * At any time, next() returns the next normalized code point (UChar32),
70 * previous() returns the previous normalized code point (UChar32),
76 * needs to be normalized, then these functions will do that.
81 * getIndex() always refers to the position in the input text where the normalized
102 * The normalized results is stored in an internal string buffer, an
    [all...]
unorm.h 90 * It allows to work on strings that are not necessarily normalized
103 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
119 * Unicode text needs to be normalized to NFC.
183 * The string will be normalized according the specified normalization mode
213 * Indicates that string is not in the normalized format
217 * Indicates that string is in the normalized format
221 * Indicates that string cannot be determined if it is in the normalized
232 * string is in the desired normalized format, UNORM_NO determines that
233 * argument string is not in the desired normalized format. A
    [all...]
  /external/sqlite/android/
PhoneticStringUtils.h 25 // Returns codepoint which is "normalized", whose definition depends on each
32 // In Japanese, "normalized" means that half-width and full-width katakana is
50 // Creates a "normalized" Utf8 string and push it into "dst". *dst must be
  /libcore/luni/src/main/java/java/text/
Normalizer.java 58 * Check whether the given character sequence <code>src</code> is normalized
63 * @return true if normalized according to <code>form</code>
75 * @return string normalized according to <code>form</code>
  /external/webkit/JavaScriptCore/icu/unicode/
unorm.h 90 * It allows to work on strings that are not necessarily normalized
103 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
119 * Unicode text needs to be normalized to NFC.
183 * The string will be normalized according the specified normalization mode
212 * Indicates that string is not in the normalized format
216 * Indicates that string is in the normalized format
220 * Indicates that string cannot be determined if it is in the normalized
231 * string is in the desired normalized format, UNORM_NO determines that
232 * argument string is not in the desired normalized format. A
    [all...]
  /external/webkit/WebCore/icu/unicode/
unorm.h 90 * It allows to work on strings that are not necessarily normalized
103 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
119 * Unicode text needs to be normalized to NFC.
183 * The string will be normalized according the specified normalization mode
212 * Indicates that string is not in the normalized format
216 * Indicates that string is in the normalized format
220 * Indicates that string cannot be determined if it is in the normalized
231 * string is in the desired normalized format, UNORM_NO determines that
232 * argument string is not in the desired normalized format. A
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
unorm.h 90 * It allows to work on strings that are not necessarily normalized
103 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will
113 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
119 * Unicode text needs to be normalized to NFC.
183 * The string will be normalized according the specified normalization mode
212 * Indicates that string is not in the normalized format
216 * Indicates that string is in the normalized format
220 * Indicates that string cannot be determined if it is in the normalized
231 * string is in the desired normalized format, UNORM_NO determines that
232 * argument string is not in the desired normalized format. A
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 178 float normalized = (float) local
180 done = normalized >= 1.0f;
181 normalized = Math.min(normalized, 1.0f);
182 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
math_op.h 32 Word32 * frac, /* (i/o) Q31: normalized value (1.0 < frac <= 0.5) */
41 Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
48 Word32 Dot_product12_asm( /* (o) Q31: normalized result (1 < val <= -1) */
log2.h 54 Word32 L_x, /* (i) : input value (normalized) */
  /external/libgsm/src/
table.c 54 /* Table 4.5 Normalized inverse mantissa used to compute xM/xmax
60 /* Table 4.6 Normalized direct mantissa used to compute xM/xmax
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 44 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
54 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
83 /* Find interval to compute normalized correlation */
88 /* Compute normalized correlation between target and filtered excitation */
116 * the interpolated normalized correlation. *
155 * Description: Find the normalized correlation between the target vector and the *
168 Word16 corr_norm[]) /* (o) Q15 : normalized correlation */
270 * Description: For interpolating the normalized correlation with 1/4 resolution. *
  /external/proguard/src/proguard/gui/splash/
Timing.java 24 * This interface maps a time to a normalized timing between 0 and 1.
  /libcore/luni/src/main/native/
java_lang_Double.cpp 37 // For this method all values in the NaN range are normalized to the canonical NaN value.
java_lang_Float.cpp 36 // For this method all values in the NaN range are normalized to the canonical NaN value.
  /external/chromium/net/http/
http_response_headers.h 78 // Creates a normalized header string. The output will be formatted exactly
88 // DANGER: For some headers (e.g., "Set-Cookie"), the normalized form can be
102 // Fetch the "normalized" value of a single header, where all values for the
114 // Returns the normalized status line. For HTTP/0.9 responses (i.e.,
119 // Get the HTTP version of the normalized status line.
129 // Get the HTTP status text of the normalized status line.
265 // Output will be a normalized version of this, with a trailing \n.
329 // The raw_headers_ consists of the normalized status line (terminated with a
340 // The normalized http version (consistent with what GetStatusLine() returns).
343 // The parsed http version number (not normalized)
    [all...]

Completed in 275 milliseconds

1 2 3 4 5 6 7 8 91011>>