HomeSort by relevance Sort by last modified time
    Searched refs:endCodePoint (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.cpp 185 UChar32 endCodePoint = startCodePoint;
187 endCodePoint = SpoofImpl::ScanHex(
224 for (cp=startCodePoint; cp<=endCodePoint; cp++) {
  /external/icu4c/i18n/
uspoof_wsconf.cpp 185 UChar32 endCodePoint = startCodePoint;
187 endCodePoint = SpoofImpl::ScanHex(
224 for (cp=startCodePoint; cp<=endCodePoint; cp++) {
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.cpp 440 char *endCodePoint = NULL;
581 endCodePoint = strchr(startCodePoint, ';');
583 if(endCodePoint == 0) {
588 *(endCodePoint) = 0;
632 startCodePoint = endCodePoint+1;
643 endCodePoint = strchr(startCodePoint, ']');
644 if(endCodePoint == NULL || endCodePoint >= commentStart) {
686 startCodePoint = endCodePoint+1;
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 440 char *endCodePoint = NULL;
582 endCodePoint = strchr(startCodePoint, ';');
584 if(endCodePoint == 0) {
589 *(endCodePoint) = 0;
633 startCodePoint = endCodePoint+1;
644 endCodePoint = strchr(startCodePoint, ']');
645 if(endCodePoint == NULL || endCodePoint >= commentStart) {
687 startCodePoint = endCodePoint+1;
    [all...]

Completed in 63 milliseconds