OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doNormalize
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/common/
unorm.cpp
120
UBool
doNormalize
, UBool *pNeededToNormalize,
177
if(buffer.length()>0 &&
doNormalize
) {
193
UBool
doNormalize
, UBool *pNeededToNormalize,
198
doNormalize
, pNeededToNormalize,
206
UBool
doNormalize
, UBool *pNeededToNormalize,
211
doNormalize
, pNeededToNormalize,
filterednormalizer2.cpp
101
UBool
doNormalize
,
113
if(
doNormalize
) {
125
if(
doNormalize
) {
132
if(
doNormalize
) {
142
if(
doNormalize
) {
normalizer2.cpp
146
UBool
doNormalize
,
159
normalizeAndAppend(secondArray, secondArray+second.length(),
doNormalize
,
165
normalizeAndAppend(const UChar *src, const UChar *limit, UBool
doNormalize
,
235
normalizeAndAppend(const UChar *src, const UChar *limit, UBool
doNormalize
,
237
impl.decomposeAndAppend(src, limit,
doNormalize
, buffer, errorCode);
265
normalizeAndAppend(const UChar *src, const UChar *limit, UBool
doNormalize
,
267
impl.composeAndAppend(src, limit,
doNormalize
, onlyContiguous, buffer, errorCode);
334
normalizeAndAppend(const UChar *src, const UChar *limit, UBool
doNormalize
,
336
impl.makeFCDAndAppend(src, limit,
doNormalize
, buffer, errorCode);
682
UBool
doNormalize
,
[
all
...]
/external/icu4c/common/unicode/
unorm.h
338
* The second step is optional, per the
doNormalize
parameter.
345
* if normalization was requested (
doNormalize
) and successful (especially, no
350
* If
doNormalize
==TRUE and pNeededToNormalize!=NULL then *pNeeded... is set TRUE
353
* If
doNormalize
==FALSE then *pNeededToNormalize will be set to FALSE.
364
* @param
doNormalize
Indicates if the source text up to the next boundary
369
* Always FALSE if !
doNormalize
.
383
UBool
doNormalize
, UBool *pNeededToNormalize,
397
* @param
doNormalize
Indicates if the source text up to the next boundary
402
* Always FALSE if !
doNormalize
.
416
UBool
doNormalize
, UBool *pNeededToNormalize
[
all
...]
normalizer2.h
472
UBool
doNormalize
,
/external/webkit/Source/JavaScriptCore/icu/unicode/
unorm.h
352
* The second step is optional, per the
doNormalize
parameter.
359
* if normalization was requested (
doNormalize
) and successful (especially, no
364
* If
doNormalize
==TRUE and pNeededToNormalize!=NULL then *pNeeded... is set TRUE
367
* If
doNormalize
==FALSE then *pNeededToNormalize will be set to FALSE.
378
* @param
doNormalize
Indicates if the source text up to the next boundary
383
* Always FALSE if !
doNormalize
.
397
UBool
doNormalize
, UBool *pNeededToNormalize,
411
* @param
doNormalize
Indicates if the source text up to the next boundary
416
* Always FALSE if !
doNormalize
.
430
UBool
doNormalize
, UBool *pNeededToNormalize
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
unorm.h
352
* The second step is optional, per the
doNormalize
parameter.
359
* if normalization was requested (
doNormalize
) and successful (especially, no
364
* If
doNormalize
==TRUE and pNeededToNormalize!=NULL then *pNeeded... is set TRUE
367
* If
doNormalize
==FALSE then *pNeededToNormalize will be set to FALSE.
378
* @param
doNormalize
Indicates if the source text up to the next boundary
383
* Always FALSE if !
doNormalize
.
397
UBool
doNormalize
, UBool *pNeededToNormalize,
411
* @param
doNormalize
Indicates if the source text up to the next boundary
416
* Always FALSE if !
doNormalize
.
430
UBool
doNormalize
, UBool *pNeededToNormalize
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
unorm.h
352
* The second step is optional, per the
doNormalize
parameter.
359
* if normalization was requested (
doNormalize
) and successful (especially, no
364
* If
doNormalize
==TRUE and pNeededToNormalize!=NULL then *pNeeded... is set TRUE
367
* If
doNormalize
==FALSE then *pNeededToNormalize will be set to FALSE.
378
* @param
doNormalize
Indicates if the source text up to the next boundary
383
* Always FALSE if !
doNormalize
.
397
UBool
doNormalize
, UBool *pNeededToNormalize,
411
* @param
doNormalize
Indicates if the source text up to the next boundary
416
* Always FALSE if !
doNormalize
.
430
UBool
doNormalize
, UBool *pNeededToNormalize
[
all
...]
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
FilenameUtils.java
204
return
doNormalize
(filename, true);
250
return
doNormalize
(filename, false);
260
private static String
doNormalize
(String filename, boolean keepSeparator) {
[
all
...]
Completed in 1709 milliseconds