OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucol_unsafeCP
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
usearch.cpp
808
while (result != textlength &&
ucol_unsafeCP
(text[result], collator)) {
[
all
...]
bmsearch.cpp
337
if (U_IS_LEAD(ch) || !
ucol_unsafeCP
(ch, coll)) {
ucol.cpp
826
if ((c >= 0x300 &&
ucol_unsafeCP
(c, coll)) || c > 0xFFFF) {
882
if (
ucol_unsafeCP
(c, result)) break;
[
all
...]
ucol_imp.h
128
* uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See
ucol_unsafeCP
function.
[
all
...]
/external/icu/icu4c/source/i18n/
usearch.cpp
795
while (result != textlength &&
ucol_unsafeCP
(text[result], collator)) {
[
all
...]
Completed in 63 milliseconds