HomeSort by relevance Sort by last modified time
    Searched defs:csp (Results 1 - 20 of 20) sorted by null

  /external/chromium/third_party/icu/source/common/
ustr_imp.h 105 const UCaseProps *csp; member in struct:UCaseMap
132 ustr_toLower(const UCaseProps *csp,
142 ustr_toUpper(const UCaseProps *csp,
154 ustr_toTitle(const UCaseProps *csp,
168 ustr_foldCase(const UCaseProps *csp,
unistr_case.cpp 106 const UCaseProps *csp=ucase_getSingleton(&errorCode); local
146 newLength = ustr_toLower(csp, getArrayStart(), getCapacity(),
150 newLength = ustr_toUpper(csp, getArrayStart(), getCapacity(),
157 newLength = ustr_toTitle(csp, getArrayStart(), getCapacity(),
162 newLength = ustr_foldCase(csp, getArrayStart(), getCapacity(),
unormcmp.cpp 143 const UCaseProps *csp; local
182 csp=ucase_getSingleton(pErrorCode);
187 csp=NULL;
317 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
362 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
ustrcase.c 142 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
194 if(csm->csp==NULL) {
195 csm->csp=ucase_getSingleton(pErrorCode);
269 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
281 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
298 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache);
348 ustr_toLower(const UCaseProps *csp,
356 csm.csp=csp;
368 ustr_toUpper(const UCaseProps *csp,
657 const UCaseProps *csp; local
    [all...]
ucase.c 67 UCaseProps *csp=(UCaseProps *)context; local
68 uprv_memcpy(csp->formatVersion, pInfo->formatVersion, 4);
78 UCaseProps *csp; local
125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps));
126 if(csp==NULL) {
130 uprv_memcpy(csp, cspProto, sizeof(UCaseProps));
131 return csp;
137 UCaseProps cspProto={ NULL }, *csp; local
144 csp=ucase_openData(
153 return csp;
276 UCaseProps *csp; local
1484 const UCaseProps *csp; local
1572 const UCaseProps *csp=GET_CASE_PROPS(); local
    [all...]
uniset_props.cpp 1324 const UCaseProps *csp = ucase_getSingleton(&status); local
    [all...]
  /external/icu4c/common/
ustr_imp.h 98 const UCaseProps *csp; member in struct:UCaseMap
125 ustr_toLower(const UCaseProps *csp,
135 ustr_toUpper(const UCaseProps *csp,
147 ustr_toTitle(const UCaseProps *csp,
161 ustr_foldCase(const UCaseProps *csp,
unistr_case.cpp 105 const UCaseProps *csp=ucase_getSingleton(&errorCode); local
145 newLength = ustr_toLower(csp, getArrayStart(), getCapacity(),
149 newLength = ustr_toUpper(csp, getArrayStart(), getCapacity(),
156 newLength = ustr_toTitle(csp, getArrayStart(), getCapacity(),
161 newLength = ustr_foldCase(csp, getArrayStart(), getCapacity(),
unormcmp.cpp 148 const UCaseProps *csp; local
187 csp=ucase_getSingleton(pErrorCode);
189 csp=NULL;
322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0
367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0
uprops.cpp 304 const UCaseProps *csp=ucase_getSingleton(&errorCode); local
306 return (UBool)(ucase_toFullFolding(csp, c, &resultString, U_FOLD_CASE_DEFAULT)>=0);
610 const UCaseProps *csp=ucase_getSingleton(pErrorCode); local
617 int32_t folded1Length=ucase_toFullFolding(csp, c, &folded1, U_FOLD_CASE_DEFAULT);
ustrcase.c 141 c=map(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &locCache);
193 if(csm->csp==NULL) {
194 csm->csp=ucase_getSingleton(pErrorCode);
268 if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 && UCASE_NONE==ucase_getType(csm->csp, c)) {
280 if(UCASE_NONE!=ucase_getType(csm->csp, c)) {
297 c=ucase_toFullTitle(csm->csp, c, utf16_caseContextIterator, csc, &s, csm->locale, &csm->locCache);
347 ustr_toLower(const UCaseProps *csp,
355 csm.csp=csp;
367 ustr_toUpper(const UCaseProps *csp,
656 const UCaseProps *csp; local
    [all...]
ucase.c 67 UCaseProps *csp=(UCaseProps *)context; local
68 uprv_memcpy(csp->formatVersion, pInfo->formatVersion, 4);
78 UCaseProps *csp; local
125 csp=(UCaseProps *)uprv_malloc(sizeof(UCaseProps));
126 if(csp==NULL) {
130 uprv_memcpy(csp, cspProto, sizeof(UCaseProps));
131 return csp;
137 UCaseProps cspProto={ NULL }, *csp; local
144 csp=ucase_openData(
153 return csp;
276 UCaseProps *csp; local
1489 const UCaseProps *csp; local
1583 const UCaseProps *csp=GET_CASE_PROPS(); local
    [all...]
uniset_props.cpp 1389 const UCaseProps *csp = ucase_getSingleton(&status); local
    [all...]
utext.cpp 573 const UCaseProps *csp; local
596 csp=ucase_getSingleton(pErrorCode);
623 length = ucase_toFullFolding(csp, c1, &p, options);
649 length = ucase_toFullFolding(csp, c2, &p, options);
697 const UCaseProps *csp; local
722 csp=ucase_getSingleton(pErrorCode);
741 length = ucase_toFullFolding(csp, c1, &p, options);
764 length = ucase_toFullFolding(csp, c2, &p, options);
    [all...]
  /external/clearsilver/csharp/
CS.cs 86 unsafe CSPARSE *csp; field in class:Clearsilver.CSTContext
88 fixed (CSPARSE **csp_ptr = &csp) {
97 cs_parse_file(csp,filename);
138 cs_render(csp,null,new CSOUTFUNC(ob.handleOutput));
  /external/chromium/third_party/icu/source/test/cintltst/
cucdtst.c 3059 UCaseProps *csp; local
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 3117 UCaseProps *csp; local
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 3425 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]
  /external/libffi/src/
dlmalloc.c 3313 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; local
    [all...]

Completed in 601 milliseconds