OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dictfname
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/common/
brkeng.cpp
280
const UChar *
dictfname
= ures_getString(b, &dictnlength, &status);
local
285
if (U_SUCCESS(status) &&
dictfname
) {
286
UChar* extStart=u_strchr(
dictfname
, 0x002e);
289
len = (int)(extStart-
dictfname
);
291
u_UCharsToChars(
dictfname
, dictnbuff, len);
308
} else if (
dictfname
!= NULL){
/external/icu4c/common/
brkeng.cpp
286
const UChar *
dictfname
=
local
294
const UChar *extStart = u_memrchr(
dictfname
, 0x002e, dictnlength); // last dot
296
int32_t len = (int32_t)(extStart -
dictfname
);
300
dictnbuf.appendInvariantChars(UnicodeString(FALSE,
dictfname
, dictnlength), status);
326
} else if (
dictfname
!= NULL) {
/external/chromium_org/third_party/icu/patches/
segmentation.patch
38
+ } else if (
dictfname
!= NULL){
[
all
...]
Completed in 65 milliseconds