OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charToFind
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uloc.c
583
const uint8_t *
charToFind
= ebcdicSigns;
584
while(*
charToFind
) {
585
if((result = uprv_strchr(localeID, *
charToFind
)) != NULL) {
588
charToFind
++;
[
all
...]
/external/icu4c/common/
uloc.cpp
568
const uint8_t *
charToFind
= ebcdicSigns;
569
while(*
charToFind
) {
570
if((result = uprv_strchr(localeID, *
charToFind
)) != NULL) {
573
charToFind
++;
[
all
...]
Completed in 54 milliseconds