OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:normalizedText
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
dictbe.cpp
550
// Normalize the input string and put it in
normalizedText
.
566
UText
normalizedText
= UTEXT_INITIALIZER;
567
// Needs to be declared here because
normalizedText
holds onto its buffer.
576
utext_openUnicodeString(&
normalizedText
, &inputString, &status);
590
utext_openUnicodeString(&
normalizedText
, &normalizedString, &status);
622
utext_setNativeIndex(&
normalizedText
, i);
630
fDictionary->matches(&
normalizedText
, maxSearchLength, lengths.elems(), count, maxSearchLength, values.elems());
638
!fHangulWordSet.contains(utext_current32(&
normalizedText
))){
658
utext_setNativeIndex(&
normalizedText
, i);
659
bool is_katakana = isKatakana(utext_current32(&
normalizedText
));
[
all
...]
/external/icu4c/common/
dictbe.cpp
765
// Normalize the input string and put it in
normalizedText
.
784
UText
normalizedText
= UTEXT_INITIALIZER;
785
// Needs to be declared here because
normalizedText
holds onto its buffer.
794
utext_openUnicodeString(&
normalizedText
, &inputString, &status);
809
utext_openUnicodeString(&
normalizedText
, &normalizedString, &status);
845
utext_setNativeIndex(&
normalizedText
, i);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
[
all
...]
Completed in 51 milliseconds